diff options
author | 2019-09-05 08:25:30 -0600 | |
---|---|---|
committer | 2019-09-05 08:25:30 -0600 | |
commit | dba82b30d8b927f4ed47fd722019bc19cb5c790c (patch) | |
tree | 81825ad5572d4a4fc7bbccc9fa7b38f38f12ebbd /Docs/source/running_cpp/parameters.rst | |
parent | 50564c4eba3cb9f248e89e112ed1ba564fdbb549 (diff) | |
parent | 3c5293a85a852b28266cc6d551a74ccbd2ff8637 (diff) | |
download | WarpX-dba82b30d8b927f4ed47fd722019bc19cb5c790c.tar.gz WarpX-dba82b30d8b927f4ed47fd722019bc19cb5c790c.tar.zst WarpX-dba82b30d8b927f4ed47fd722019bc19cb5c790c.zip |
Merge pull request #313 from ECP-WarpX/override_sync
Override sync
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-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 ea681470e..0e2866f58 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -655,6 +655,13 @@ Numerics and algorithms See `this section of the FFTW documentation <http://www.fftw.org/fftw3_doc/Planner-Flags.html>`__ for more information. +* ``warpx.override_sync_int`` (`integer`) optional (default `10`) + Number of time steps between synchronization of sources (`rho` and `J`) on + grid nodes at box boundaries. Since the grid nodes at the interface between + two neighbor boxes are duplicated in both boxes, an instability can occur + if they have too different values. This option makes sure that they are + synchronized periodically. + Boundary conditions ------------------- |