File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,17 @@ The current version of the statepoint file format is 17.0.
7272
7373:Datasets: - **type ** (*char[] *) -- Type of mesh.
7474 - **dimension ** (*int *) -- Number of mesh cells in each dimension.
75- - **lower_left ** (*double[] *) -- Coordinates of lower-left corner of
76- mesh.
77- - **upper_right ** (*double[] *) -- Coordinates of upper-right corner
78- of mesh.
79- - **width ** (*double[] *) -- Width of each mesh cell in each
80- dimension.
75+ - **Regular Mesh Only: **
76+ - **lower_left ** (*double[] *) -- Coordinates of lower-left corner of
77+ mesh.
78+ - **upper_right ** (*double[] *) -- Coordinates of upper-right corner
79+ of mesh.
80+ - **width ** (*double[] *) -- Width of each mesh cell in each
81+ dimension.
82+ - **Rectilinear Mesh Only: **
83+ - **x_grid ** (*double[] *) -- Mesh divisions along the x-axis.
84+ - **y_grid ** (*double[] *) -- Mesh divisions along the y-axis.
85+ - **z_grid ** (*double[] *) -- Mesh divisions along the z-axis.
8186 - **Cylindrical & Spherical Mesh Only: **
8287 - **r_grid ** (*double[] *) -- The mesh divisions along the r-axis.
8388 - **phi_grid ** (*double[] *) -- The mesh divisions along the phi-axis.
You can’t perform that action at this time.
0 commit comments