mesh-adaptation / goalie

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

Reinitialise output dictionaries before solving #139

Closed ddundo closed 4 months ago

ddundo commented 4 months ago

Closes #138.

Reinitialise solution and error indicator dictionaries at the beginning of solve_forward, solve_adjoint or indicate_errors, rather than at the beginning of fixed_point_iteration.

ddundo commented 4 months ago

Thanks @jwallwork23! Ready for re-review :)

Didn't rerun the CI since it was just a comment update