Go to the source code of this file.
Classes | |
class | ElasticFishMesh< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
class | DeformableFishPoissonProblem< ELEMENT > |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More... | |
Namespaces | |
ConstSourceForPoisson | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Global_Physical_Variables | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
Functions | |
void | ConstSourceForPoisson::get_source (const Vector< double > &x, double &source) |
Const source function. More... | |
int | main (int argc, char *argv[]) |
Driver for simple elastic problem. If there are any command line arguments, we regard this as a validation run and perform only a single step. More... | |
Variables | |
ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
Pointer to constitutive law. More... | |
double | Global_Physical_Variables::Nu =0.3 |
Poisson's ratio. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Driver for simple elastic problem. If there are any command line arguments, we regard this as a validation run and perform only a single step.
Definition at line 460 of file elastic_mesh_update.cc.
References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::Nu, and DeformableFishPoissonProblem< ELEMENT >::run().