From 5bd2a14a2cd021594b52fe90a9475e145f1838a5 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Fri, 29 Jul 2022 15:30:35 -0500 Subject: [PATCH] Adding missing datasets to the statepoint docs --- docs/source/io_formats/statepoint.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/io_formats/statepoint.rst b/docs/source/io_formats/statepoint.rst index 28a6849fd5..c1598f2c33 100644 --- a/docs/source/io_formats/statepoint.rst +++ b/docs/source/io_formats/statepoint.rst @@ -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