geodynamics / aspect

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

Remove unnecessary lines #6156

Closed gassmoeller closed 22 hours ago

gassmoeller commented 1 day ago

With the changes of #6135 these lines should be unnecessary. solution will be set to the correct value inside the function do_one_defect_correction_Stokes_step and we do not need to worry about its content outside of that function. If this is correct, no tests should change.