diff options
author | 2019-08-16 16:04:38 -0700 | |
---|---|---|
committer | 2019-08-16 16:04:38 -0700 | |
commit | ada7e94c1d4938c800919a9611b94ee6e8e5584e (patch) | |
tree | 938aa8383d65b7ad3b6bb317260694329de5ba35 /Docs/source/running_cpp | |
parent | 5b89e34fb5fc66dd04a3310fc7d6216afa9d780c (diff) | |
download | WarpX-ada7e94c1d4938c800919a9611b94ee6e8e5584e.tar.gz WarpX-ada7e94c1d4938c800919a9611b94ee6e8e5584e.tar.zst WarpX-ada7e94c1d4938c800919a9611b94ee6e8e5584e.zip |
explicitly set dt_snapshots_lab = dz_snapshots_lab/c
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 733d90d32..948d928d1 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -706,7 +706,9 @@ Diagnostics and output * ``warpx.dz_snapshots_lab`` (`float`, in meters) Only used when ``warpx.do_boosted_frame_diagnostic`` is ``1``. Distance between the lab-frame snapshots (expressed in the laboratory - frame). Either `dt_snapshots_lab` or `dz_snapshot_lab` is required. + frame). ``dt_snapshots_lab`` is then computed by + ``dt_snapshots_lab = dz_snapshots_lab/c``. Either `dt_snapshots_lab` + or `dz_snapshot_lab` is required. * ``warpx.do_boosted_frame_fields`` (`0 or 1`) Whether to use the **back-transformed diagnostics** for the fields. |