Skip to content

0.12.0

Latest

Choose a tag to compare

@imrn99 imrn99 released this 02 Sep 09:05
· 2 commits to master since this release

Workspace

deps:

doc:

  • overhaul the Honeycomb Book content and illustrations by @imrn99
    in #485
  • expand and polish the book's resources, applications, development, STM, and examples pages by @imrn99

Published crates

honeycomb-core

core definitions and tools for combinatorial map implementation

new:

  • return the unlinked image dart ID from unlink and unsew methods by @imrn99
    in #450
  • support Abaqus inp files for 3D hexahedral mesh initialization by @imrn99
    in #493

honeycomb-kernels

meshing kernel implementations using combinatorial maps

new:

Others

applications

examples and benchmarks

new:

  • add a 3D vertex smoothing application by @imrn99
    in #499
  • rebuild tetrahedra from unused elements during Delaunay insertion rounds and add a CLI switch to disable it by @imrn99

refactor:

  • increase benchmark problem sizes and add a sequential Delaunay suite by @imrn99
    in #475
  • account for mid-round tetrahedra rebuild time separately by @imrn99

fix:

  • convert the vertex type passed to set_vertex in GPU grid generation by @imrn99
  • clean up premade tetrahedra handling in Delaunay insertion by @imrn99

Full Changelog: 0.11.0...0.12.0