Go to the source code of this file.
Classes | |
class | ElasticCubicMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | SimpleShearProblem< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
Global_Physical_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. More... | |
int | main () |
Driver for simple elastic problem. More... | |
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.