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

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


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>
std::vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::send_mesg

template<int DIM>
tbox::SAMRAI_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>
std::vector<int> SAMRAI::hier::LayerEdgeSet< DIM >::CommunicationStruct::recv_mesg

template<int DIM>
tbox::SAMRAI_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 Thu Jun 18 11:28:28 2009 for SAMRAI by  doxygen 1.5.1