Go to the documentation of this file.
10 #ifndef vtk_m_exec_arg_OnBoundary_h
11 #define vtk_m_exec_arg_OnBoundary_h
42 template <
typename FetchTag,
typename ExecObjectType>
49 template <
typename ThreadIndicesType>
52 return indices.GetBoundaryState();
55 template <
typename ThreadIndicesType>
65 #endif //vtk_m_exec_arg_OnBoundary_h
VTKM_EXEC void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: Boundary.h:56
Provides a neighborhood's placement with respect to the mesh's boundary.
Definition: BoundaryState.h:31
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
static constexpr vtkm::IdComponent INDEX
Definition: Boundary.h:38
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:37
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
VTKM_SUPPRESS_EXEC_WARNINGS VTKM_EXEC ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: Boundary.h:50
The ExecutionSignature tag to get if executing on a boundary element.
Definition: Boundary.h:36
Aspect tag to use for getting if a point is a boundary point.
Definition: Boundary.h:29
#define VTKM_SUPPRESS_EXEC_WARNINGS
Definition: ExportMacros.h:53