mesh-adaptation / animate

Anisotropic mesh adaptation toolkit for Firedrake
MIT License
6 stars 0 forks source link

Allow variable metric constraints #35

Closed jwallwork23 closed 7 months ago

jwallwork23 commented 1 year ago

Currently, the h_min, h_max, and a_max constraints take constant values across the whole domain. In practice, it is often useful to allow these parameters to be spatially varying, e.g. allowing different mesh properties where there are different structures or material properties.

Linked issue: https://github.com/pyroteus/goalie/issues/12.

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