mesh-adaptation / goalie

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

Fix projection issue in the adjoint. #87

Closed jwallwork23 closed 8 months ago

jwallwork23 commented 8 months ago

Closes #86.

First I change the burgers_time_integrated demo to introduce a test that is broken with the current setup, as recommended in the issue.

Then I fix the issue by removing the erroneous function space argument to project. I must have missed this when working on #84.