-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Particle properties script interface (#4629)
Fixes #4616 Description of changes: - replace most of the particle property setters MPI callbacks by fully MPI-parallel code - a few MPI callbacks remain for properties that are relevant to reaction methods (position, velocity, type, charge), but these will be removed in the near future by #4617 - some code duplication was introduced in `particle_node.cpp` and will be removed in the future, when the particle management will become more parallel (i.e. no more particle cache, id tracking and type tracking) - remove 300 lines of C++ code - deprecate `system.auto_exclusions(n)` in favor of `system.part.auto_exclusions(distance=n)`
- Loading branch information
Showing
27 changed files
with
906 additions
and
1,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.