26 #ifndef OOMPH_SIMPLE_RECTANGULAR_QUADMESH_HEADER
27 #define OOMPH_SIMPLE_RECTANGULAR_QUADMESH_HEADER
31 #include <oomph-lib-config.h>
35 #include "../generic/mesh.h"
36 #include "../generic/matrices.h"
37 #include "../generic/quadtree.h"
38 #include "../generic/quad_mesh.h"
56 template<
class ELEMENT>
71 const unsigned&
nx()
const
77 const unsigned&
ny()
const
static Steady< 0 > Default_TimeStepper
The Steady Timestepper.
Definition: mesh.h:75
Base class for quad meshes (meshes made of 2D quad elements).
Definition: quad_mesh.h:57
Definition: simple_rectangular_quadmesh.template.h:58
const unsigned & ny() const
Access function for number of elements in y directions.
Definition: simple_rectangular_quadmesh.template.h:77
const unsigned & nx() const
Access function for number of elements in x directions.
Definition: simple_rectangular_quadmesh.template.h:71
unsigned NY
Number of elements in y direction.
Definition: simple_rectangular_quadmesh.template.h:87
SimpleRectangularQuadMesh(const unsigned &Nx, const unsigned &Ny, const double &Lx, const double &Ly, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Definition: simple_rectangular_quadmesh.template.cc:51
unsigned NX
Number of elements in x direction.
Definition: simple_rectangular_quadmesh.template.h:84
Definition: timesteppers.h:231
unsigned Nx
Number of elements in each direction (used by SimpleCubicMesh)
Definition: structured_cubic_point_source.cc:114
unsigned Ny
Definition: structured_cubic_point_source.cc:115
double Ly
Length of domain in y direction.
Definition: periodic_load.cc:58
double Lx
Length of domain in x direction.
Definition: periodic_load.cc:55
DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
Definition: AnisotropicHookean.h:10