Skip to content

Releases: c3m-labs/MeshTools

1.0.1

06 Dec 15:13
Compare
Choose a tag to compare

This is a bugfix release:

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

1.0.0

04 Jul 06:34
Compare
Choose a tag to compare

The first stable release!

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

23 Apr 11:18
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Bugfix release for compatibility with Mathematica 12

0.7.0

10 Apr 12:15
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Beta release with important new features:

  • New option "Refinement" for StructuredMesh. Works for 2D and 3D.
  • New option "MeshOrder" for StructuredMesh.
  • New function RevolveMesh
  • Bugfixes and documentation updates

0.6.1

19 Mar 13:37
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

Bugfix beta release.

  • Updated documentation with cross-links
  • Bugfixes
  • Improved project file layout

0.6.0

07 Mar 10:52
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Beta release with new features and changes:

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

0.5.0

14 Feb 06:28
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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 types
  • SelectElementsByMarker is removed and its functionality merged into SelectElements
  • New option "SplitDirection" in QuadToTriangleMesh

0.4.0

24 Jan 09:22
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Release highlights:

  • New functions HexahedronMesh, PrismMesh, CylinderMesh, and CircularVoidMesh
  • These private functions become public: TriangularToQuadMesh and StructuredMesh
  • Function RodriguesSpaceMesh is removed

0.3.1

23 Aug 12:28
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bugfix release:

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

0.3.0

17 Aug 15:18
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

Lots of new functionality and changes:

  • Renaming of some functions for consistency with basic geometric regions in Mathematica
  • New functions TriangleMesh and TetrahedronMesh
  • New function SelectElements for selecting elements according to their position
  • More documentation examples