aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/usage/parameters.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r--Docs/source/usage/parameters.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst
index 5badbd4a1..611efe2c5 100644
--- a/Docs/source/usage/parameters.rst
+++ b/Docs/source/usage/parameters.rst
@@ -64,6 +64,15 @@ Overall simulation parameters
It is mainly intended for debug purposes, and is best used with
``warpx.always_warn_immediately=1``.
+* ``warpx.break_signals`` (array of `string`, separated by spaces) optional
+ A list of signal names or numbers that the simulation should
+ handle by cleanly terminating at the next timestep
+
+* ``warpx.checkpoint_signals`` (array of `string`, separated by spaces) optional
+ A list of signal names or numbers that the simulation should
+ handle by outputting a checkpoint at the next timestep. A
+ diagnostic of type `checkpoint` must be configured.
+
* ``warpx.random_seed`` (`string` or `int` > 0) optional
If provided ``warpx.random_seed = random``, the random seed will be determined
using `std::random_device` and `std::clock()`,