vtk-m/vtkm/exec
Kenneth Moreland 29c96a24fa Rename structured connectivity index conversion methods
The structured connectivity classes are templated on two tags to
determine what 2 incident topological elements are being accessed. Back
in the day, these were called the "from" elements and "to" elements, as
taken from VTK filter names like `PointDataToCellData`. However, these
names were found to be very confusion, and after much debate they have
been renamed to the visit element type and the incident element type.
Meaning that a worklet is "visiting" elements of a particular type (such
as visiting each cell) and can access "incident" elements of a
particular type (such as the points incident on the cell).

I found a few methods converting flat and logical indices using the old,
confusing from/to convention. This changes them to the new convention.
2023-06-02 15:31:24 -04:00
..
arg Rename structured connectivity index conversion methods 2023-06-02 15:31:24 -04:00
cuda Fix compile issues when using cuda 12 2023-01-18 12:06:35 -05:00
internal Expose the Variant helper class 2022-11-01 07:52:41 -06:00
kokkos Add module mechanism 2022-10-26 12:51:05 -06:00
openmp cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
serial Add module mechanism 2022-10-26 12:51:05 -06:00
tbb cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
testing Expose the Variant helper class 2022-11-01 07:52:41 -06:00
AtomicArrayExecutionObject.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BoundaryState.h Fix doxygen groups 2022-09-09 10:37:31 +08:00
CellDerivative.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellEdge.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellFace.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellInside.h Switch from VTK-c to LCL 2019-10-07 15:38:36 -04:00
CellInterpolate.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorBoundingIntervalHierarchy.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorMultiplexer.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorPartitioned.h add partitioned cell locator 2022-11-01 11:08:18 +01:00
CellLocatorRectilinearGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorTwoLevel.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorUniformBins.h Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
CellLocatorUniformGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellMeasure.h Fixing dashboard warnings 2022-02-02 16:15:12 +05:30
CMakeLists.txt Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
ColorTable.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTable.hxx Fix warning about return value 2020-09-14 15:04:03 -06:00
ConnectivityExplicit.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ConnectivityExtrude.h Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
ConnectivityPermuted.h Make connectivity structures trivially copyable 2021-03-30 12:59:07 -06:00
ConnectivityStructured.h Rename structured connectivity index conversion methods 2023-06-02 15:31:24 -04:00
FieldNeighborhood.h Add CellNeighborhood 2020-07-15 14:41:32 -06:00
FunctorBase.h Always export VTK-m functor symbols 2019-08-01 12:53:54 -04:00
ParametricCoordinates.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
PointLocatorSparseGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
TaskBase.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Variant.h Expose the Variant helper class 2022-11-01 07:52:41 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00