mesh-adaptation / goalie

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

Refactor `enforce_element_constraints` #12

Closed jwallwork23 closed 5 months ago

jwallwork23 commented 1 year ago

It would be good to split enforce_element_constraints into two functions: (a) a function which enforces the (possibly spatially varying) constraints on a single metric and lives in Animate; (b) a function for handling doing this over a MeshSeq, which lives here.

jwallwork23 commented 1 year ago

See https://gitlab.com/petsc/petsc/-/issues/1450.

jwallwork23 commented 12 months ago

Linked PR: https://github.com/pyroteus/animate/issues/35.