Go to the source code of this file.
Classes | |
class | ElasticFishMesh< ELEMENT > |
Refineable fish mesh upgraded to become a solid mesh. More... | |
class | DeformableFishPoissonProblem< ELEMENT > |
Namespaces | |
ConstSourceForPoisson | |
Namespace for const source term in Poisson equation. | |
Global_Physical_Variables | |
Global variables. | |
Functions | |
void | ConstSourceForPoisson::get_source (const Vector< double > &x, double &source) |
Const source function. More... | |
int | main (int argc, char *argv[]) |
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 467 of file elastic_poisson.cc.
References Global_Physical_Variables::Constitutive_law_pt, Global_Physical_Variables::Nu, and DeformableFishPoissonProblem< ELEMENT >::run().