mesh-adaptation / goalie

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

Add adaptor_kwargs to fixed point iteration? #98

Closed ddundo closed 6 months ago

ddundo commented 7 months ago

Hi! To tidy up my scripts, where I have many different versions of the adaptor functions, I found it useful to allow adaptor_kwargs to be passed to the adaptor function inside MeshSeq.fixed_point_iteration, similarly to how we can pass solver_kwargs now. Maybe it would be useful to add this?

jwallwork23 commented 7 months ago

Sounds like a good idea. PR welcome!