 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
6 #ifndef INC_HECMW_COUPLE_COMM
7 #define INC_HECMW_COUPLE_COMM
12 int n_neighbor_pe_send,
int *neighbor_pe_send,
int *sendbuf_index,
13 void *sendbuf,
int n_neighbor_pe_recv,
int *neighbor_pe_recv,
18 int *sendbuf_index,
void *sendbuf,
19 int *recvbuf_index,
void *recvbuf,
24 int sendbuf_size,
void *sendbuf,
25 int n_neighbor_pe_recv,
int *neighbor_pe_recv,
26 int *recvbuf_index,
void *recvbuf,
MPI_Datatype HECMW_Datatype
int HECMW_couple_intra_send_recv(int n_neighbor_pe, int *neighbor_pe, int *sendbuf_index, void *sendbuf, int *recvbuf_index, void *recvbuf, HECMW_Datatype datatype, HECMW_Comm comm)
int HECMW_couple_inter_bcast(const char *boundary_id, void *buffer, int count, HECMW_Datatype datatype, int direction)
int HECMW_couple_inter_send_recv(int n_neighbor_pe_send, int *neighbor_pe_send, int *sendbuf_index, void *sendbuf, int n_neighbor_pe_recv, int *neighbor_pe_recv, int *recvbuf_index, void *recvbuf, HECMW_Datatype datatype, HECMW_Comm comm)
int HECMW_couple_inter_barrier(const char *boundary_id)
int HECMW_couple_bcast(int n_neighbor_pe_send, int *neighbor_pe_send, int sendbuf_size, void *sendbuf, int n_neighbor_pe_recv, int *neighbor_pe_recv, int *recvbuf_index, void *recvbuf, HECMW_Datatype datatype, HECMW_Comm comm)