FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
hecmw_couple_struct.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2019 FrontISTR Commons
3
* This software is released under the MIT License, see LICENSE.txt
4
*****************************************************************************/
5
6
#ifndef INC_HECMW_COUPLE_STRUCT
7
#define INC_HECMW_COUPLE_STRUCT
8
9
#include "
hecmw_config.h
"
10
#include "
hecmw_struct.h
"
11
12
struct
hecmw_couple_comm
{
13
int
psize
;
14
int
rank
;
15
int
*
ranks
;
16
HECMW_Comm
comm
;
17
HECMW_Group
group
;
18
int
root
;
19
int
is_root
;
20
int
is_member
;
21
};
22
23
#endif
/* INC_HECMW_COUPLE_STRUCT */
hecmw_couple_comm::is_root
int is_root
Definition:
hecmw_couple_struct.h:22
hecmw_couple_comm::root
int root
Definition:
hecmw_couple_struct.h:21
hecmw_couple_comm::group
HECMW_Group group
Definition:
hecmw_couple_struct.h:20
hecmw_struct.h
hecmw_couple_comm::rank
int rank
Definition:
hecmw_couple_struct.h:17
hecmw_couple_comm::ranks
int * ranks
Definition:
hecmw_couple_struct.h:18
hecmw_config.h
hecmw_couple_comm::is_member
int is_member
Definition:
hecmw_couple_struct.h:23
hecmw_couple_comm
Definition:
hecmw_couple_struct.h:12
hecmw_couple_comm::psize
int psize
Definition:
hecmw_couple_struct.h:16
HECMW_Comm
MPI_Comm HECMW_Comm
Definition:
hecmw_config.h:30
HECMW_Group
MPI_Group HECMW_Group
Definition:
hecmw_config.h:32
hecmw_couple_comm::comm
HECMW_Comm comm
Definition:
hecmw_couple_struct.h:19
hecmw1
src
couple
hecmw_couple_struct.h
Generated by
1.8.17