Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct Struct Reference

Data sorted by a hash. More...

#include <source/hierarchy/dlbg/LayerEdgeSet.h>

List of all members.

Public Member Functions

 CommunicationStruct ()

Public Attributes

vector< int > send_mesg
tbox::MPI::request send_rqst
int send_size
bool send_done
vector< int > recv_mesg
tbox::MPI::request recv_rqst
int recv_size
bool recv_done


Detailed Description

template<int DIM>
struct SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct

Data sorted by a hash.

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).


Constructor & Destructor Documentation

template<int DIM>
SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::CommunicationStruct  )  [inline]
 


Member Data Documentation

template<int DIM>
vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_mesg
 

template<int DIM>
tbox::MPI::request SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_rqst
 

template<int DIM>
int SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_size
 

template<int DIM>
bool SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_done
 

template<int DIM>
vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_mesg
 

template<int DIM>
tbox::MPI::request SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_rqst
 

template<int DIM>
int SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_size
 

template<int DIM>
bool SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_done
 


The documentation for this struct was generated from the following file:
Generated on Fri Dec 2 11:24:32 2005 for SAMRAI by  doxygen 1.4.2