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 |
Namespace for the solution of 2D linear shell equation.
| 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().
| 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().
| double Physical_Variables::epsilon = 1.0e-6 |
Definition at line 1496 of file unstructured_clamped_curved_shell.cc.
| double Physical_Variables::P_ext |
Pressure load.
Definition at line 1494 of file unstructured_clamped_curved_shell.cc.
Referenced by MyLinearisedShellProblem< ELEMENT, DIM, NNODE_1D >::parameter_study().