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

Remove now superfluous Manager functions. #5933

Closed bangerth closed 1 week ago

bangerth commented 1 week ago

This is the next step to address #1775. We now have an update() function in the base class, and we no longer need to declare destructors virtual because the one in the base class already is.

There is just one functional difference (there was one update() function that did extra things to catch exceptions), and I've put that into #5932.