mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
5 stars 0 forks source link

Have `clement_interpolant` return a `Cofunction` if one is passed #45

Closed jwallwork23 closed 8 months ago

jwallwork23 commented 8 months ago

Currently, if clement_interpolant receives a Cofunction then it copies the associated data into a Function and proceeds as normal.

It would be more appropriate to copy the output data back into a Cofunction at the end, too.