All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Required breaking changes to support Ferrite v1 and later.
- Keyword arg of
get_ferrite_grid
:generate_facesets
->generate_facetsets
- Function renamed:
create_faceset
->create_facetset
nodeset::AbstractSet
is allowed in create_faceset(grid, nodeset)
- create_faceset(grid, nodeset, ::Nothing) no longer supported, use create_faceset(grid, nodeset) instead
- Update to new Cell parameterization to work for Ferrite#master #20
No usage change, but supports Ferrite v0.4
- For a mixed grid, the celltype is a union of all concrete cell types in the grid instead of a single non-concrete type #15
Start of changelog