Peka2D_v5
v5.0
|
#include "calculate.cuh"
Functions | |
EXPORT_DLL int | computeSimulation (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_timers *timers, t_message *msg) |
This function computes the time integration of the equations. More... | |
EXPORT_DLL int | computeInitialMassBalance (t_arrays *carrays, t_arrays *garrays, t_cuPtr *cuPtr, t_message *msg) |
EXPORT_DLL void | generateTimeStep (double *t, t_arrays *carrays, t_arrays *garrays, t_cuPtr *cuPtr, t_timers *timers, t_message *msg) |
Variables | |
cublasHandle_t | cuHandle |
EXPORT_DLL int computeInitialMassBalance | ( | t_arrays * | carrays, |
t_arrays * | garrays, | ||
t_cuPtr * | cuPtr, | ||
t_message * | msg | ||
) |
EXPORT_DLL int computeSimulation | ( | t_parameters | spar, |
t_mesh * | mesh, | ||
t_arrays * | carrays, | ||
t_timers * | timers, | ||
t_message * | msg | ||
) |
This function computes the time integration of the equations.
EXPORT_DLL void generateTimeStep | ( | double * | t, |
t_arrays * | carrays, | ||
t_arrays * | garrays, | ||
t_cuPtr * | cuPtr, | ||
t_timers * | timers, | ||
t_message * | msg | ||
) |
cublasHandle_t cuHandle |