Driver for simple elastic problem.
854 unsigned case_number=0;
859 cout <<
"Running case " << case_number
860 <<
": Pure displacement formulation" << std::endl;
868 cout <<
"Running case " << case_number
869 <<
": Pressure/displacement with Crouzeix-Raviart pressure" << std::endl;
879 cout <<
"Running case " << case_number
880 <<
": Pressure/displacement with Taylor-Hood pressure" << std::endl;
Definition: shock_disk.cc:208
Definition: constitutive_laws.h:699
Definition: timesteppers.h:912
void setup(Time *time_pt)
Create all GeomObjects needed to define the cylinder and the flag.
Definition: turek_flag_non_fsi.cc:277
double E
Elastic modulus.
Definition: TwenteMeshGluing.cpp:68
double Nu
Poisson's ratio.
Definition: TwenteMeshGluing.cpp:71
ConstitutiveLaw * Constitutive_law_pt
Pointer to constitutive law.
Definition: TwenteMeshGluing.cpp:65
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213