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

Functions

EXPORT_DLL int allocateArraysMemory (t_parameters spar, t_mesh *mesh, t_arrays *carrays, t_message *msg)
 
EXPORT_DLL int allocateBoundaryArraysMemory (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 
)

◆ allocateBoundaryArraysMemory()

EXPORT_DLL int allocateBoundaryArraysMemory ( 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 
)