vtk-m/vtkm/filter/contour
Kenneth Moreland 0ee495f310 Split the compilation of ContourMarchingCells into instantiations
Although the contour filter was recently divided into 2 filters, flying
edges and marching cubes, the marching cubes version still had many
conditions and was the file that took the longest to compile on Frontier.
To help speed up parallel compiles and prevent a single run of a
compiler from being overwhelmed, the compilation of all the marching
cubes conditions has been split up using instantiations.
2023-06-26 14:07:47 -04:00
..
testing Fix unused variable in contour test 2023-05-12 12:00:17 -06:00
worklet Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
AbstractContour.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ClipWithField.cxx Update clip filter's field map to work on any field type 2023-01-24 11:14:51 -07:00
ClipWithField.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
ClipWithImplicitFunction.cxx Update clip with implicit function filter's field map 2023-03-21 13:33:30 -06:00
ClipWithImplicitFunction.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
CMakeLists.txt Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
Contour.cxx Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
Contour.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourFlyingEdges.cxx Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
ContourFlyingEdges.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
ContourMarchingCells.cxx Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
ContourMarchingCells.h Split flying edges and marching cells into separate filters 2023-05-04 15:20:20 +02:00
MIRFilter.cxx Map fields of any type in MIRFilter 2023-02-03 08:34:08 -05:00
MIRFilter.h Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
Slice.cxx Slice should support slicing along non-zero values 2022-09-12 16:09:07 -04:00
Slice.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00