VTK-m  2.0
Public Member Functions | Private Attributes | List of all members
vtkm::worklet::flow::ExecRK4Integrator< ExecEvaluatorType > Class Template Reference

#include <RK4Integrator.h>

Public Member Functions

VTKM_EXEC_CONT ExecRK4Integrator (const ExecEvaluatorType &evaluator)
 
template<typename Particle >
VTKM_EXEC IntegratorStatus CheckStep (Particle &particle, vtkm::FloatDefault stepLength, vtkm::Vec3f &velocity) const
 

Private Attributes

ExecEvaluatorType Evaluator
 

Constructor & Destructor Documentation

◆ ExecRK4Integrator()

template<typename ExecEvaluatorType >
VTKM_EXEC_CONT vtkm::worklet::flow::ExecRK4Integrator< ExecEvaluatorType >::ExecRK4Integrator ( const ExecEvaluatorType &  evaluator)
inline

Member Function Documentation

◆ CheckStep()

template<typename ExecEvaluatorType >
template<typename Particle >
VTKM_EXEC IntegratorStatus vtkm::worklet::flow::ExecRK4Integrator< ExecEvaluatorType >::CheckStep ( Particle particle,
vtkm::FloatDefault  stepLength,
vtkm::Vec3f velocity 
) const
inline

Member Data Documentation

◆ Evaluator

template<typename ExecEvaluatorType >
ExecEvaluatorType vtkm::worklet::flow::ExecRK4Integrator< ExecEvaluatorType >::Evaluator
private

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