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 handling of
"RegionHoles"
property ofElementMesh
for all affected functions
1.0.0 - 2019-07-04
- Options
"Refinement"
and"MeshOrder"
forDiskMesh
,BallMesh
andSphericalShellMesh
- Option
Method
forSmoothenMesh
with values"Direct"
or"Iterative"
- 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
- Compatibility with Mathematica 12
0.7.0 - 2019-04-10
- Options
"Refinement"
and"MeshOrder"
forStructuredMesh
- Function
RevolveMesh
0.6.1 - 2019-03-19
- Updated documentation with appropriate cross-links
0.6.0 - 2019-03-07
- Function
IdentifyMeshBoundaries
- Significant performance improvement for
MeshElementMeasure
andBoundaryElementMeasure
- Changed node and element ordering in
StructuredMesh
to be compatible with AceFEM functions
0.5.0 - 2019-02-14
- New option
"SplitDirection"
inQuadToTriangleMesh
- Arbitrary number of triangles per edge in
TriangleMesh
- Arbitrary number of tetrahedra per edge in
TetrahedronMesh
AddMeshMarkers
supports all element types
SelectElementsByMarker
is removed and its functionality merged intoSelectElements
0.4.0 - 2019-01-24
- Functions
HexahedronMesh
,PrismMesh
,CylinderMesh
andCircularVoidMesh
- Functions
TriangularToQuadMesh
andStructuredMesh
become public
- Function
RodriguesSpaceMesh
is removed
0.3.1 - 2019-08-23
MergeMesh
andTransformMesh
accept options ofElementMesh
object and this fixes some weird behaviour when handling boundary meshes
0.3.0 - 2019-01-25
- Functions
TriangleMesh
andTetrahedronMesh
- Function
SelectElements
for selecting elements according to their position - More documentation examples
0.2.0 - 2018-08-17
- Added and improved functions to transform meshes
- Improved functions to create structured meshes on simple geometries
0.1.0 - 2018-05-18
- Initial functionality