VTK-m
2.0
|
#include <RK4Integrator.h>
Public Member Functions | |
VTKM_CONT | RK4Integrator ()=default |
VTKM_CONT | RK4Integrator (const EvaluatorType &evaluator) |
VTKM_CONT auto | PrepareForExecution (vtkm::cont::DeviceAdapterId device, vtkm::cont::Token &token) const -> ExecRK4Integrator< decltype(this->Evaluator.PrepareForExecution(device, token))> |
Private Attributes | |
EvaluatorType | Evaluator |
|
default |
|
inline |
|
inline |
|
private |