VTK-m  2.0
Public Types | Static Public Attributes | List of all members
vtkm::exec::arg::IncidentElementIndices Struct Reference

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

#include <IncidentElementIndices.h>

Inheritance diagram for vtkm::exec::arg::IncidentElementIndices:
vtkm::exec::arg::ExecutionSignatureTagBase vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices

Public Types

using AspectTag = vtkm::exec::arg::AspectTagIncidentElementIndices
 

Static Public Attributes

static constexpr vtkm::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 vtkm::IdComponent vtkm::exec::arg::IncidentElementIndices::INDEX = 1
staticconstexpr

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