A single grid with a data used within GridFunction. More...
#include "DAGHParams.h"
#include "Coords.h"
#include "BBox.h"
#include "GridBox.h"
#include "GridBoxList.h"
#include "PackedGridDataBucket.h"
#include "GridTable.h"
#include "GridHierarchy.h"
#include "CommServer.h"
#include "GDBInteraction.h"
#include "GridFunctionVoid.h"
#include "GridData1.h"
#include "GridData2.h"
#include "GridData3.h"
#include <iosfwd>
#include "GridDataBlock.ipp"
Go to the source code of this file.
Classes | |
class | GridDataBlock< Type, dim > |
A single grid with data used within a GridFunction. More... | |
Functions | |
void | gdbSetRanks (const int rank, const int align, short *ranks) |
void | gdbAlignBBox (const int, class BBox &, const int) |
template<class Type , int dim> | |
std::ostream & | operator<< (std::ostream &, const GridDataBlock< Type, dim > &) |
template<class Type , int dim> | |
std::ofstream & | operator<< (std::ofstream &, const GridDataBlock< Type, dim > &) |
template<class Type , int dim> | |
std::ifstream & | operator>> (std::ifstream &, GridDataBlock< Type, dim > &) |
template<class Type , int dim> | |
std::stringstream & | operator<< (std::stringstream &, const GridDataBlock< Type, dim > &) |
template<class Type , int dim> | |
std::stringstream & | operator>> (std::stringstream &, GridDataBlock< Type, dim > &) |
A single grid with a data used within GridFunction.
void gdbAlignBBox | ( | const | int, | |
class BBox & | , | |||
const | int | |||
) |
Referenced by GridFunction< GFType, dim >::GF_Copy(), GridFunction< GFType, dim >::GF_divide(), GridFunction< GFType, dim >::GF_equals(), GridFunction< GFType, dim >::GF_maxval(), GridFunction< GFType, dim >::GF_minus(), GridFunction< GFType, dim >::GF_minval(), GridFunction< GFType, dim >::GF_multiply(), GridFunction< GFType, dim >::GF_norm(), GridFunction< GFType, dim >::GF_plus(), GridFunction< GFType, dim >::GF_product(), GridFunction< GFType, dim >::GF_Read(), GridFunction< GFType, dim >::GF_sum(), GridFunction< GFType, dim >::GF_Write(), and GridFunctionVoid::usedbbox().
void gdbSetRanks | ( | const int | rank, | |
const int | align, | |||
short * | ranks | |||
) |
std::stringstream& operator<< | ( | std::stringstream & | , | |
const GridDataBlock< Type, dim > & | ||||
) | [inline] |
std::ofstream& operator<< | ( | std::ofstream & | , | |
const GridDataBlock< Type, dim > & | ||||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | , | |
const GridDataBlock< Type, dim > & | ||||
) | [inline] |
References GridDataBlock< Type, dim >::gdbPrintData().
std::stringstream& operator>> | ( | std::stringstream & | , | |
GridDataBlock< Type, dim > & | ||||
) | [inline] |
std::ifstream& operator>> | ( | std::ifstream & | , | |
GridDataBlock< Type, dim > & | ||||
) | [inline] |