VTK-m
2.0
|
An execution signature tag to get the indices of from elements. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
![]() | |
using | AspectTag = vtkm::exec::arg::AspectTagIncidentElementIndices |
![]() | |
static constexpr vtkm::IdComponent | INDEX = 1 |
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.