mesh-adaptation / animate

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

Implement `dm_plex_metric_restrict_anisotropy_first` #100

Open jwallwork23 opened 3 months ago

jwallwork23 commented 3 months ago
          This should be easy enough to implement (just tweak the arguments to the `enforce_spd` call in the definition of `normalise`). However, I'd prefer to address it in a separate issue rather than here, considering the impact with some tests.

_Originally posted by @jwallwork23 in https://github.com/pyroteus/animate/pull/99#discussion_r1539967471_

Note that the parameter already exists on the PETSc side but is unused by Animate because it implements normalisation itself rather than with PETSc.