55 int cmpp(
const void *id1,
const void *id2);
int build_inner_inlet(t_mesh *mesh, t_bound *iinn, int i, t_message *msg)
Definition: mesh.cpp:853
int cons_lpocells_qsort(t_mesh *mesh, t_message *msg)
Definition: mesh.cpp:313
int new_c_cell(t_c_cell *cell, int id)
Definition: mesh.cpp:46
int build_inner_outlet(t_mesh *mesh, t_bound *outt, int i, t_message *msg)
Definition: mesh.cpp:1101
int new_lnodes(l_nodes *lnodes, int n)
Definition: mesh.cpp:86
int new_g_cell(t_g_cell *cell, int id)
Definition: mesh.cpp:30
int calc_norm(l_g_cells *lcells, l_c_cells *lccells, int nwall, t_message *msg)
Definition: mesh.cpp:131
int build_wall_inlet(t_mesh *mesh, t_bound *iinn, t_wall *w, int i, t_message *msg)
Definition: mesh.cpp:671
int check_angle(l_g_cells *lcells, t_message *msg)
Definition: mesh.cpp:613
int new_lc_cells(l_c_cells *lcells, int n)
Definition: mesh.cpp:20
int cmpp(const void *id1, const void *id2)
Definition: mesh.cpp:590
int build_wall_outlet(t_mesh *mesh, t_bound *outt, t_wall *w, int i, t_message *msg)
Definition: mesh.cpp:920
int add_node(t_node *node, l_nodes *lnodes)
Definition: mesh.cpp:106
int new_lwalls(l_wall *lwalls, int n)
Definition: mesh.cpp:122
int add_g_cell(t_g_cell *cell, l_g_cells *lcells)
Definition: mesh.cpp:58
int new_node(t_node *node, int id)
Definition: mesh.cpp:96
int new_lg_cells(l_g_cells *lcells, int n)
Definition: mesh.cpp:8
int add_c_cell(t_c_cell *cell, l_c_cells *lcells)
Definition: mesh.cpp:70
t_message * msg
Definition: peka2d.cpp:41
t_mesh * mesh
Definition: peka2d.cpp:42
List of calculus cells t_c_cell_.
Definition: structs.h:146
List of geometry cells t_g_cell_.
Definition: structs.h:179
List of geometry nodes t_node_.
Definition: structs.h:198
List of walls for computation t_wall_.
Definition: structs.h:246
Open boundary geometry and flow conditions.
Definition: structs.h:278
Calculus cells: flow variables in cells.
Definition: structs.h:120
Geometry cells: mesh characteristics in cells.
Definition: structs.h:157
Geometrical mesh and flow data.
Definition: structs.h:82
Compilation and execution messages.
Definition: structs.h:41
Geometry mesh node.
Definition: structs.h:189
int id2
Definition: mesh.h:24
int idW2
Definition: mesh.h:26
int n2
Definition: mesh.h:28
int idC
Definition: mesh.h:27
int n1
Definition: mesh.h:28
int included
Definition: mesh.h:22
int id1
Definition: mesh.h:23
int idW
Definition: mesh.h:25
Wall characteristics for computation.
Definition: structs.h:209