FEniCS / ufl

UFL - Unified Form Language
https://fenicsproject.org
GNU Lesser General Public License v3.0
97 stars 64 forks source link

Fix cofunction equality #247

Closed nbouziani closed 9 months ago

nbouziani commented 9 months ago

Fix equality check for cofunctions (1-line change): This delegates the equality check of cofunctions to equals. The check is the same but at least we are consistent with other BaseForm objects.