Peka2D_v5
v5.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <omp.h>
#include <time.h>
#include "define.h"
#include "structs.h"
#include "loadData.h"
#include "initialize.h"
#include "writeInOut.cuh"
#include "calculate.cuh"
Go to the source code of this file.
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... | |
Variables | |
Peka2D_Setup * | pksetup |
t_parameters | spar |
t_mesh * | mesh |
t_message * | msg |
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[] | ||
) |
|
extern |
|
extern |
|
extern |
|
extern |