Skip to content

Commit

Permalink
Deploying to gh-pages from @ 844091a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 14, 2024
1 parent 435c984 commit 76dc7aa
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
10 changes: 10 additions & 0 deletions docs_html/InputsCheckpoint.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
<td><p>String</p></td>
<td><p>None</p></td>
</tr>
<tr class="row-odd"><td><p>plotfile_on_restart</p></td>
<td><p>Write a plotfile before taking a time step</p></td>
<td><p>bool</p></td>
<td><p>false</p></td>
</tr>
<tr class="row-even"><td><p>regrid_on_restart</p></td>
<td><p>Create new grids, including level 0, on restart</p></td>
<td><p>bool</p></td>
<td><p>false</p></td>
</tr>
<tr class="row-odd"><td><p>check_int</p></td>
<td><p>Frequency of checkpoint output;
if -1 then no checkpoints will be written</p></td>
Expand Down
24 changes: 14 additions & 10 deletions docs_html/_sources/InputsCheckpoint.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ Checkpoint/Restart

The following inputs must be preceded by "amr" and control checkpoint/restart.

+------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+==================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+=====================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plotfile_on_restart | Write a plotfile before taking a time step | bool | false |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| regrid_on_restart | Create new grids, including level 0, on restart | bool | false |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+

Loading

0 comments on commit 76dc7aa

Please sign in to comment.