diff --git a/docs/source/inputs/InputsCheckpoint.rst b/docs/source/inputs/InputsCheckpoint.rst index b9ad7058762dbe41067356e2113d5f8bc4af54bc..3cb29fb420dc97824bc606318f64aaa6b43ddc72 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 ed27c909a43633997a70811654405c5459f12854..4017b67622925ddc6d92997679df5b0bdb942aad 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 | | +------------------------+-------------------------------------------------------------------+----------+---------------------+