mesh-adaptation / goalie

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

Store solutions and indicators #89

Closed jwallwork23 closed 7 months ago

jwallwork23 commented 8 months ago

Closes #74. Progress towards #55.

This PR simplifies things by storing solution fields and error indicators on the MeshSeq. Note that they get overwritten each iteration of the FPE, though.

The PR also simplifies and renames indicators2estimator as error_estimate.

jwallwork23 commented 7 months ago

Thanks Dundo!