Support Scatter/Gather operations #41
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
currently only
lammps_gather_atoms()
is implemented.however, I'd like to use
lammps_gather()
lammps_gather_subset()
lammps_scatter()
lammps_scatter_subset()
as well.
If I've understood the C-Library documentation (https://docs.lammps.org/Library_scatter.html#_CPPv420lammps_scatter_atomsPvPKciiPv) correctly,
lammps_gather_atoms()
lammps_gather_atoms_subset()
lammps_scatter_atoms()
lammps_scatter_atoms_subset()
do essentially the same thing but are more restrictive (i.e. don't work with fix or compute values). So I don't think it would be necessary to implement those?
The text was updated successfully, but these errors were encountered: