Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 1.52 KB

FerriteMeshParser.jl changelog

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.

[0.2.0]

Required breaking changes to support Ferrite v1 and later.

Changed

  • Keyword arg of get_ferrite_grid: generate_facesets -> generate_facetsets
  • Function renamed: create_faceset -> create_facetset

[0.1.8]

Changed

  • nodeset::AbstractSet is allowed in create_faceset(grid, nodeset)

[0.1.7]

Changed

  • create_faceset(grid, nodeset, ::Nothing) no longer supported, use create_faceset(grid, nodeset) instead

[0.1.6]

Fixed

  • Update to new Cell parameterization to work for Ferrite#master #20

No usage change, but supports Ferrite v0.4

Changed

  • 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