diff options
author | 2019-11-14 14:02:24 -0800 | |
---|---|---|
committer | 2019-11-14 14:02:24 -0800 | |
commit | 2b58b1e40e813722a3e51e609c7b5196bc2e106d (patch) | |
tree | 3f11d16b4c2a1a8068781ef80d3d6aa450ad0100 /Docs/source/running_cpp | |
parent | 5e213237d39d293df3813feb4f59a0a3b11a4eef (diff) | |
parent | 5bfe7a5251fef09322b9e03844eb5c35efbb4a1f (diff) | |
download | WarpX-2b58b1e40e813722a3e51e609c7b5196bc2e106d.tar.gz WarpX-2b58b1e40e813722a3e51e609c7b5196bc2e106d.tar.zst WarpX-2b58b1e40e813722a3e51e609c7b5196bc2e106d.zip |
Merge pull request #473 from RevathiJambunathan/CopyParticlesInZBoostSliceUsingGPU
Copy particles in z boost slice using gpu
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 139811ffc..592ea1b0b 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -902,6 +902,13 @@ Diagnostics and output The time interval between the back-transformed reduced diagnostics (where this time interval is expressed in the laboratory frame). +* ``slice.particle_slice_width_lab`` (`float`, in meters) + Only used when ``warpx.do_boosted_frame_diagnostic`` is ``1`` and + ``slice.num_slice_snapshots_lab`` is non-zero. Particles are + copied from the full back-transformed diagnostic to the reduced + slice diagnostic if there are within the user-defined width from + the slice region defined by ``slice.dom_lo`` and ``slice.dom_hi``. + Checkpoints and restart ----------------------- WarpX supports checkpoints/restart via AMReX. |