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
ValueType Load(const ThreadIndicesType &indices, const ExecObjectType &) const
Definition: Boundary.h:50
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
void Store(const ThreadIndicesType &, const ExecObjectType &, const ValueType &) const
Definition: Boundary.h:56
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
Class for loading and storing values in thread instance.
Definition: Fetch.h:49
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