10#ifndef MILUPHPC_EXPLICIT_EULER_H
11#define MILUPHPC_EXPLICIT_EULER_H
13#include "../miluphpc.h"
~ExplicitEuler()
Destructor.
ExplicitEuler(SimulationParameters simulationParameters)
Constructor.
void integrate(int step)
Implementation of the abstract integration method.
SimulationParameters simulationParameters
buffer (need for revising)
Device functions and kernels for the explicit euler integrator.