FEniCS / ufl

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

Add `ufl_signature` or `_ufl_signature` to all UFL objects #296

Open mscroggs opened 2 months ago

mscroggs commented 2 months ago

Currently repr or str is used (and slightly abuse) to give signatures of UFL objects. It would be better to add a ufl_signature property for this.

dham commented 2 months ago

Bikeshed of the week question is whether to spell this ufl_signature or _ufl_signature