FrontISTR  5.7.1
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 
13  int psize;
14  int rank;
15  int *ranks;
18  int root;
19  int is_root;
20  int is_member;
21 };
22 
23 #endif /* INC_HECMW_COUPLE_STRUCT */
MPI_Group HECMW_Group
Definition: hecmw_config.h:32
MPI_Comm HECMW_Comm
Definition: hecmw_config.h:30