mesh-adaptation / goalie

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

Implement local enrichment methods #35

Open jwallwork23 opened 1 year ago

jwallwork23 commented 1 year ago

Currently we support global h- and p-enrichment. It should be possible to implement local versions, too, perhaps using PCPATCH.

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