MFEM
v3.1
Finite element discretization library
|
#include <communication.hpp>
Public Member Functions | |
GroupTopology (MPI_Comm comm) | |
GroupTopology (const GroupTopology >) | |
Copy constructor. More... | |
MPI_Comm | GetComm () |
int | MyRank () |
int | NRanks () |
void | Create (ListOfIntegerSets &groups, int mpitag) |
int | NGroups () const |
int | GetNumNeighbors () const |
int | GetNeighborRank (int i) const |
bool | IAmMaster (int g) const |
int | GetGroupMaster (int g) const |
int | GetGroupMasterRank (int g) const |
int | GetGroupMasterGroup (int g) const |
int | GetGroupSize (int g) const |
const int * | GetGroup (int g) const |
Definition at line 27 of file communication.hpp.
|
inline |
Definition at line 46 of file communication.hpp.
mfem::GroupTopology::GroupTopology | ( | const GroupTopology & | gt | ) |
Copy constructor.
Definition at line 30 of file communication.cpp.
void mfem::GroupTopology::Create | ( | ListOfIntegerSets & | groups, |
int | mpitag | ||
) |
Definition at line 75 of file communication.cpp.
|
inline |
Definition at line 51 of file communication.hpp.
|
inline |
Definition at line 75 of file communication.hpp.
|
inline |
Definition at line 65 of file communication.hpp.
|
inline |
Definition at line 70 of file communication.hpp.
|
inline |
Definition at line 67 of file communication.hpp.
|
inline |
Definition at line 72 of file communication.hpp.
|
inline |
Definition at line 60 of file communication.hpp.
|
inline |
Definition at line 59 of file communication.hpp.
|
inline |
Definition at line 62 of file communication.hpp.
|
inline |
Definition at line 52 of file communication.hpp.
|
inline |
Definition at line 57 of file communication.hpp.
|
inline |
Definition at line 53 of file communication.hpp.