vtk-m2/vtkm/filter
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
..
clean_grid Implement Flying Edges for all structured CellSets 2023-05-10 15:20:53 +02:00
connected_components Merge topic 'source-point-dims' 2022-12-04 09:27:21 -05:00
contour Split the compilation of ContourMarchingCells into instantiations 2023-06-26 14:07:47 -04:00
density_estimate Add new ContinuousScatterPlot filter 2023-04-14 10:00:33 +02:00
entity_extraction Remove some unneeded test comments and debug code 2023-06-21 17:33:05 -04:00
field_conversion Change PointAverage to work on fields of any type 2023-02-03 14:52:04 -05:00
field_transform Allow CompositeVectors filter to build any size vector 2023-05-16 12:39:40 -06:00
flow Split up the particle advection/streamline test 2023-05-24 15:05:09 -06:00
geometry_refinement remove gcc13 warning 2023-06-19 20:06:59 -04:00
image_processing Allow ComputeMoments to operate on any scalar field 2023-06-05 08:44:03 -04:00
mesh_info Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
multi_block Merge topic 'source-point-dims' 2022-12-04 09:27:21 -05:00
resampling Update probe filter to interpolate any field type 2023-02-06 06:54:42 -07:00
scalar_topology Fix potential deadlock in distributed contour tree 2023-03-23 07:07:44 -06:00
testing Make source parameters more clear 2022-12-01 08:13:58 -07:00
vector_analysis Add support for CastAndCallVariableVecField in FilterField 2023-05-22 10:14:59 -06:00
zfp Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
CMakeLists.txt cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
FieldSelection.cxx Allow FieldSelection to simultaneously include and exclude fields 2022-11-03 12:57:59 -06:00
FieldSelection.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Filter.cxx Fix the passing of fields in filters 2023-02-13 14:06:43 -07:00
Filter.h Fix the passing of fields in filters 2023-02-13 14:06:43 -07:00
FilterField.cxx Rename NewFilter base classes to Filter 2022-12-01 13:07:56 -07:00
FilterField.h Add support for CastAndCallVariableVecField in FilterField 2023-05-22 10:14:59 -06:00
MapFieldMergeAverage.cxx Deprecate old filter base classes and supporting classes 2022-09-27 06:52:44 -06:00
MapFieldMergeAverage.h migrate clean_grid and extract_entity filters 2022-01-13 11:14:48 -07:00
MapFieldPermutation.cxx Clean up point mapping in CleanGrid 2023-02-02 12:13:54 -05:00
MapFieldPermutation.h Clean up point mapping in CleanGrid 2023-02-02 12:13:54 -05:00
TaskQueue.h Address reviewer comments and suggestions. 2022-08-11 13:43:49 -04:00
vtkm.module Fix some deprecated hacks in modules 2022-10-27 10:24:28 -06:00