Go to the source code of this file.
Classes | |
class | ElasticRefineableQuarterCircleSectorMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | DiskShockWaveProblem< ELEMENT, TIMESTEPPER > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
Global_Physical_Variables | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Functions | |
void | Global_Physical_Variables::constant_pressure (const Vector< double > &xi, const Vector< double > &x, const Vector< double > &n, Vector< double > &traction) |
Constant pressure load. More... | |
int | main (int argc, char *argv[]) |
Driver for simple elastic problem. More... | |
Variables | |
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::P = 0.00 |
Uniform pressure. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Driver for simple elastic problem.
Definition at line 838 of file shock_disk.cc.
References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::E, Global_Physical_Variables::Nu, and DiskShockWaveProblem< ELEMENT, TIMESTEPPER >::run().