Skip to content

Releases: krcools/CompScienceMeshes.jl

v0.11.0

12 Feb 10:42

Choose a tag to compare

CompScienceMeshes v0.11.0

Diff since v0.10.0

Breaking changes

See CHANGELOG.md

Merged pull requests:

  • Correction min distance in minmax_dist (#51) (@azuccott)
  • CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#53) (@github-actions[bot])
  • Feature/support gmsh package (#54) (@sbadrian)
  • CompatHelper: add new compat entry for Gmsh at version 0.3, (keep existing compat) (#55) (@github-actions[bot])
  • [WIP] typed cells (as opposed to SVector{n,Int}) (#56) (@krcools)
  • Allow the meshing of 2D/3D curves (#60) (@sbadrian)

v0.10.0

30 Jul 12:08

Choose a tag to compare

CompScienceMeshes v0.10.0

Diff since v0.9.5

Breaking changes

  • See CHANGELOG.md

v0.9.5

17 Jun 09:27

Choose a tag to compare

CompScienceMeshes v0.9.5

Diff since v0.9.4

Merged pull requests:

  • Adds support for vertex permutation of tetrahedrons (#50) (@bmergl)

v0.9.4

28 Apr 14:06

Choose a tag to compare

CompScienceMeshes v0.9.4

Diff since v0.9.3

Merged pull requests:

  • Adds support for permutation of 1D segments (#49) (@sbadrian)

v0.9.3

08 Apr 11:00

Choose a tag to compare

CompScienceMeshes v0.9.3

Diff since v0.9.2

v0.9.2

01 Apr 14:37

Choose a tag to compare

CompScienceMeshes v0.9.2

Diff since v0.9.1

v0.9.1

31 Mar 13:42

Choose a tag to compare

CompScienceMeshes v0.9.1

Diff since v0.9.0

v0.9.0

28 Mar 12:09

Choose a tag to compare

CompScienceMeshes v0.9.0

Diff since v0.8.3

Breaking changes

No breaking changes

New Features

  • Mesh generators for primitves accept the generator keyword, allowing to specify which backend is used. This can be used to generate meshes in a more deterministic manner, not depending on upstream changes in tools like gmsh.

Merged pull requests:

v0.8.3

10 Oct 11:06

Choose a tag to compare

CompScienceMeshes v0.8.3

Diff since v0.8.2

v0.8.2

09 Sep 15:06

Choose a tag to compare

CompScienceMeshes v0.8.2

Diff since v0.8.1

Merged pull requests:

  • Add some meshing functions (#42) (@lvchien)
  • Add all Dunavant quadrature rules for the triangle (#43) (@surzks)