Skip to content

Releases: sclaus2/CutCells

v0.2.0

19 Oct 11:59
Compare
Choose a tag to compare
  • Introduction of float precision.
  • Choice of precision: double or float
  • Updates to tests and examples

v0.1.0

30 May 11:59
Compare
Choose a tag to compare
  • cutting along zero contour line of implicit function values for intervals, triangles and tetrahedra
  • intersection points of zero contour line is computed by linear interpolation
  • second order elements are supported by element subdivision
  • using pyvista for visualization of cut elements
  • python bindings via nanobind