Viskores  1.0
List of all members
viskores::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices Struct Reference

An execution signature tag to get the indices of from elements. More...

#include <WorkletMapTopology.h>

Inheritance diagram for viskores::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices:
viskores::exec::arg::IncidentElementIndices viskores::exec::arg::ExecutionSignatureTagBase viskores::worklet::WorkletVisitCellsWithPoints::PointIndices viskores::worklet::WorkletVisitPointsWithCells::CellIndices

Additional Inherited Members

- Public Types inherited from viskores::exec::arg::IncidentElementIndices
using AspectTag = viskores::exec::arg::AspectTagIncidentElementIndices
 
- Static Public Attributes inherited from viskores::exec::arg::IncidentElementIndices
static constexpr viskores::IdComponent INDEX = 1
 

Detailed Description

template<typename VisitTopology, typename IncidentTopology>
struct viskores::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices

An execution signature tag to get the indices of from elements.

In a topology map, there are visited and incident topology elements specified. The scheduling occurs on the visited elements, and for each visited element there is some number of incident mapped elements that are accessible. This ExecutionSignature tag provides the indices of the mapped elements that are incident to the current visited element.


The documentation for this struct was generated from the following file: