Skip to content

Releases: JuliaGeometry/Meshes.jl

v0.56.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 23:33

Meshes v0.56.0

Diff since v0.55.11

New features

  • Optimized indices for TransformedMesh when transform isinvertible
  • New MaxLengthRefinement refinement method
  • StructuredGrid now accepts topologies that are not tied to the CRS
  • New ReinterpretCoords transform
  • New embedboundary (mostly internal)
  • Generalized coarsen and refine methods over Grids
  • Topology propagation across algorithms
  • discretize optimized for all geometries

Breaking changes

  • MaxLengthDiscretization removed
  • pointify replaced by boundarypoints
  • Unexported utilities signarea, householderbasis, supportfun and atol
  • RegularGrid(dims, origin, spacing) constructor removed

Merged pull requests:

v0.55.11

Choose a tag to compare

@github-actions github-actions released this 20 Nov 11:49
a738656

Meshes v0.55.11

Diff since v0.55.10

Merged pull requests:

v0.55.10

Choose a tag to compare

@github-actions github-actions released this 07 Nov 21:37
770252f

Meshes v0.55.10

Diff since v0.55.9

Merged pull requests:

  • Improvements to viz of 1D geometries and vectors (#1269) (@juliohm)

v0.55.9

Choose a tag to compare

@github-actions github-actions released this 05 Nov 10:07
9bc075e

Meshes v0.55.9

Diff since v0.55.8

Merged pull requests:

v0.55.8

Choose a tag to compare

@github-actions github-actions released this 04 Nov 23:12
cbf879a

Meshes v0.55.8

Diff since v0.55.7

Merged pull requests:

Closed issues:

  • Missing isconvex method for Pyramid (#1265)
  • Error viz(mesh) when mesh isa SimpleMesh (#1267)

v0.55.7

Choose a tag to compare

@github-actions github-actions released this 30 Oct 22:27
7c2fbc3

Meshes v0.55.7

Diff since v0.55.6

Merged pull requests:

  • Replace addunit by aslen for improved readability (#1263) (@juliohm)

v0.55.6

Choose a tag to compare

@github-actions github-actions released this 30 Oct 18:57
afe6694

Meshes v0.55.6

Diff since v0.55.5

Merged pull requests:

  • Add pairwise intersection between segments with sweep-line algorithm (#1251) (@souma4)
  • add point to segment and segment to segment evaluate (#1262) (@souma4)

v0.55.5

Choose a tag to compare

@github-actions github-actions released this 16 Oct 09:59
4db6349

Meshes v0.55.5

Diff since v0.55.4

Merged pull requests:

Closed issues:

  • Implement isconvex for Hexahedron (#1205)

v0.55.4

Choose a tag to compare

@github-actions github-actions released this 15 Oct 17:12

Meshes v0.55.4

Diff since v0.55.3

v0.55.3

Choose a tag to compare

@github-actions github-actions released this 10 Oct 23:25
b82ef78

Meshes v0.55.3

Diff since v0.55.2

Merged pull requests:

  • Add brute force fallback for showsegments option (#1258) (@juliohm)

Closed issues:

  • Add fallback for showsegments=true without HalfEdgeTopology (#1257)