Peka2D_v5  v5.0
initialize.h
Go to the documentation of this file.
1 #include <time.h>
2 #include <stdlib.h>
3 #include <math.h>
4 #include <stdint.h>
5 #include <omp.h>
6 
7 #include "define.h"
8 #include "structs.h"
9 #include "loadData.h"
10 
14  t_mesh *mesh,
15  t_arrays *carrays,
16  t_message *msg);
17 /*----------------------------*/
18 
22  t_mesh *mesh,
23  t_arrays *carrays,
24  t_message *msg);
25 /*----------------------------*/
26 
27 // ////////////////////////////////////////////////////////////////
28 // EXPORT_DLL int initilizeCommunicationArrays(
29 // t_parameters spar,
30 // t_mesh *mesh,
31 // t_arrays *carrays,
32 // t_cuPtr *cuPtr,
33 // t_message *msg);
34 // /*----------------------------*/
35 
39  t_mesh *mesh,
40  t_arrays *carrays,
41  t_message *msg);
42 /*----------------------------*/
43 
44 
45 #if SET_SOLUTE
49  t_mesh *mesh,
50  t_arrays *carrays,
51  t_message *msg);
52 /*----------------------------*/
53 
57  t_mesh *mesh,
58  t_arrays *carrays,
59  t_message *msg);
60 /*----------------------------*/
61 
65  t_mesh *mesh,
66  t_arrays *carrays,
67  t_message *msg);
68 /*----------------------------*/
69 #endif
#define EXPORT_DLL
Definition: define.h:80
EXPORT_DLL int initilizeSoluteArrays(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:539
EXPORT_DLL int allocateArraysMemory(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:4
EXPORT_DLL int initilizeMeshArrays(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:283
EXPORT_DLL int initilizeControlArrays(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:158
EXPORT_DLL int initilizeControlSoluteArrays(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:506
EXPORT_DLL int allocateArraysSoluteMemory(t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
Definition: initialize.cpp:462
t_message * msg
Definition: peka2d.cpp:41
t_mesh * mesh
Definition: peka2d.cpp:42
t_parameters spar
Definition: peka2d.cpp:40
Arrange all the domain parameters, run controls and data arrays required for computation.
Definition: structs.h:336
Geometrical mesh and flow data.
Definition: structs.h:82
Compilation and execution messages.
Definition: structs.h:41
Simulation execution paramenters.
Definition: structs.h:61