Adding missing datasets to the statepoint docs

This commit is contained in:
Patrick Shriwise 2022-07-29 15:30:35 -05:00
parent 7b083c7b0c
commit 5bd2a14a2c

View file

@ -79,6 +79,10 @@ The current version of the statepoint file format is 17.0.
- **width** (*double[]*) -- Width of each mesh cell in each
dimension.
- **Unstructured Mesh Only:**
- **filename** (*char[]*) -- Name of the mesh file.
- **library** (*char[]*) -- Mesh library used to represent the
mesh ("moab" or "libmesh").
- **length_multiplier** (*double*) Scaling factor applied to the mesh.
- **volumes** (*double[]*) -- Volume of each mesh cell.
- **vertices** (*double[]*) -- x, y, z values of the mesh vertices.
- **connectivity** (*int[]*) -- Connectivity array for the mesh