Commit 03b2cf20 authored by Jordan Musser's avatar Jordan Musser
Browse files

Move read EB checkpoint to initialize section (exa/docs!149)

parent caf45764
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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<Chap:InputsCheckpoint>`. 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         |
+2 −6
Original line number Diff line number Diff line
@@ -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   |