Class MeshSizeC¶
Defined in File mesh.hpp
Class Documentation¶
-
class MeshSizeC¶
Simple class to store Mesh size information.
This class is used to store the Mesh size information. All of the members are public.
Public Members
-
int dim¶
Dimension of the mesh.
-
double lx¶
Length of the mesh in the X-axis.
-
double ly¶
Length of the mesh in the Y-axis.
-
double lz¶
Length of the mesh in the Z-axis.
-
int ngx¶
Number of ghost cells in the X-axis.
-
int ngy¶
Number of ghost cells in the Y-axis.
-
int ngz¶
Number of ghost cells in the Z-axis.
-
int nx¶
Number of cells in the X-axis.
-
int ny¶
Number of cells in the Y-axis.
-
int nz¶
Number of cells in the Z-axis.
-
double x0¶
Starting point of the mesh in the X-axis.
-
double y0¶
Starting point of the mesh in the Y-axis.
-
double z0¶
Starting point of the mesh in the Z-axis.
-
int dim¶