From 6b89b1057c2a6a0353dfae89f6377b0598040881 Mon Sep 17 00:00:00 2001 From: cgilet Date: Thu, 16 May 2024 12:22:41 -0400 Subject: [PATCH] Update docs --- .../source/InputsCheckpoint.rst | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Docs/sphinx_documentation/source/InputsCheckpoint.rst b/Docs/sphinx_documentation/source/InputsCheckpoint.rst index 13bae0e4..d0bb1e50 100644 --- a/Docs/sphinx_documentation/source/InputsCheckpoint.rst +++ b/Docs/sphinx_documentation/source/InputsCheckpoint.rst @@ -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 | ++---------------------+-----------------------------------------------------------------------+-------------+-----------+