VTK-m
2.2
|
The ExecutionSignature
tag to get the number of incident elements.
More...
#include <IncidentElementCount.h>
Public Types | |
using | AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount |
Static Public Attributes | |
static constexpr vtkm::IdComponent | INDEX = 1 |
The ExecutionSignature
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 incident elements that are accessible. This ExecutionSignature
tag provides the number of these incident elements that are accessible.
using vtkm::exec::arg::IncidentElementCount::AspectTag = vtkm::exec::arg::AspectTagIncidentElementCount |
|
staticconstexpr |