vtk-m/vtkm/exec
Allison Vacanti 5db762ee71 Refactor topology mappings to clarify meaning.
The `From` and `To` nomenclature for topology mapping has been confusing for
both users and developers, especially at lower levels where the intention of
mapping attributes from one element to another is easily conflated with the
concept of mapping indices (which maps in the exact opposite direction).

These identifiers have been renamed to `VisitTopology` and `IncidentTopology`
to clarify the direction of the mapping. The order in which these template
parameters are specified for `WorkletMapTopology` have also been reversed,
since eventually there may be more than one `IncidentTopology`, and having
`IncidentTopology` at the end will allow us to replace it with a variadic
template parameter pack in the future.

Other implementation details supporting these worklets, include `Fetch` tags,
`Connectivity` classes, and methods on the various `CellSet` classes (such as
`PrepareForInput` have also reversed their template arguments. These will need
to be cautiously updated.

The convenience implementations of `WorkletMapTopology` have been renamed for
clarity as follows:

```
WorkletMapPointToCell --> WorkletVisitCellsWithPoints
WorkletMapCellToPoint --> WorkletVisitPointsWithCells
```

The `ControlSignature` tags have been renamed as follows:

```
FieldInTo --> FieldInVisit
FieldInFrom --> FieldInMap
FromCount --> IncidentElementCount
FromIndices --> IncidentElementIndices
```
2019-08-06 11:27:26 -04:00
..
arg Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
cellmetrics Removed all modifications in the internal device adapter algorithm header files. 2019-07-03 11:12:19 -07:00
cuda Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
internal Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
openmp correct compile issues caused by clang formatting. 2019-04-23 17:16:26 -04:00
serial correct compile issues caused by clang formatting. 2019-04-23 17:16:26 -04:00
tbb correct compile issues caused by clang formatting. 2019-04-23 17:16:26 -04:00
testing Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
AtomicArrayExecutionObject.h conslidate the license statement 2019-04-17 10:57:13 -06:00
BoundaryState.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
CellDerivative.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
CellEdge.h Specialized cases for cell-edge functions on polylines. 2019-05-29 09:53:09 -04:00
CellFace.h Support for polylines. 2019-05-17 13:35:35 -04:00
CellInside.h Support for polylines. 2019-05-17 13:35:35 -04:00
CellInterpolate.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
CellLocator.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
CellLocatorBoundingIntervalHierarchyExec.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CellLocatorRectilinearGrid.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CellLocatorUniformGrid.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
CellMeasure.h conslidate the license statement 2019-04-17 10:57:13 -06:00
CMakeLists.txt Merge topic 'add_mesh_quality' 2019-07-17 15:42:22 -04:00
ColorTable.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ColorTable.hxx conslidate the license statement 2019-04-17 10:57:13 -06:00
ConnectivityExplicit.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ConnectivityExtrude.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
ConnectivityPermuted.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
ConnectivityStructured.h Refactor topology mappings to clarify meaning. 2019-08-06 11:27:26 -04:00
ExecutionWholeArray.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FieldNeighborhood.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
FunctorBase.h Always export VTK-m functor symbols 2019-08-01 12:53:54 -04:00
Jacobian.h conslidate the license statement 2019-04-17 10:57:13 -06:00
ParametricCoordinates.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
PointLocator.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
PointLocatorUniformGrid.h Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
TaskBase.h conslidate the license statement 2019-04-17 10:57:13 -06:00