Go to the source code of this file.
Classes | |
| class | ElasticCubicMesh< ELEMENT > |
| Simple cubic mesh upgraded to become a solid mesh. More... | |
| class | SimpleShearProblem< ELEMENT > |
| Boundary-driven elastic deformation of fish-shaped domain. More... | |
Namespaces | |
| namespace | Global_Physical_Variables |
| Global variables. | |
Functions | |
| void | Global_Physical_Variables::body_force (const Vector< double > &xi, const double &t, Vector< double > &b) |
| Body force vector: Vertically downwards with magnitude Gravity. | |
| int | main () |
| Driver for simple elastic problem. | |
| int main | ( | ) |
Driver for simple elastic problem.
Definition at line 365 of file simple_shear.cc.
References Global_Physical_Variables::C1, Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::E, Global_Physical_Variables::Nu, SimpleShearProblem< ELEMENT >::run(), and Global_Physical_Variables::Strain_energy_function_pt.