Skip to content

ENH: PbdObjectStitching

Andrew Wilson requested to merge andrew.wilson/iMSTK:PbdStitching into master
  • Adds PbdObjectStitching. Allowing the addition of stitch constraints between elements of the same object. Supports triangle (thin) and tetrahedral tissues.

_output002_2022-03-31_16-30-29

_output001_2022-03-31_16-29-04

  • Refactors GeometryMappers into GeometryAlgorithms.
  • Renames GeometryMappers.
    • OneToOneMap - PointwiseMap
    • TetraTriangleMap -> PointToTetMap
  • Introduces new TriangleToTetMap that actually produces a map of triangle cells to tetrahedral cells.
  • PointPicker intersection points are now ordered.
Edited by Andrew Wilson

Merge request reports