FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_dlb_mesh2graph.c File Reference
#include "hecmw_repart.h"
Include dependency graph for hecmw_dlb_mesh2graph.c:

Go to the source code of this file.

Functions

void find_new_v8 (int new_v8[24])
 
void find_new_v6 (int new_v6[18])
 
void find_new_v4 (int new_v4[12])
 
void add8_adj_link (Adj_find *adj_link, int id_elem, struct hecmwST_local_mesh *mesh, int new_v8[24])
 
void add6_adj_link (Adj_find *adj_link, int id_elem, struct hecmwST_local_mesh *mesh, int new_v6[18])
 
void add4_adj_link (Adj_find *adj_link, int id_elem, struct hecmwST_local_mesh *mesh, int new_v4[12])
 
void adj_link_free (Adj_find *adj_link, int num)
 
void mesh2graph (struct hecmwST_local_mesh *mesh, GraphType *graph, Control_para *ctl_para, int stat_para[NUM_CONTROL_PARAS], Result_part *result, HECMW_Comm repart_comm)
 

Function Documentation

◆ add4_adj_link()

void add4_adj_link ( Adj_find adj_link,
int  id_elem,
struct hecmwST_local_mesh mesh,
int  new_v4[12] 
)

Definition at line 172 of file hecmw_dlb_mesh2graph.c.

◆ add6_adj_link()

void add6_adj_link ( Adj_find adj_link,
int  id_elem,
struct hecmwST_local_mesh mesh,
int  new_v6[18] 
)

Definition at line 123 of file hecmw_dlb_mesh2graph.c.

◆ add8_adj_link()

void add8_adj_link ( Adj_find adj_link,
int  id_elem,
struct hecmwST_local_mesh mesh,
int  new_v8[24] 
)

Definition at line 74 of file hecmw_dlb_mesh2graph.c.

◆ adj_link_free()

void adj_link_free ( Adj_find adj_link,
int  num 
)

Definition at line 218 of file hecmw_dlb_mesh2graph.c.

◆ find_new_v4()

void find_new_v4 ( int  new_v4[12])

Definition at line 58 of file hecmw_dlb_mesh2graph.c.

◆ find_new_v6()

void find_new_v6 ( int  new_v6[18])

Definition at line 36 of file hecmw_dlb_mesh2graph.c.

◆ find_new_v8()

void find_new_v8 ( int  new_v8[24])

Definition at line 8 of file hecmw_dlb_mesh2graph.c.

◆ mesh2graph()

void mesh2graph ( struct hecmwST_local_mesh mesh,
GraphType *  graph,
Control_para ctl_para,
int  stat_para[NUM_CONTROL_PARAS],
Result_part result,
HECMW_Comm  repart_comm 
)

Definition at line 233 of file hecmw_dlb_mesh2graph.c.