mesh-adaptation / goalie

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

Introduce adjoint-TLM test #30

Open jwallwork23 opened 1 year ago

jwallwork23 commented 1 year ago

Currently test_adjoint/test_adjoint.py::test_adjoint_same_mesh simply runs the AdjointMeshSeq.solve_adjoint method in a different way. It would be better to use the standard approach for testing adjoint methods, which uses the tangent linear model and adjoint model to check the result at intermediate steps.