Viskores  1.0
Public Types | Static Public Attributes | List of all members
viskores::exec::arg::IncidentElementIndices Struct Reference

The ExecutionSignature tag to get the indices of visited elements. More...

#include <IncidentElementIndices.h>

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

Public Types

using AspectTag = viskores::exec::arg::AspectTagIncidentElementIndices
 

Static Public Attributes

static constexpr viskores::IdComponent INDEX = 1
 

Detailed Description

The ExecutionSignature tag to get the indices of visited 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 incident elements that are accessible. This ExecutionSignature tag provides the indices of the incident elements that are incident to the current visited element.

Member Typedef Documentation

◆ AspectTag

Member Data Documentation

◆ INDEX

constexpr viskores::IdComponent viskores::exec::arg::IncidentElementIndices::INDEX = 1
staticconstexpr

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