Skip to content

Commit bb5f727

Browse files
committed
Update IO format docs for meshes
1 parent 2d573c3 commit bb5f727

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/source/io_formats/statepoint.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)