Go to the documentation of this file.
18 #ifndef viskores_exec_arg_ThreadIndicesPointNeighborhood_h
19 #define viskores_exec_arg_ThreadIndicesPointNeighborhood_h
37 template <viskores::IdComponent Dimension>
43 Dimension>& connectivity)
46 detail::To3D(connectivity.GetPointDimensions()) })
50 template <viskores::IdComponent Dimension>
59 Dimension>& connectivity)
65 detail::To3D(connectivity.GetPointDimensions()) })
69 template <viskores::IdComponent Dimension>
77 Dimension>& connectivity)
83 detail::To3D(connectivity.FlatToLogicalVisitIndex(inputIndex)),
84 detail::To3D(connectivity.GetPointDimensions()) })
91 #endif //viskores_exec_arg_ThreadIndicesPointNeighborhood_h
A tag used to identify the cell elements in a topology.
Definition: TopologyElementTag.h:32
Provides a neighborhood's placement with respect to the mesh's boundary.
Definition: BoundaryState.h:39
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
A tag used to identify the point elements in a topology.
Definition: TopologyElementTag.h:42
ThreadIndicesPointNeighborhood(const viskores::Id3 &threadIndex3D, viskores::Id threadIndex1D, viskores::Id inputIndex, viskores::IdComponent visitIndex, viskores::Id outputIndex, const viskores::exec::ConnectivityStructured< viskores::TopologyElementTagPoint, viskores::TopologyElementTagCell, Dimension > &connectivity)
Definition: ThreadIndicesPointNeighborhood.h:51
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
Groups connected points that have the same field value.
Definition: Atomic.h:27
ThreadIndicesPointNeighborhood(viskores::Id threadIndex, viskores::Id inputIndex, viskores::IdComponent visitIndex, viskores::Id outputIndex, const viskores::exec::ConnectivityStructured< viskores::TopologyElementTagPoint, viskores::TopologyElementTagCell, Dimension > &connectivity)
Definition: ThreadIndicesPointNeighborhood.h:70
ThreadIndicesPointNeighborhood(const viskores::Id3 &threadIndex3D, viskores::Id threadIndex1D, const viskores::exec::ConnectivityStructured< viskores::TopologyElementTagPoint, viskores::TopologyElementTagCell, Dimension > &connectivity)
Definition: ThreadIndicesPointNeighborhood.h:38
Container for thread information in a WorkletPointNeighborhood.
Definition: ThreadIndicesPointNeighborhood.h:32
Definition: ThreadIndicesNeighborhood.h:67
A class holding information about topology connections.
Definition: ConnectivityStructured.h:38
#define VISKORES_EXEC
Definition: ExportMacros.h:59