 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef HECMW_VIS_COMM_UTIL_H_INCLUDED
7 #define HECMW_VIS_COMM_UTIL_H_INCLUDED
11 #define HECMW_STATUS_SIZE 4
15 extern void whole_copy_array(
int *recv_num,
int *global_recv_num,
int mynode,
27 int *stack_import,
int *nod_import,
28 int *stack_export,
int *nod_export,
int *x,
32 int *stack_import,
int *nod_import,
33 int *stack_export,
int *nod_export,
double *x,
37 int *nod_import,
int *stack_export,
38 int *nod_export,
int *x,
int *y,
41 int *stack_export,
int *x,
int *y,
45 int *stack_import,
int *stack_export,
50 int *stack_export,
int *x,
int *y,
54 int *stack_import,
int *nod_import,
55 int *stack_export,
int *nod_export,
void whole_copy_array(int *recv_num, int *global_recv_num, int mynode, int pesize, HECMW_Comm repart_comm)
void double2_whole_send_recv(int n1, int n2, int pesize, int *stack_import, int *stack_export, double *x, double *y, HECMW_Comm repart_comm, int my_rank)
void int_whole_send_recv(int n1, int n2, int pesize, int *stack_import, int *nod_import, int *stack_export, int *nod_export, int *x, int *y, HECMW_Comm repart_comm, int my_rank)
int double_part_send_recv(int n, int neibpetot, int *neibpe, int *stack_import, int *nod_import, int *stack_export, int *nod_export, double *x, HECMW_Comm repart_comm, int my_rank)
int int_part_send_recv(int n, int neibpetot, int *neibpe, int *stack_import, int *nod_import, int *stack_export, int *nod_export, int *x, HECMW_Comm repart_comm, int my_rank)
int stack_whole_send_recv(int pesize, int *stack_export, int *stack_import, HECMW_Comm repart_comm, int my_rank)
void double_whole_send_recv(int n1, int n2, int pesize, int *stack_import, int *nod_import, int *stack_export, int *nod_export, double *x, double *y, HECMW_Comm repart_comm, int my_rank)
int stack_part_send_recv(int neibpetot, int *neibpe, int *stack_import, int *stack_export, HECMW_Comm repart_comm, int my_rank)
void int2_whole_send_recv(int n1, int n2, int pesize, int *stack_import, int *stack_export, int *x, int *y, HECMW_Comm repart_comm, int my_rank)
void int3_whole_send_recv(int n1, int n2, int pesize, int *stack_import, int *stack_export, int *x, int *y, HECMW_Comm repart_comm, int my_rank)