Go to the source code of this file.
Classes | |
| class | RefineableElasticCubicMesh< 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... | |
Variables | |
| StrainEnergyFunction * | Global_Physical_Variables::Strain_energy_function_pt |
| Pointer to strain energy function. More... | |
| ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
| Pointer to constitutive law. More... | |
| double | Global_Physical_Variables::E =1.0 |
| Elastic modulus. More... | |
| double | Global_Physical_Variables::Nu =0.3 |
| Poisson's ratio. More... | |
| double | Global_Physical_Variables::C1 =1.3 |
| "Mooney Rivlin" coefficient for generalised Mooney Rivlin law More... | |
| double | Global_Physical_Variables::Gravity =0.0 |
| Body force. More... | |
| int main | ( | ) |
Driver for simple elastic problem.
Definition at line 407 of file refineable_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.