mesh-adaptation / goalie

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

Interpolate mixed functions in go_mesh_seq #183

Closed ddundo closed 2 months ago

ddundo commented 2 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.