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