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 > |
| Solve Poisson equation on deforming fish-shaped domain. Mesh update via pseudo-elasticity. More... | |
Namespaces | |
| namespace | ConstSourceForPoisson |
| Namespace for const source term in Poisson equation. | |
| namespace | Global_Physical_Variables |
| Global variables. | |
Functions | |
| void | ConstSourceForPoisson::get_source (const Vector< double > &x, double &source) |
| Const source function. | |
| 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. | |
Variables | |
| ConstitutiveLaw * | Global_Physical_Variables::Constitutive_law_pt |
| Pointer to constitutive law. | |
| double | Global_Physical_Variables::Nu =0.3 |
| Poisson's ratio. | |
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, demo_fish_poisson(), Global_Physical_Variables::Nu, and DeformableFishPoissonProblem< ELEMENT >::run().