Classes | Namespaces | Functions
elastic_poisson.cc File Reference

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.
 

Function Documentation

◆ main()

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 463 of file elastic_poisson.cc.

References Global_Physical_Variables::Constitutive_law_pt, demo_fish_poisson(), Global_Physical_Variables::Nu, and DeformableFishPoissonProblem< ELEMENT >::run().