27 #ifndef OOMPH_BACKWARD_STEP_MESH_HEADER
28 #define OOMPH_BACKWARD_STEP_MESH_HEADER
32 #include <oomph-lib-config.h>
37 #include "../generic/refineable_quad_mesh.h"
44 template<
class ELEMENT>
57 const unsigned& nx_cut_out,
58 const unsigned& ny_cut_out,
75 const unsigned& nx_cut_out,
76 const unsigned& ny_cut_out,
91 template<
class ELEMENT>
106 const unsigned& nx_cut_out,
107 const unsigned& ny_cut_out,
113 nx,
ny, nx_cut_out, ny_cut_out,
lx,
ly, time_stepper_pt)
Backward step mesh.
Definition: backward_step_mesh.template.h:46
void build_mesh(const unsigned &nx, const unsigned &ny, const unsigned &nx_cut_out, const unsigned &ny_cut_out, const double &lx, const double &ly)
Actual build function.
Definition: backward_step_mesh.template.cc:44
BackwardStepQuadMesh(const unsigned &nx, const unsigned &ny, const unsigned &nx_cut_out, const unsigned &ny_cut_out, const double &lx, const double &ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: backward_step_mesh.template.h:54
virtual ~BackwardStepQuadMesh()
Destructor: Empty.
Definition: backward_step_mesh.template.h:69
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
Definition: rectangular_quadmesh.template.h:59
const unsigned & ny() const
Return number of elements in y direction.
Definition: rectangular_quadmesh.template.h:231
const unsigned & nx() const
Return number of elements in x direction.
Definition: rectangular_quadmesh.template.h:224
Refineable backward step mesh.
Definition: backward_step_mesh.template.h:95
RefineableBackwardStepQuadMesh(const unsigned &nx, const unsigned &ny, const unsigned &nx_cut_out, const unsigned &ny_cut_out, const double &lx, const double &ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: backward_step_mesh.template.h:103
virtual ~RefineableBackwardStepQuadMesh()
Destructor: Empty.
Definition: backward_step_mesh.template.h:124
Definition: refineable_quad_mesh.h:53
void setup_quadtree_forest()
Definition: refineable_quad_mesh.h:88
Definition: timesteppers.h:231
const double ly
Definition: ConstraintElementsUnitTest.cpp:34
const double lx
Definition: ConstraintElementsUnitTest.cpp:33
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10