26#ifndef OOMPH_SIMPLE_CUBIC_MESH_HEADER
27#define OOMPH_SIMPLE_CUBIC_MESH_HEADER
31#include <oomph-lib-config.h>
35#include "generic/mesh.h"
36#include "generic/matrices.h"
37#include "generic/brick_mesh.h"
38#include "generic/refineable_brick_mesh.h"
45 template<
class ELEMENT>
70 MeshChecker::assert_geometric_element<QElementGeometricBase, ELEMENT>(3);
100 MeshChecker::assert_geometric_element<QElementGeometricBase, ELEMENT>(3);
107 const unsigned&
nx()
const
113 const unsigned&
ny()
const
119 const unsigned&
nz()
const
164 template<
class ELEMENT>
166 public virtual RefineableBrickMesh<ELEMENT>
Collapsible channel mesh with MacroElement-based node update. The collapsible segment is represented ...
Refineable version of simple cubic 3D Brick mesh class.
RefineableSimpleCubicMesh(const unsigned &nx, const unsigned &ny, const unsigned &nz, const double &xmin, const double &xmax, const double &ymin, const double &ymax, const double &zmin, const double &zmax, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Constructor: Pass the number of elements in the x,y and z directions and the correspoding minimum and...
RefineableSimpleCubicMesh(const unsigned &nx, const unsigned &ny, const unsigned &nz, const double &lx, const double &ly, const double &lz, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Constructor: Pass number of elements in the x, y, and z directions, and the corresponding dimensions....
Simple cubic 3D Brick mesh class.
unsigned Ny
Number of elements in y direction.
const unsigned & nx() const
Access function for number of elements in x directions.
SimpleCubicMesh(const unsigned &nx, const unsigned &ny, const unsigned &nz, const double &xmin, const double &xmax, const double &ymin, const double &ymax, const double &zmin, const double &zmax, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Constructor: Pass the number of elements in the x,y and z directions and the correspoding minimum and...
const unsigned & nz() const
Access function for number of elements in y directions.
unsigned Nz
Number of elements in y direction.
SimpleCubicMesh(const unsigned &nx, const unsigned &ny, const unsigned &nz, const double &lx, const double &ly, const double &lz, TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Constructor: Pass number of elements in the x, y, and z directions, and the corresponding dimensions....
double Ymax
Minimum value of y coordinate.
double Ymin
Minimum value of y coordinate.
const unsigned & ny() const
Access function for number of elements in y directions.
unsigned Nx
Number of elements in x direction.
double Xmin
Minimum value of x coordinate.
void build_mesh(TimeStepper *time_stepper_pt=&Mesh::Default_TimeStepper)
Generic mesh construction function: contains all the hard work.
double Zmax
Maximum value of z coordinate.
double Zmin
Minimum value of z coordinate.
double Xmax
Maximum value of x coordinate.