FEniCS/basix

Add a "hash" of an element

Closed this issue · 1 comments

It would be nice to be able to compute a "hash" of an element that can be used to check that two elements are the same. This should depend on:

  • The cell type
  • The element family
  • The order
  • Any variants passed when creating the element
  • The version of Basix being used

Addressed by #374.