mesh-adaptation / goalie

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

Make solution and indicator `AttrDict`s attributes of `MeshSeq` and co. #74

Closed jwallwork23 closed 7 months ago

jwallwork23 commented 8 months ago

Currently the solve_forward, solve_adjoint, indicate_errors, and fixed_point_iteration methods determine solutions / error indicators and then return them. There are many cases where it would be more useful to keep them as attributes of the MeshSeq.

We should also implement a method like reset_values which resets all of them to zero.