Go to the source code of this file.
Classes | |
| class | oomph::MySolidElement< ELEMENT > |
| Wrapper class for solid element to modify the output. More... | |
| class | CompressedSquareProblem< ELEMENT > |
| Problem class. More... | |
Namespaces | |
| namespace | oomph |
| namespace | 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. | |
| int | main () |
| Driver for compressed square. | |
Variables | |
| ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt =0 |
| Pointer to constitutive law. | |
| double | Global_Physical_Variables::Nu =0.45 |
| Poisson's ratio for Hooke's law. | |
| StrainEnergyFunction * | Global_Physical_Variables::Strain_energy_function_pt =0 |
| Pointer to strain energy function. | |
| double | Global_Physical_Variables::C1 =1.3 |
| First "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. | |
| double | Global_Physical_Variables::C2 =1.3 |
| Second "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. | |
| double | Global_Physical_Variables::Gravity =0.0 |
| Non-dim gravity. | |
| int main | ( | ) |
Driver for compressed square.
Definition at line 421 of file compressed_square.cc.
References Global_Physical_Variables::C1, Global_Physical_Variables::C2, Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::Nu, CompressedSquareProblem< ELEMENT >::run_it(), and Global_Physical_Variables::Strain_energy_function_pt.