Closed ddundo closed 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.
GoalOrientedMeshSeq._get_transfer_function
interpolate
We should use animate.interpolation.interpolate instead.
animate.interpolation.interpolate
GoalOrientedMeshSeq._get_transfer_function
uses firedrake'sinterpolate
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.