mesh-adaptation / goalie

Goal-oriented error estimation and mesh adaptation for finite element problems solved using Firedrake
Other
1 stars 1 forks source link

Rigorous mode #53

Closed jwallwork23 closed 11 months ago

jwallwork23 commented 12 months ago

Currently, fixed point iterations terminate if any of the convergence criteria are met. One can imagine that this could lead to false positives for convergence of the system under adaptation. We should include a "safe" / "rigorous" mode, where the fixed point iteration terminates if all convergence criteria are met.