DAPTA::pico::SubDomain< V > Class Template Reference

Collaboration diagram for DAPTA::pico::SubDomain< V >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef V VertexType
typedef V * VertexHandle

Public Member Functions

 SubDomain (const VertexType &lo, const VertexType &up, double maxElemSize=0.0)
 ~SubDomain ()
void allocateReceiveBuffer (const size_t &size)
void registerSendBuffer (const char *const start, const size_t &size)
VertexType lowerPoint () const
VertexType upperPoint () const
void setSendMsgSize (const size_t &size)
int sendMsgSize () const
int recvBufferSize () const
char * sendBuffer ()
char * recvBuffer ()
double maxElemSize () const
bool checkOverlap (const SubDomain< V > *const b) const

Private Member Functions

bool isIn (const VertexType &point) const

Private Attributes

VertexType _low
VertexType _upp
double _maxElemSize
CBuffer_rBuf
CBuffer_sBuf
int _sendMsgSize

Detailed Description

template<typename V>
class DAPTA::pico::SubDomain< V >

Definition at line 25 of file SubDomain.hpp.


The documentation for this class was generated from the following files:
Generated on Tue May 29 17:13:59 2007 for DAPTA by  doxygen 1.5.1