Functions | Variables
Physical_Variables Namespace Reference

Namespace for the solution of 2D linear shell equation. More...

Functions

void get_exact_u (const Vector< double > &x, Vector< double > &u)
 
void source_function (const Vector< double > &x, const Vector< double > &unit_n, Vector< double > &source)
 Source function applied in the normal vector. More...
 

Variables

double P_ext
 Pressure load. More...
 
double epsilon = 1.0e-6
 

Detailed Description

Namespace for the solution of 2D linear shell equation.

Function Documentation

◆ get_exact_u()

void Physical_Variables::get_exact_u ( const Vector< double > &  x,
Vector< double > &  u 
)

Exact solution as a vector differentiate u with respect to global coordinates

Definition at line 1500 of file unstructured_clamped_curved_shell.cc.

Referenced by MyLinearisedShellProblem< ELEMENT, DIM, NNODE_1D >::actions_before_newton_solve().

◆ source_function()

void Physical_Variables::source_function ( const Vector< double > &  x,
const Vector< double > &  unit_n,
Vector< double > &  source 
)

Source function applied in the normal vector.

Definition at line 1513 of file unstructured_clamped_curved_shell.cc.

Referenced by main().

Variable Documentation

◆ epsilon

double Physical_Variables::epsilon = 1.0e-6

Definition at line 1496 of file unstructured_clamped_curved_shell.cc.

◆ P_ext

double Physical_Variables::P_ext