mesh-adaptation / goalie

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

Use for/else loop in `fixed_point_iteration` methods #60

Closed jwallwork23 closed 10 months ago

jwallwork23 commented 11 months ago

Closes #59.

This is a minor refactoring but I thought it was a pretty neat way to treat the case where we hit the maximum number of iterations.