Go to the source code of this file.
Classes | |
| class | ElasticTriangleMesh< ELEMENT > | 
| Triangle-based mesh upgraded to become a solid mesh.  More... | |
| class | UnstructuredSolidProblem< ELEMENT > | 
| Unstructured solid problem.  More... | |
Namespaces | |
| Global_Physical_Variables | |
| Global variables.  | |
Functions | |
| void | Global_Physical_Variables::gravity (const double &time, const Vector< double > &xi, Vector< double > &b) | 
| Non-dimensional gravity as body force.  More... | |
| void | Global_Physical_Variables::constant_pressure (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) | 
| Constant pressure load. The arguments to this function are imposed on us by the SolidTractionElements which allow the traction to depend on the Lagrangian and Eulerian coordinates x and xi, and on the outer unit normal to the surface. Here we only need the outer unit normal.  More... | |
| int | main () | 
| Demonstrate how to solve an unstructured solid problem.  More... | |
| int main | ( | ) | 
Demonstrate how to solve an unstructured solid problem.
Definition at line 332 of file unstructured_two_d_solid.cc.
References Global_Physical_Variables::Constitutive_law_pt, UnstructuredSolidProblem< ELEMENT >::doc_solution(), Global_Physical_Variables::Gravity, Global_Physical_Variables::Nu, and Global_Physical_Variables::P.