GridUnit represents the unit of distribution and load-balancing. More...
#include "DAGHParams.h"
#include "DAGHSfc.h"
#include "BBox.h"
#include <iosfwd>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | GridUnit |
Class GridUnit implements a block with uniform workload of the computational Grid. More... | |
Defines | |
#define | GridUnitNULL ((GridUnit *) 0) |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GridUnit &gu) |
std::ofstream & | operator<< (std::ofstream &ofs, const GridUnit &gu) |
std::ifstream & | operator>> (std::ifstream &ifs, GridUnit &gu) |
std::stringstream & | operator<< (std::stringstream &ofs, const GridUnit &gu) |
std::stringstream & | operator>> (std::stringstream &ifs, GridUnit &gu) |
GridUnit represents the unit of distribution and load-balancing.
#define GridUnitNULL ((GridUnit *) 0) |
Referenced by GridUnitList::decompose(), operator<<(), and operator>>().
std::stringstream& operator<< | ( | std::stringstream & | ofs, | |
const GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ofstream& operator<< | ( | std::ofstream & | ofs, | |
const GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ostream& operator<< | ( | std::ostream & | os, | |
const GridUnit & | gu | |||
) |
References GridUnit::baselev, GridUnit::crslev, GridUnit::extent, GridUnit::finelev, GridUnitNULL, GridUnit::guBaseIndex(), GridUnit::guBBox(), GridUnit::guExtent(), GridUnit::guMaxIndex(), GridUnit::guNum(), GridUnit::guNumLev(), GridUnit::guTopIndex(), GridUnit::guWork(), GridUnit::index, GridUnit::levstep, GridUnit::maxlev, GridUnit::owner, and GridUnit::rank.
std::stringstream& operator>> | ( | std::stringstream & | ifs, | |
GridUnit & | gu | |||
) |
References GridUnitNULL.
std::ifstream& operator>> | ( | std::ifstream & | ifs, | |
GridUnit & | gu | |||
) |
References GridUnitNULL.