From d5e963220601df0739449172cd249b24cf66c538 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 28 Jul 2022 19:19:39 -0500 Subject: [PATCH] Updating statepoint doc a bit --- docs/source/io_formats/statepoint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/io_formats/statepoint.rst b/docs/source/io_formats/statepoint.rst index 26dbd9c2e..28a6849fd 100644 --- a/docs/source/io_formats/statepoint.rst +++ b/docs/source/io_formats/statepoint.rst @@ -80,7 +80,7 @@ The current version of the statepoint file format is 17.0. dimension. - **Unstructured Mesh Only:** - **volumes** (*double[]*) -- Volume of each mesh cell. - - **vertices** (*double[]*) -- Location of the mesh vertices. + - **vertices** (*double[]*) -- x, y, z values of the mesh vertices. - **connectivity** (*int[]*) -- Connectivity array for the mesh cells. - **element_types** (*int[]*) -- Mesh element types.