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

fix particle world index in properties #5948

Closed tjhei closed 5 days ago

tjhei commented 5 days ago

We need to create all plugins inside parse_parameters() before we can set their particle world. Also make sure we initialize this value to be invalid so errors will trigger more reliably.

fixes #5947

FYI @MFraters