geodynamics / aspect

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.
https://aspect.geodynamics.org/
Other
217 stars 232 forks source link

Add further multiple particle world instrastructure. #5920

Closed MFraters closed 1 week ago

MFraters commented 2 weeks ago

This is a followup pull request to #5918, getting more infrastructure in place. For now there is only one particle world, but is is now stored in a vector.

For the next step we would need to think of how to make sure all particle plugins know what world they are in, but I think that should go in a followup pull request.

MFraters commented 2 weeks ago

@gassmoeller, thanks for the review. I have addressed your comments.

gassmoeller commented 1 week ago

and you need to indent

MFraters commented 1 week ago

@gassmoeller, I have addressed your comments

MFraters commented 1 week ago

Done! Two of the testers are failing, but I don't think this is related to this pull request.