mesh-adaptation / goalie

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

Remove remnant `adjoint=True` flags #84

Closed jwallwork23 closed 8 months ago

jwallwork23 commented 8 months ago

Closes #83.

Those flags are no longer needed because the mesh-to-mesh projection now identifies any Cofunction as needing to have the adjoint projection operator, whereas standard Functions get the standard projection operator.

This PR also drops an unnecessary assignment in one of those lines.