mesh-adaptation / goalie

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

Stop passing lagged solution to steady problems #195

Closed ddundo closed 2 weeks ago

ddundo commented 1 month ago

At the moment we have to pass lagged solutions to get_form for steady problems due to how GoalOrientedMeshSeq.indicate_errors is set up. We should try to not do that, and only do it for unsteady field_types.

Blocked by #179.