#include <ComputePotentialNeighbors.h>
|
using | TagType = vtkm::List< T > |
|
using | ControlSignature = void(FieldIn index, WholeArrayIn binId, WholeArrayIn partId, WholeArrayIn xLoc, WholeArrayIn yLoc, WholeArrayIn zLoc, WholeArrayIn firstParticleId, WholeArrayIn lastParticleId, FieldOut potential) |
|
using | ExecutionSignature = _9(_1, _2, _3, _4, _5, _6, _7, _8) |
|
using | InputDomain = _1 |
|
template<typename Worklet > |
using | Dispatcher = vtkm::worklet::DispatcherMapField< Worklet > |
|
|
VTKM_EXEC_CONT | ComputePotentialNeighbors (const vtkm::Id XNum, const vtkm::Id YNum, const vtkm::Id ZNum, const vtkm::Id NumNeighbors, T Mass) |
|
template<typename InFieldPortalType , typename InIdPortalType , typename InVectorPortalType > |
VTKM_EXEC T | operator() (const vtkm::Id &i, const InIdPortalType &binId, const InIdPortalType &partId, const InFieldPortalType &xLoc, const InFieldPortalType &yLoc, const InFieldPortalType &zLoc, const InVectorPortalType &firstParticleId, const InVectorPortalType &lastParticleId) const |
|
◆ ControlSignature
◆ ExecutionSignature
◆ InputDomain
◆ TagType
◆ ComputePotentialNeighbors()
◆ operator()()
template<typename T >
template<typename InFieldPortalType , typename InIdPortalType , typename InVectorPortalType >
VTKM_EXEC T vtkm::worklet::cosmotools::ComputePotentialNeighbors< T >::operator() |
( |
const vtkm::Id & |
i, |
|
|
const InIdPortalType & |
binId, |
|
|
const InIdPortalType & |
partId, |
|
|
const InFieldPortalType & |
xLoc, |
|
|
const InFieldPortalType & |
yLoc, |
|
|
const InFieldPortalType & |
zLoc, |
|
|
const InVectorPortalType & |
firstParticleId, |
|
|
const InVectorPortalType & |
lastParticleId |
|
) |
| const |
|
inline |
◆ mass
◆ NUM_NEIGHBORS
◆ xNum
◆ yNum
◆ zNum
The documentation for this class was generated from the following file: