Skip to content

Latest commit

 

History

History
129 lines (77 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

129 lines (77 loc) · 3.44 KB

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.

1.0.1 - 2019-12-06

Fixed

  • Fixed handling of "RegionHoles" property of ElementMesh for all affected functions

1.0.0 - 2019-07-04

Added

  • Options "Refinement" and "MeshOrder" for DiskMesh, BallMesh and SphericalShellMesh
  • Option Method for SmoothenMesh with values "Direct" or "Iterative"

Changed

  • Better accuracy of PrismMesh with non-coplanar faces
  • Better error reporting
  • Refactoring of internal code for readability and performance

0.7.1 - 2019-04-23

Fixed

0.7.0 - 2019-04-10

Added

  • Options "Refinement" and "MeshOrder" for StructuredMesh
  • Function RevolveMesh

0.6.1 - 2019-03-19

Fixed

  • Updated documentation with appropriate cross-links

0.6.0 - 2019-03-07

Added

  • Function IdentifyMeshBoundaries

Changed

  • Significant performance improvement for MeshElementMeasure and BoundaryElementMeasure
  • Changed node and element ordering in StructuredMesh to be compatible with AceFEM functions

0.5.0 - 2019-02-14

Added

  • New option "SplitDirection" in QuadToTriangleMesh

Changed

  • Arbitrary number of triangles per edge in TriangleMesh
  • Arbitrary number of tetrahedra per edge in TetrahedronMesh
  • AddMeshMarkers supports all element types

Removed

  • SelectElementsByMarker is removed and its functionality merged into SelectElements

0.4.0 - 2019-01-24

Added

  • Functions HexahedronMesh, PrismMesh, CylinderMesh and CircularVoidMesh
  • Functions TriangularToQuadMesh and StructuredMesh become public

Removed

  • Function RodriguesSpaceMesh is removed

0.3.1 - 2019-08-23

Fixed

  • MergeMesh and TransformMesh accept options of ElementMesh object and this fixes some weird behaviour when handling boundary meshes

0.3.0 - 2019-01-25

Added

  • Functions TriangleMesh and TetrahedronMesh
  • Function SelectElements for selecting elements according to their position
  • More documentation examples

0.2.0 - 2018-08-17

Added

  • Added and improved functions to transform meshes

Changed

  • Improved functions to create structured meshes on simple geometries

0.1.0 - 2018-05-18

Added

  • Initial functionality