Skip to content

Triangulate/ Tetrahedralize filter

Patricia Fasel requested to merge pkf/vtk-m:triangle-tetra-filter into master

Reorganization of the existing Triangulate and Tetrahedralize worklets into subdirectories and changing the Run() method to match common practice. Using the new Triangulate.h and Tetrahedralize.h, make filters to use those worklets and to map the cell data onto the new output dataset.

Merge request reports