|
| AveragePointNeighborhood (viskores::IdComponent radius) |
|
template<typename InputFieldPortalType > |
InputFieldPortalType::ValueType | operator() (const viskores::exec::FieldNeighborhood< InputFieldPortalType > &inputField, const viskores::exec::BoundaryState &boundary) const |
|
template<typename OutToInArrayType , typename VisitArrayType , typename ThreadToOutArrayType , viskores::IdComponent Dimension> |
viskores::exec::arg::ThreadIndicesPointNeighborhood | GetThreadIndices (viskores::Id threadIndex, const OutToInArrayType &outToIn, const VisitArrayType &visit, const ThreadToOutArrayType &threadToOut, const viskores::exec::ConnectivityStructured< viskores::TopologyElementTagPoint, viskores::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, viskores::exec::arg::ThreadIndicesPointNeighborhood > | GetThreadIndices (viskores::Id threadIndex1D, const viskores::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), viskores::exec::arg::ThreadIndicesPointNeighborhood > | GetThreadIndices (viskores::Id threadIndex1D, const viskores::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...
|
|