mesh-adaptation / animate

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

Adjoint interpolation operator is incorrect #113

Open jwallwork23 opened 5 months ago

jwallwork23 commented 5 months ago

The adjoint version of the interpolate operator simply applies the standard interpolate. This is incorrect and needs to be implemented by transposing the interpolation operator.