VTK-m  2.0
Public Member Functions | List of all members
vtkm::worklet::flow::ParticleAdvectionWorklet< IntegratorType, ParticleType > Class Template Reference

#include <ParticleAdvectionWorklets.h>

Public Member Functions

VTKM_EXEC_CONT ParticleAdvectionWorklet ()
 
 ~ParticleAdvectionWorklet ()
 
void Run (const IntegratorType &integrator, vtkm::cont::ArrayHandle< ParticleType > &particles, vtkm::Id &MaxSteps)
 

Constructor & Destructor Documentation

◆ ParticleAdvectionWorklet()

template<typename IntegratorType , typename ParticleType >
VTKM_EXEC_CONT vtkm::worklet::flow::ParticleAdvectionWorklet< IntegratorType, ParticleType >::ParticleAdvectionWorklet ( )
inline

◆ ~ParticleAdvectionWorklet()

template<typename IntegratorType , typename ParticleType >
vtkm::worklet::flow::ParticleAdvectionWorklet< IntegratorType, ParticleType >::~ParticleAdvectionWorklet ( )
inline

Member Function Documentation

◆ Run()

template<typename IntegratorType , typename ParticleType >
void vtkm::worklet::flow::ParticleAdvectionWorklet< IntegratorType, ParticleType >::Run ( const IntegratorType &  integrator,
vtkm::cont::ArrayHandle< ParticleType > &  particles,
vtkm::Id MaxSteps 
)
inline

The documentation for this class was generated from the following file: