Peka2D_v5  v5.0
Functions
initialize.h File Reference
#include <time.h>
#include <stdlib.h>
#include <math.h>
#include <stdint.h>
#include <omp.h>
#include "define.h"
#include "structs.h"
#include "loadData.h"
Include dependency graph for initialize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

EXPORT_DLL int allocateArraysMemory (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int initilizeControlArrays (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int initilizeMeshArrays (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int allocateArraysSoluteMemory (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int initilizeControlSoluteArrays (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int initilizeSoluteArrays (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 

Function Documentation

◆ allocateArraysMemory()

EXPORT_DLL int allocateArraysMemory ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)

◆ allocateArraysSoluteMemory()

EXPORT_DLL int allocateArraysSoluteMemory ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)

◆ initilizeControlArrays()

EXPORT_DLL int initilizeControlArrays ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)

◆ initilizeControlSoluteArrays()

EXPORT_DLL int initilizeControlSoluteArrays ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)

◆ initilizeMeshArrays()

EXPORT_DLL int initilizeMeshArrays ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)

◆ initilizeSoluteArrays()

EXPORT_DLL int initilizeSoluteArrays ( t_parameters  spar,
t_mesh mesh,
t_arrays carrays,
t_message msg 
)