Peka2D_v5
v5.0
|
#include "mainKernel.h"
Functions | |
int | runMainKernel (int argc, char *argv[]) |
int | loadSimulationDomain (Peka2D_Setup *pksetup, t_parameters *spar, t_mesh *mesh, t_timers *timers, t_message *msg) |
This function reads raster files and stores the information in the struct-type variable called msg. More... | |
int | initializeComputationArrays (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_timers *timers, t_message *msg) |
This function loads mesh-type structures to array-type structures. More... | |
int initializeComputationArrays | ( | t_parameters | spar, |
t_mesh * | mesh, | ||
t_arrays * | carrays, | ||
t_timers * | timers, | ||
t_message * | msg | ||
) |
This function loads mesh-type structures to array-type structures.
int loadSimulationDomain | ( | Peka2D_Setup * | pksetup, |
t_parameters * | spar, | ||
t_mesh * | mesh, | ||
t_timers * | timers, | ||
t_message * | msg | ||
) |
This function reads raster files and stores the information in the struct-type variable called msg.
int runMainKernel | ( | int | argc, |
char * | argv[] | ||
) |