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

#include <EulerIntegrator.h>

Public Member Functions

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

Private Attributes

EvaluatorType Evaluator
 

Constructor & Destructor Documentation

◆ ExecEulerIntegrator()

template<typename EvaluatorType >
VTKM_EXEC_CONT vtkm::worklet::flow::ExecEulerIntegrator< EvaluatorType >::ExecEulerIntegrator ( const EvaluatorType &  evaluator)
inline

Member Function Documentation

◆ CheckStep()

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

Member Data Documentation

◆ Evaluator

template<typename EvaluatorType >
EvaluatorType vtkm::worklet::flow::ExecEulerIntegrator< EvaluatorType >::Evaluator
private

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