VTK-m
2.0
|
An execution signature tag to get the number of incident elements. More...
#include <WorkletMapTopology.h>
Additional Inherited Members | |
Public Types inherited from vtkm::exec::arg::IncidentElementCount | |
using | AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount |
Static Public Attributes inherited from vtkm::exec::arg::IncidentElementCount | |
static constexpr vtkm::IdComponent | INDEX = 1 |
An execution signature tag to get the number of incident 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 number of these mapped elements that are accessible.