From 7ec10949209c5ba444e920ba1584b0b5ba069abd Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Thu, 3 Nov 2022 19:42:56 +0000 Subject: [PATCH] clean up geom_chk input flags --- docs/source/inputs/InputsCheckpoint.rst | 15 ++++++++++++++- docs/source/inputs/InputsProblemDefinition.rst | 4 +--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/source/inputs/InputsCheckpoint.rst b/docs/source/inputs/InputsCheckpoint.rst index b9ad705..3cb29fb 100644 --- a/docs/source/inputs/InputsCheckpoint.rst +++ b/docs/source/inputs/InputsCheckpoint.rst @@ -19,5 +19,18 @@ The following inputs must be preceded by "amr" and control checkpoint/restart. | | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | | | | checkpoint file is after a job has run for ten minutes. | | | +-------------------------+-----------------------------------------------------------------------+-------------+-----------+ -| write_geom_chk | When True, writes the EB geometry data into a checkpoint file. | bool | False | +| geom_chk_write | When True, writes the EB geometry data into geom_chk_file | bool | False | +| | and additionally, geom_refined_chk_file, if levelset | | | +| | refinement is enabled. | | | ++-------------------------+-----------------------------------------------------------------------+-------------+-----------+ +| geom_chk_read | When True, reads the EB geometry data from geom_chk_file | bool | False | +| | and additionally, geom_refined_chk_file, if levelset | | | +| | refinement is enabled. | | | ++-------------------------+-----------------------------------------------------------------------+-------------+-----------+ +| geom_chk_file | Name of the EB checkpoint file that is used to store or read | String | geom_chk | +| | the unrefined geometry. | | | ++-------------------------+-----------------------------------------------------------------------+-------------+-----------+ +| geom_refined_chk_file | Name of the EB checkpoint file that is used to store or read | String | geom\_ | +| | the refined geometry, i.e. when levelset refinement is enabled. | | refined\_ | +| | | | chk | +-------------------------+-----------------------------------------------------------------------+-------------+-----------+ diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst index ed27c90..4017b67 100644 --- a/docs/source/inputs/InputsProblemDefinition.rst +++ b/docs/source/inputs/InputsProblemDefinition.rst @@ -101,10 +101,8 @@ The following inputs must be preceded by "mfix." +------------------------+-------------------------------------------------------------------+----------+---------------------+ | | Description | Type | Default | +========================+===================================================================+==========+=====================+ -| geometry | Which type of EB geometry are we using? | String | | +| geometry | Which type of amrex 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