Inti v0.2.0
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_nodesand the internal_type_tag_to_node_permfor some references on how to map the previous to the current ordering.
Merged pull requests:
- Support for some periodic kernels (#122) (@maltezfaria)
- Curved triangles and tetrahedra via C. Bernardi SINUM 1989. (#123) (@tanderson92)
- Generic lagrange interpolation (#126) (@maltezfaria)
- Bump actions/checkout from 4 to 5 (#129) (@dependabot[bot])
- Change default quadrature rule to VioreanuRokhlin (#130) (@maltezfaria)
Closed issues:
- Quadrature order and faces shapes (#111)