Go to the documentation of this file.
18 #ifndef viskores_exec_arg_OnBoundary_h
19 #define viskores_exec_arg_OnBoundary_h
50 template <
typename FetchTag,
typename ExecObjectType>
57 template <
typename ThreadIndicesType>
60 return indices.GetBoundaryState();
63 template <
typename ThreadIndicesType>
73 #endif //viskores_exec_arg_OnBoundary_h
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: Boundary.h:64
Provides a neighborhood's placement with respect to the mesh's boundary.
Definition: BoundaryState.h:39
#define VISKORES_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:61
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
static constexpr viskores::IdComponent INDEX
Definition: Boundary.h:46
Aspect tag to use for getting if a point is a boundary point.
Definition: Boundary.h:37
Class for loading and storing values in thread instance.
Definition: Fetch.h:57
Groups connected points that have the same field value.
Definition: Atomic.h:27
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: Boundary.h:58
#define VISKORES_EXEC
Definition: ExportMacros.h:59
The ExecutionSignature tag to get if executing on a boundary element.
Definition: Boundary.h:44