mesh-adaptation / goalie

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

Avoid `ufl_domain` warning #76

Open jwallwork23 opened 8 months ago

jwallwork23 commented 8 months ago

Running the demos currently raises this warning many times:

ufl/ufl/core/expr.py:269: DeprecationWarning: Expr.ufl_domain() is deprecated, please use extract_unique_domain(expr) instead.