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 | |
oomph | |
Global_Physical_Variables | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Functions | |
void | Global_Physical_Variables::gravity (const double &time, const Vector< double > &xi, Vector< double > &b) |
Non-dimensional gravity as body force. More... | |
int | main () |
Driver for compressed square. More... | |
Variables | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt =0 |
Pointer to constitutive law. More... | |
double | Global_Physical_Variables::Nu =0.45 |
Poisson's ratio for Hooke's law. More... | |
StrainEnergyFunction * | Global_Physical_Variables::Strain_energy_function_pt =0 |
Pointer to strain energy function. More... | |
double | Global_Physical_Variables::C1 =1.3 |
First "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. More... | |
double | Global_Physical_Variables::C2 =1.3 |
Second "Mooney Rivlin" coefficient for generalised Mooney Rivlin law. More... | |
double | Global_Physical_Variables::Gravity =0.0 |
Non-dim gravity. More... | |
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.