mesh-adaptation / goalie

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

Separate `qoi_kwargs` out of `solver_kwargs` #126

Open jwallwork23 opened 4 months ago

jwallwork23 commented 4 months ago

Currently AdjointMeshSeq.solve_adjoint passes options to the QoI via the solver options. It would make more sense to just pass them separately.