diff options
author | 2020-04-17 10:27:06 -0700 | |
---|---|---|
committer | 2020-04-17 10:27:06 -0700 | |
commit | 7a8f63f9f938c2cc03fdf967308cd0fe54ae537f (patch) | |
tree | 9883b549505ecf28d6aae25918d899f40ad67e87 /Docs/source/running_cpp/parameters.rst | |
parent | e2300f2ca3897988bea47d5eb182755048520d99 (diff) | |
download | WarpX-7a8f63f9f938c2cc03fdf967308cd0fe54ae537f.tar.gz WarpX-7a8f63f9f938c2cc03fdf967308cd0fe54ae537f.tar.zst WarpX-7a8f63f9f938c2cc03fdf967308cd0fe54ae537f.zip |
Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)
* Clean-up hybrid code
* Remove Fortran interface
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index 70ea888c2..904741ebf 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1031,18 +1031,6 @@ Numerics and algorithms Therefore, all the approximations that are usually made when using local FFTs with guard cells (for problems with multiple boxes) become exact in the case of the periodic, single-box FFT without guard cells. -* ``psatd.hybrid_mpi_decomposition`` (`0` or `1`; default: 0) - Whether to use a different MPI decomposition for the particle-grid operations - (deposition and gather) and for the PSATD solver. If `1`, the FFT will - be performed over MPI groups. - -* ``psatd.ngroups_fft`` (`integer`) - The number of MPI groups that are created for the FFT, when using the code compiled with a PSATD solver - (and only if `hybrid_mpi_decomposition` is `1`). - The FFTs are global within one MPI group and use guard cell exchanges in between MPI groups. - (If ``ngroups_fft`` is larger than the number of MPI ranks used, - than the actual number of MPI ranks is used instead.) - * ``psatd.fftw_plan_measure`` (`0` or `1`) Defines whether the parameters of FFTW plans will be initialized by measuring and optimizing performance (``FFTW_MEASURE`` mode; activated by default here). |