vtk-m/vtkm/worklet/triangulate
Kenneth Moreland 4239d13b3e Make triangulate implementation more general
The triangulate and tetrahedra worklet implementations were for some
reason grabbing raw arrays out of `CellSetExplicit` and using those for
lookup tables. Rather than do that, simply use a
`WorkletVisitCellsWithPoints` automatically provide the values of these
cells. The advantage of this approach is that it simplifies the code and
also generalize it to cell sets that do not provide this explicit
representation. For example, the new implementation also works with
`CellSetExtrude`.
2021-09-08 12:49:11 -06:00
..
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
TriangulateExplicit.h Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
TriangulateStructured.h CellSet classes don't require a name 2019-09-02 10:39:58 -04:00