#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...
|
|
std::string | data |
|
MPI_Request | send_request |
|
Represents a reply to NeighborRowRequest. The reply contains a batch of P matrix rows that have been finished by the sending processor. Multiple batches may be sent depending on the number of iterations of the final part of the function ParFiniteElementSpace::GetConformingInterpolation(). All rows that are sent accumulate in the same NeighborRowReply instance.
Definition at line 401 of file pncmesh.hpp.
void mfem::NeighborRowReply::AddRow |
( |
int |
row, |
|
|
const Array< int > & |
cols, |
|
|
const Vector & |
srow |
|
) |
| |
void mfem::NeighborRowReply::Decode |
( |
| ) |
|
|
protectedvirtual |
void mfem::NeighborRowReply::Encode |
( |
| ) |
|
|
protectedvirtual |
void mfem::NeighborRowReply::GetRow |
( |
int |
row, |
|
|
Array< int > & |
cols, |
|
|
Vector & |
srow |
|
) |
| |
bool mfem::NeighborRowReply::HaveRow |
( |
int |
row | ) |
const |
|
inline |
std::map<int, Row> mfem::NeighborRowReply::rows |
|
protected |
The documentation for this class was generated from the following files: