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

#include <EulerIntegrator.h>

Public Member Functions

 EulerIntegrator ()=default
 
VTKM_CONT EulerIntegrator (const EvaluatorType &evaluator)
 
VTKM_CONT auto PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const -> ExecEulerIntegrator< decltype(this->Evaluator.PrepareForExecution(device, token))>
 

Private Attributes

EvaluatorType Evaluator
 

Constructor & Destructor Documentation

◆ EulerIntegrator() [1/2]

template<typename EvaluatorType >
vtkm::worklet::flow::EulerIntegrator< EvaluatorType >::EulerIntegrator ( )
default

◆ EulerIntegrator() [2/2]

template<typename EvaluatorType >
VTKM_CONT vtkm::worklet::flow::EulerIntegrator< EvaluatorType >::EulerIntegrator ( const EvaluatorType &  evaluator)
inline

Member Function Documentation

◆ PrepareForExecution()

template<typename EvaluatorType >
VTKM_CONT auto vtkm::worklet::flow::EulerIntegrator< EvaluatorType >::PrepareForExecution ( vtkm::cont::DeviceAdapterId  device,
vtkm::cont::Token token 
) const -> ExecEulerIntegrator<decltype(this->Evaluator.PrepareForExecution(device, token))>
inline

Member Data Documentation

◆ Evaluator

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

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