mesh-adaptation / goalie

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

Allow passing kwargs to `MeshSeq._transfer` #185

Closed ddundo closed 5 months ago

ddundo commented 5 months ago

An oversight on my part: in #128 I didn't allow passing arguments to MeshSeq._transfer from the user side. This will also be relevant when https://github.com/mesh-adaptation/animate/pull/115 gets merged.