Struct MeshSize¶
Defined in File mesh.hpp
Struct Documentation¶
-
struct MeshSize¶
Struct to store Mesh size information.
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¶