29 #ifndef OOMPH_SIMPLE_RECTANGULAR_TRIMESH_HEADER
30 #define OOMPH_SIMPLE_RECTANGULAR_TRIMESH_HEADER
34 #include <oomph-lib-config.h>
39 #include "../generic/mesh.h"
40 #include "../generic/triangle_mesh.h"
47 template<
class ELEMENT>
65 const unsigned&
nx()
const
71 const unsigned&
ny()
const
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
Simple 2D triangular mesh for TElements.
Definition: simple_rectangular_tri_mesh.template.h:49
const unsigned & ny() const
Access function for number of elements in y directions.
Definition: simple_rectangular_tri_mesh.template.h:71
SimpleRectangularTriMesh(const unsigned &n_x, const unsigned &n_y, const double &l_x, const double &l_y, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: simple_rectangular_tri_mesh.template.cc:54
double Lx
Length of mesh in x-direction.
Definition: simple_rectangular_tri_mesh.template.h:84
unsigned Ny
Number of elements in y directions.
Definition: simple_rectangular_tri_mesh.template.h:81
const unsigned & nx() const
Access function for number of elements in x directions.
Definition: simple_rectangular_tri_mesh.template.h:65
unsigned Nx
Number of elements in x direction.
Definition: simple_rectangular_tri_mesh.template.h:78
double Ly
Length of mesh in y-direction.
Definition: simple_rectangular_tri_mesh.template.h:87
Definition: timesteppers.h:231
Definition: generic/triangle_mesh.h:52
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10