diff options
author | 2021-03-17 18:38:54 -0700 | |
---|---|---|
committer | 2021-03-17 18:38:54 -0700 | |
commit | e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf (patch) | |
tree | 15b58ea785d0a881df92051fa6237521389766aa /Docs/source/running_cpp/parameters.rst | |
parent | 93cdd24708e8e975409daebce758ddbcaaac9325 (diff) | |
download | WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.tar.gz WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.tar.zst WarpX-e6c7c9cacb6b83c106013ad84efe7a81fdb2c1cf.zip |
Docs: Sorting Defaults Changed (#1798)
The sorting defaults changed to per-cell.
Diffstat (limited to 'Docs/source/running_cpp/parameters.rst')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index d761d5946..808d687db 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1419,7 +1419,7 @@ Numerics and algorithms If ``<=0``, do not sort particles. It is turned on on GPUs for performance reasons (to improve memory locality). - * ``warpx.sort_bin_size`` (list of `int`) optional (default ``4 4 4``) + * ``warpx.sort_bin_size`` (list of `int`) optional (default ``1 1 1``) If ``sort_intervals`` is activated particles are sorted in bins of ``sort_bin_size`` cells. In 2D, only the first two elements are read. |