Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:46
· 13 commits to main since this release

Inti v0.2.0

Diff since v0.1.4

Breaking changes

  • Lagrange nodes are now ordered lexicographically (we used the same ordering as gmsh before). Code that relies directly the node ordering of Lagrange elements will most likely need to be updated. See reference_nodes and the internal _type_tag_to_node_perm for some references on how to map the previous to the current ordering.

Merged pull requests:

Closed issues:

  • Quadrature order and faces shapes (#111)