You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Closes#95.
This PR allows the projection operator (and its adjoint) to be mass
lumped. For P1 spaces, this implies that extrema are preserved following
the transfer.
While developing these changes, I noticed #113 and #114, so the
associated functionality and tests are turned off here.
The adjoint version of the
interpolate
operator simply applies the standardinterpolate
. This is incorrect and needs to be implemented by transposing the interpolation operator.The text was updated successfully, but these errors were encountered: