26 #ifndef OOMPH_ONE_D_LAGRANGIAN_MESH_HEADER
27 #define OOMPH_ONE_D_LAGRANGIAN_MESH_HEADER
30 #include "../generic/mesh.h"
31 #include "../generic/geom_objects.h"
32 #include "../generic/fsi.h"
44 template<
class ELEMENT>
60 const unsigned& n_element,
70 const unsigned& n_element,
Definition: geom_objects.h:101
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
Definition: one_d_lagrangian_mesh.template.h:46
void assign_undeformed_positions()
Assign the undeformed Eulerian positions to the nodes.
Definition: one_d_lagrangian_mesh.template.cc:138
OneDLagrangianMesh(const unsigned &n_element, const double &length, GeomObject *undef_eulerian_posn_pt, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: one_d_lagrangian_mesh.template.cc:47
void assign_default_element_gradients()
Set the default gradients of the elements.
Definition: one_d_lagrangian_mesh.template.cc:108
GeomObject * Undef_eulerian_posn_pt
Undeformed Eulerian shape.
Definition: one_d_lagrangian_mesh.template.h:49
Definition: one_d_mesh.template.h:52
Definition: timesteppers.h:231
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10