Go to the source code of this file.
Classes | |
class | ElasticRefineableQuarterCircleSectorMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | DiskShockWaveProblem< ELEMENT, TIMESTEPPER > |
////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
namespace | 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. | |
int | main (int argc, char *argv[]) |
Driver for simple elastic problem. | |
Variables | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
Pointer to constitutive law. | |
double | Global_Physical_Variables::E =1.0 |
Elastic modulus. | |
double | Global_Physical_Variables::Nu =0.3 |
Poisson's ratio. | |
double | Global_Physical_Variables::P = 0.00 |
Uniform pressure. | |
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, ElasticRefineableQuarterCircleSectorMesh< ELEMENT >::ElasticRefineableQuarterCircleSectorMesh(), and Global_Physical_Variables::Nu.