vtk-m2/vtkm/worklet/testing
Kenneth Moreland 1862970a0b Reintroduce explicit connectivity class for cont environment
(Re-) Add a helper structure that holds the connectivity information for
a particular topology connection (e.g. from points to cells) to make it
easier to manage connections in multiple different directions in
CellSetExplicit.

Unlike the previous version of connectivity, this structure is
considered "internal" and not exposed through the API so that
CellSetExplicit can better manage the data. Also, many of the helper
methods remain in CellSetExplicit since they were specific for point-to-

Also, CellSetExplicit has a mechanism to take an arbitrary pair of
TopologyElementTags and get the appropriate connectivity. This should
simplify adding connections in the future.
2015-08-11 12:42:34 -06:00
..
CMakeLists.txt Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestCellAverage.cxx Change Node -> Point 2015-08-03 10:06:59 -06:00
UnitTestPointElevation.cxx Roll connectivity information into CellSet in control environment 2015-08-02 15:59:44 -06:00
UnitTestVertexClustering.cxx Reintroduce explicit connectivity class for cont environment 2015-08-11 12:42:34 -06:00
UnitTestWorkletMapField.cxx Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestWorkletMapFieldExecArg.cxx Correct issues compiling on OSX 10.8 with CUDA 6.5 2015-07-16 14:38:56 -04:00
UnitTestWorkletMapTopologyExplicit.cxx Consistently use from/to for topological links 2015-08-03 10:48:50 -06:00
UnitTestWorkletMapTopologyRegular.cxx Consistently use from/to for topological links 2015-08-03 10:48:50 -06:00