From bf5587e9a302eca188712c6db398f5c33df3b5d9 Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan <deepak.rangarajan@netl.doe.gov> Date: Fri, 9 Sep 2022 11:04:23 +0000 Subject: [PATCH] update eb checkpoint file options --- docs/source/inputs/InputsCheckpoint.rst | 3 --- docs/source/inputs/InputsProblemDefinition.rst | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/inputs/InputsCheckpoint.rst b/docs/source/inputs/InputsCheckpoint.rst index 8148ae2..b9ad705 100644 --- a/docs/source/inputs/InputsCheckpoint.rst +++ b/docs/source/inputs/InputsCheckpoint.rst @@ -21,6 +21,3 @@ The following inputs must be preceded by "amr" and control checkpoint/restart. +-------------------------+-----------------------------------------------------------------------+-------------+-----------+ | write_geom_chk | When True, writes the EB geometry data into a checkpoint file. | bool | False | +-------------------------+-----------------------------------------------------------------------+-------------+-----------+ -| use_geom_chk_if_present | When True, looks for the EB geometry checkpoint file in the | bool | True | -| | current directory and uses it, overriding any EB geometry in inputs | | | -+-------------------------+-----------------------------------------------------------------------+-------------+-----------+ diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst index abbbf98..258f229 100644 --- a/docs/source/inputs/InputsProblemDefinition.rst +++ b/docs/source/inputs/InputsProblemDefinition.rst @@ -102,6 +102,9 @@ The following inputs must be preceded by "mfix." | | Description | Type | Default | +========================+===================================================================+==========+=====================+ | geometry | Which type of EB geometry are we using? | String | | +| | | | | +| | To use geometry from EB checkpoint file in current directory | | | +| | set value to "chkptfile" | | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ | geometry_filename | The CSG file that defines the EB geometry | String | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ -- GitLab