|
| | AveragePointNeighborhood (vtkm::IdComponent radius) |
| |
| template<typename InputFieldPortalType > |
| InputFieldPortalType::ValueType | operator() (const vtkm::exec::FieldNeighborhood< InputFieldPortalType > &inputField, const vtkm::exec::BoundaryState &boundary) const |
| |
| template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , vtkm::IdComponent Dimension> |
| vtkm::exec::arg::ThreadIndicesPointNeighborhood | GetThreadIndices (vtkm::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const vtkm::exec::ConnectivityStructured< vtkm::TopologyElementTagPoint, vtkm::TopologyElementTagCell, Dimension > &inputDomain) const |
| | Point neighborhood worklets use the related thread indices class. More...
|
| |
| template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType , bool S = IsScatterIdentity, bool M = IsMaskNone> |
| EnableFnWhen< S &&M, vtkm::exec::arg::ThreadIndicesPointNeighborhood > | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &, const VisitArrayType &, const ThreadToOutArrayType &, const InputDomainType &connectivity) const |
| |
| template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , typename InputDomainType , bool S = IsScatterIdentity, bool M = IsMaskNone> |
| EnableFnWhen<!(S &&M), vtkm::exec::arg::ThreadIndicesPointNeighborhood > | GetThreadIndices (vtkm::Id threadIndex1D, const vtkm::Id3 &threadIndex3D, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const InputDomainType &connectivity) const |
| |
| BoundaryType | GetBoundaryCondition () const |
| | In addition to defining the boundary type, the worklet must produce the boundary condition. More...
|
| |