diff options
author | 2019-03-21 16:31:46 -0700 | |
---|---|---|
committer | 2019-03-21 16:31:46 -0700 | |
commit | 79f66d9db5a11d1f18a91a33bdc421808c29e3f3 (patch) | |
tree | 9d99b5f44e9a5b90a600e63089889702dfef56d1 /Docs/source/running_cpp/parameters.rst | |
parent | b925169550d42ee1726c447ea1fcf2feebd7f5c2 (diff) | |
download | WarpX-79f66d9db5a11d1f18a91a33bdc421808c29e3f3.tar.gz WarpX-79f66d9db5a11d1f18a91a33bdc421808c29e3f3.tar.zst WarpX-79f66d9db5a11d1f18a91a33bdc421808c29e3f3.zip |
piece of doc on number of passes for bilin filter
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 96ec75c05..e9b96cd27 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -377,6 +377,10 @@ Numerics and algorithms them from the macroparticles. This uses a bilinear filter (see the sub-section **Filtering** in :doc:`../theory/theory`). +* ``warpx.filter_npass_each_dir`` (`3 int`) optional (default `1 1 1`) + Number of passes along each direction for the bilinear filter. + In 2D simulations, only the first two values are read. + * ``algo.current_deposition`` (`integer`) The algorithm for current deposition: |