diff options
author | 2017-10-25 11:14:53 -0700 | |
---|---|---|
committer | 2017-10-25 11:14:53 -0700 | |
commit | cd58a7be82e4b4a854dda2effcc74346b77c9d40 (patch) | |
tree | bb9b49a892a47f1fbd34b519ec08d8e23fea8da8 /Docs/source/running_cpp | |
parent | bbd52c71109aab4a09ad425991ff59b97ed9fbee (diff) | |
parent | c55c3cebf8e80f9c85668f33d8d425054efcdcca (diff) | |
download | WarpX-cd58a7be82e4b4a854dda2effcc74346b77c9d40.tar.gz WarpX-cd58a7be82e4b4a854dda2effcc74346b77c9d40.tar.zst WarpX-cd58a7be82e4b4a854dda2effcc74346b77c9d40.zip |
merging.
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 6e5b52199..c64c5a67b 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -253,3 +253,17 @@ Diagnostics and output * ``amr.plot_int`` (`integer`) The number of PIC cycles inbetween two consecutive data dumps. Use a negative number to disable data dumping. + +* ``warpx.do_boosted_frame_diagnostic`` (`0 or 1`) + Whether to use the **back-transformed diagnostics** (i.e. diagnostics that + perform on-the-fly conversion to the laboratory frame, when running + boosted-frame simulations) + +* ``warpx.num_snapshots_lab`` (`integer`) + Only used when ``warpx.do_boosted_frame_diagnostic`` is ``1``. + The number of lab-frame snapshots that will be written. + +* ``warpx.dt_snapshots_lab`` (`float`, in seconds) + Only used when ``warpx.do_boosted_frame_diagnostic`` is ``1``. + The time interval inbetween the lab-frame snapshots (where this + time interval is expressed in the laboratory frame). |