diff --git a/docs/source_docs/user_guide/inputs/initialization.rst b/docs/source_docs/user_guide/inputs/initialization.rst index a4bb68e2648a7fe9e2e5450b5c114d49635232d6..55c69490fa63397399385858d3b6b3470b3e2ba0 100644 --- a/docs/source_docs/user_guide/inputs/initialization.rst +++ b/docs/source_docs/user_guide/inputs/initialization.rst @@ -19,6 +19,10 @@ They must be defined with the prefix ``mfix``: +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | restart | If set, then restart from this file rather than from scratch. | String | None | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ +| geom_chk_read | Flag to read the EB geometry data from the ``geom_chk_file`` | Bool | false | +| | :ref:`checkpoint file`. If levelset refinement | | | +| | is enabled, levelset data is read from ``geom_levelset_chk_file``. | | | ++----------------------+-----------------------------------------------------------------------+-------------+--------------+ | repl_x | Replicate initial data by this factor in the x-direction. | Int | 1 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | repl_y | Replicate initial data by this factor in the y-direction. | Int | 1 | diff --git a/docs/source_docs/user_guide/inputs/output/checkpointing.rst b/docs/source_docs/user_guide/inputs/output/checkpointing.rst index 30fe4fb72d47be1e78723f63e1e29cd098a63471..3eda37dde75b84fbd72756b1a7b1cff5ded3fceb 100644 --- a/docs/source_docs/user_guide/inputs/output/checkpointing.rst +++ b/docs/source_docs/user_guide/inputs/output/checkpointing.rst @@ -20,12 +20,8 @@ The following inputs must be preceded by the prefix ``mfix`` and control checkpo +-------------------------+-----------------------------------------------------------------------+-------------+------------+ | check_file | Prefix to use for checkpoint output | String | chk | +-------------------------+-----------------------------------------------------------------------+-------------+------------+ -| geom_chk_write | When enabled, write the EB geometry data into ``geom_chk_file`` | Bool | false | -| | and additionally, ``geom_levelset_chk_file`` if levelset | | | -| | refinement is enabled. | | | -+-------------------------+-----------------------------------------------------------------------+-------------+------------+ -| geom_chk_read | When true, read the EB geometry data from ``geom_chk_file`` | Bool | false | -| | and additionally, ``geom_levelset_chk_file`` if levelset | | | +| geom_chk_write | Write the EB geometry data into ``geom_chk_file`` and additionally, | Bool | false | +| | ``geom_levelset_chk_file`` if levelset refinement is enabled. | | | | | refinement is enabled. | | | +-------------------------+-----------------------------------------------------------------------+-------------+------------+ | geom_chk_file | Name of the EB checkpoint file that is used to store or read | String | geom_chk |