mesh-adaptation / goalie

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

Automate integration by parts for error indicators #41

Open jwallwork23 opened 1 year ago

jwallwork23 commented 1 year ago

Currently we automate the error estimation step by simply switching the test function(s) for adjoint solution(s) and multiplying throughout by a $\mathbb{P}0$ indicator field. To be more consistent with the standard approach in the literature, we should try to automate the integration by parts process to separate out residual and flux terms. This has previously been done in FEniCS in [Rognes & Logg, 2013].

Parent issue: https://github.com/pyroteus/pyroteus/issues/9.