Peka2D_v5  v5.0
Functions
mainKernel.cpp File Reference
#include "mainKernel.h"
Include dependency graph for mainKernel.cpp:

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...
 

Function Documentation

◆ initializeComputationArrays()

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.

◆ loadSimulationDomain()

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.

◆ runMainKernel()

int runMainKernel ( int  argc,
char *  argv[] 
)