Overture  Version 25
Macros | Functions
GridCollection.C File Reference
#include "GridCollection.h"
#include "display.h"
#include "ParallelUtility.h"
#include "ParentChildSiblingInfo.h"
#include "LoadBalancer.h"
#include "BoxLib.H"
#include "Box.H"
#include "BoxList.H"
Include dependency graph for GridCollection.C:

Macros

#define REFERENCE(Type, x)   ((Type&)x).reference(rcData->x)
 
#define REF_ARRAY(Type, x)   if (x.getDataPointer() != rcData->x.getDataPointer()) REFERENCE(Type, x)
 
#define FOR_COLLECTION(X)
 

Functions

ostream & operator<< (ostream &s, const GridCollection &g)
 

Macro Definition Documentation

#define FOR_COLLECTION (   X)
Value:
for( i=0; i<X.getLength(); i++ ) \
X[i].master=this;
#define REF_ARRAY (   Type,
  x 
)    if (x.getDataPointer() != rcData->x.getDataPointer()) REFERENCE(Type, x)
#define REFERENCE (   Type,
  x 
)    ((Type&)x).reference(rcData->x)

Function Documentation

ostream& operator<< ( ostream &  s,
const GridCollection g 
)