34#ifndef MILUPHPC_PREDICTOR_CORRECTOR_EULER_H
35#define MILUPHPC_PREDICTOR_CORRECTOR_EULER_H
37#include "../miluphpc.h"
49 struct cudaDeviceProp
prop;
SimulationParameters simulationParameters
buffer (need for revising)
PredictorCorrectorEulerNS::BlockShared * d_blockShared
~PredictorCorrectorEuler()
Destructor.
PredictorCorrectorEuler(SimulationParameters simulationParameters)
Constructor.
void integrate(int step)
Implementation of the abstract integration method.
struct cudaDeviceProp prop
Device functions and kernels for the explicit euler integrator.
Device functions and kernels for the predictor corrector euler (Heun) integrator.