VTK-m  2.0
List of all members
vtkm::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 vtkm::worklet::WorkletMapTopology< VisitTopology, IncidentTopology >::IncidentElementIndices:
vtkm::exec::arg::IncidentElementIndices vtkm::exec::arg::ExecutionSignatureTagBase

Additional Inherited Members

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

Detailed Description

template<typename VisitTopology, typename IncidentTopology>
struct vtkm::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: