![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include "hecmw_repart.h"
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) |
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.
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.
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.
void adj_link_free | ( | Adj_find * | adj_link, |
int | num | ||
) |
Definition at line 218 of file hecmw_dlb_mesh2graph.c.
void find_new_v4 | ( | int | new_v4[12] | ) |
Definition at line 58 of file hecmw_dlb_mesh2graph.c.
void find_new_v6 | ( | int | new_v6[18] | ) |
Definition at line 36 of file hecmw_dlb_mesh2graph.c.
void find_new_v8 | ( | int | new_v8[24] | ) |
Definition at line 8 of file hecmw_dlb_mesh2graph.c.
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.