BoxMesh
-
class BoxMesh : public godzilla::MeshObject
3D box mesh
Public Functions
-
explicit BoxMesh(const Parameters ¶meters)
Constructor for building the object via Factory.
-
Real get_x_min() const
Get lower limit in x-direction.
-
Real get_x_max() const
Get upper limit in x-direction.
-
Int get_nx() const
Get the number of mesh points in x direction.
-
Real get_y_min() const
Get lower limit in y-direction.
-
Real get_y_max() const
Get upper limit in y-direction.
-
Int get_ny() const
Get the number of mesh points in y-direction.
-
Real get_z_min() const
Get lower limit in z-direction.
-
Real get_z_max() const
Get upper limit in z-direction.
-
Int get_nz() const
Get the number of mesh points in z direction.
Public Static Functions
-
static Parameters parameters()
Method for building Parameters for this class.
-
explicit BoxMesh(const Parameters ¶meters)