mesh-adaptation / animate

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

Use PETSc intersection functionality for `intersect_on_boundary` #26

Open jwallwork23 opened 10 months ago

jwallwork23 commented 10 months ago

Currently this function uses a C++ kernel for intersection. It would be better to avoid duplication and just use the PETSc implementation.

jwallwork23 commented 10 months ago

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