#include <source/hierarchy/dlbg/LayerEdgeSet.h>
Public Member Functions | |
CommunicationStruct () | |
Public Attributes | |
std::vector< int > | send_mesg |
tbox::SAMRAI_MPI::request | send_rqst |
int | send_size |
bool | send_done |
std::vector< int > | recv_mesg |
tbox::SAMRAI_MPI::request | recv_rqst |
int | recv_size |
bool | recv_done |
Data indexed by the rank of communication partners are assembled in this struct, to be dereferenced in a map. This avoids expense of referencing multiple maps (just in case dereferencing a map is expensive).
SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::CommunicationStruct | ( | ) | [inline] |
std::vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_mesg |
tbox::SAMRAI_MPI::request SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_rqst |
int SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_size |
bool SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_done |
std::vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_mesg |
tbox::SAMRAI_MPI::request SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_rqst |
int SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_size |
bool SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_done |