mesh-adaptation / goalie

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

Interpolate mixed functions in go_mesh_seq #183

Closed ddundo closed 7 months ago

ddundo commented 7 months ago

GoalOrientedMeshSeq._get_transfer_function uses firedrake's interpolate which doesn't support mixed functions. So an error would be raised if we tried to do this with the Gray-Scott example.

We should use animate.interpolation.interpolate instead.