Releases: c3m-labs/MeshTools
Releases · c3m-labs/MeshTools
1.0.1
1.0.0
The first stable release!
Added
- Options
"Refinement"
and"MeshOrder"
forDiskMesh
,BallMesh
andSphericalShellMesh
- Option
Method
forSmoothenMesh
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
Bugfix release for compatibility with Mathematica 12
0.7.0
0.6.1
0.6.0
Beta release with new features and changes:
- New function
IdentifyMeshBoundaries
- Significant performance improvement for
MeshElementMeasure
andBoundaryElementMeasure
- Changed node and element ordering in
StructuredMesh
to be compatible with AceFEM functions - Updated documentation
0.5.0
New features and changes in this release:
- Arbitrary number of triangles per edge in
TriangleMesh
- Arbitrary number of tetrahedra per edge in
TetrahedronMesh
AddMeshMarkers
supports all element typesSelectElementsByMarker
is removed and its functionality merged intoSelectElements
- New option
"SplitDirection"
inQuadToTriangleMesh
0.4.0
0.3.1
0.3.0
Lots of new functionality and changes:
- Renaming of some functions for consistency with basic geometric regions in Mathematica
- New functions
TriangleMesh
andTetrahedronMesh
- New function
SelectElements
for selecting elements according to their position - More documentation examples