Loading docs/source/inputs/InputsCheckpoint.rst +14 −1 Original line number Diff line number Diff line Loading @@ -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 | +-------------------------+-----------------------------------------------------------------------+-------------+-----------+ docs/source/inputs/InputsProblemDefinition.rst +1 −3 Original line number Diff line number Diff line Loading @@ -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 | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ Loading Loading
docs/source/inputs/InputsCheckpoint.rst +14 −1 Original line number Diff line number Diff line Loading @@ -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 | +-------------------------+-----------------------------------------------------------------------+-------------+-----------+
docs/source/inputs/InputsProblemDefinition.rst +1 −3 Original line number Diff line number Diff line Loading @@ -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 | | +------------------------+-------------------------------------------------------------------+----------+---------------------+ Loading