aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2022-06-21 15:29:37 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-21 13:29:37 +0000
commit2191ca66c11ff71c62015234b7024fb85d36d2df (patch)
tree8e3a0ffaf3ec52fd01d13a36a9372d648b75d47e
parentb6985d24c36f5644c69b0773deb8ff14eb4a4097 (diff)
downloadWarpX-2191ca66c11ff71c62015234b7024fb85d36d2df.tar.gz
WarpX-2191ca66c11ff71c62015234b7024fb85d36d2df.tar.zst
WarpX-2191ca66c11ff71c62015234b7024fb85d36d2df.zip
fix missing newline in documentation (#3193)
-rw-r--r--Docs/source/usage/parameters.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst
index ef0b223bb..285d731ab 100644
--- a/Docs/source/usage/parameters.rst
+++ b/Docs/source/usage/parameters.rst
@@ -308,6 +308,7 @@ Domain Boundary Conditions
* ``boundary.particle_lo`` and ``boundary.particle_hi`` (`2 strings` for 2D, `3 strings` for 3D, `absorbing` by default)
Options are:
+
* ``Absorbing``: Particles leaving the boundary will be deleted.
* ``Periodic``: Particles leaving the boundary will re-enter from the opposite boundary. The field boundary condition must be consistenly set to periodic and both lower and upper boundaries must be periodic.