mesh-adaptation / animate

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

Clement interpolation uses firedrake par_loops #29

Open stephankramer opened 1 year ago

stephankramer commented 1 year ago

The firedrake wrapper around op2 par_loops has been removed from firedrake, so you now need to directly use the "lower level" op2 one. This is used in clement interpolation, so breaks on a parmmg-metric-based firedrake branch with recently merged master.