Driver code for 2D Thermoelasticity problem.
418 unsigned n_steps = 11;
420 if(argc > 1) {n_steps = 2;}
421 for(
unsigned i=0;
i<n_steps;
i++)
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Definition: thermo.cc:251
Definition: constitutive_laws.h:699
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
double Alpha
Scaling factor for wall thickness (to be used in an exercise)
Definition: unsteady_ring.cc:73
Constructor for SteadyAxisymAdvectionDiffusion problem
Definition: steady_axisym_advection_diffusion.cc:213