#include <pncmesh.hpp>
|
static void | IsendAll (MapT &rank_msg, MPI_Comm comm) |
| Helper to send all messages in a rank-to-message map container. More...
|
|
static void | WaitAllSent (MapT &rank_msg) |
| Helper to wait for all messages in a map container to be sent. More...
|
|
static void | Probe (int &rank, int &size, MPI_Comm comm) |
|
static bool | IProbe (int &rank, int &size, MPI_Comm comm) |
|
static void | RecvAll (MapT &rank_msg, MPI_Comm comm) |
| Helper to receive all messages in a rank-to-message map container. More...
|
|
Used by ParFiniteElementSpace::GetConformingInterpolation() to request finished non-local rows of the P matrix. This message is only sent once to each neighbor.
Definition at line 536 of file pncmesh.hpp.
void mfem::NeighborRowRequest::Decode |
( |
| ) |
|
|
protectedvirtual |
void mfem::NeighborRowRequest::Encode |
( |
| ) |
|
|
protectedvirtual |
void mfem::NeighborRowRequest::RemoveRequest |
( |
int |
row | ) |
|
|
inline |
void mfem::NeighborRowRequest::RequestRow |
( |
int |
row | ) |
|
|
inline |
std::set<int> mfem::NeighborRowRequest::rows |
The documentation for this class was generated from the following files: