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

make SchurComplementOperator destructor virtual #5937

Closed tjhei closed 1 week ago

tjhei commented 1 week ago

clang rightfully complains that we can not delete these objects with a pointer to base otherwise.