hoomd-blue
hoomd-blue copied to clipboard
Relax MPCD virtual particle filler design
Description
The virtual particle filler specializations currently need to compute the total number of particles to add so that the particle arrays are sized by the base class. It would be helpful for geometries where this number is not easily calculated (e.g., in MPI with domains slicing through boundaries) to allow the deriving filler to have more control over how it determines the number of virtual particles (e.g., random sampling with rejection). This should be a small change at the C++ level but tweaks the API of the fillers a little bit. I think this should go into v3 breaking changes for MPCD.
I will work on this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed because it has not had recent activity.
This is being worked on by someone in a fork:
https://github.com/YMWani/hoomd-blue/tree/feature/mpcd-sphere
That branch will need updates to v3 when it is ready, but I will handle that as part of the other v3 migration tasks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed because it has not had recent activity.
We will need to address this as part of our new work.
Resolved in #1737