Peka2D_v5  v5.0
Functions | Variables
calculate.cu File Reference
#include "calculate.cuh"
Include dependency graph for calculate.cu:

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
 

Function Documentation

◆ computeInitialMassBalance()

EXPORT_DLL int computeInitialMassBalance ( t_arrays carrays,
t_arrays garrays,
t_cuPtr cuPtr,
t_message msg 
)

◆ computeSimulation()

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.

◆ generateTimeStep()

EXPORT_DLL void generateTimeStep ( double *  t,
t_arrays carrays,
t_arrays garrays,
t_cuPtr cuPtr,
t_timers timers,
t_message msg 
)

Variable Documentation

◆ cuHandle

cublasHandle_t cuHandle