diff options
Diffstat (limited to 'Docs/source/usage/parameters.rst')
-rw-r--r-- | Docs/source/usage/parameters.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/usage/parameters.rst b/Docs/source/usage/parameters.rst index bb82c28b5..36855a52d 100644 --- a/Docs/source/usage/parameters.rst +++ b/Docs/source/usage/parameters.rst @@ -2067,7 +2067,7 @@ In-situ capabilities can be used by turning on Sensei or Ascent (provided they a Reduce size of the field output by this ratio in each dimension. (This is done by averaging the field over 1 or 2 points along each direction, depending on the staggering). If ``blocking_factor`` and ``max_grid_size`` are used for the domain decomposition, as detailed in - the :ref:`parallelization <parallelization_warpx>` section, ``coarsening_ratio`` should be an integer + the :ref:`domain decomposition <usage_domain_decomposition>` section, ``coarsening_ratio`` should be an integer divisor of ``blocking_factor``. If ``warpx.numprocs`` is used instead, the total number of cells in a given dimension must be a multiple of the ``coarsening_ratio`` multiplied by ``numprocs`` in that dimension. |