A point in the computational domain in global index coordinates. More...
#include "DAGHDefaults.h"
#include "lparx_copyright.h"
#include <iosfwd>
#include <cstdlib>
#include <cassert>
Go to the source code of this file.
Classes | |
class | Coords |
Implementation of a point in the computational domain in global index coordinates. More... | |
Defines | |
#define | CoordsNULL ((Coords *)0) |
#define | Point_Point_Operator(ope, op) |
#define | Point_Scalar_Operator(ope, op) |
Functions | |
Coords | Max (const Coords &a, const Coords &b) |
Coords | Min (const Coords &a, const Coords &b) |
std::istream & | operator>> (std::istream &s, Coords &c) |
std::ostream & | operator<< (std::ostream &s, const Coords &c) |
std::ifstream & | operator>> (std::ifstream &s, Coords &c) |
std::ofstream & | operator<< (std::ofstream &s, const Coords &c) |
A point in the computational domain in global index coordinates.
#define CoordsNULL ((Coords *)0) |
Referenced by operator<<(), and operator>>().
#define Point_Point_Operator | ( | ope, | |||
op | ) |
#define Point_Scalar_Operator | ( | ope, | |||
op | ) |
References Coords::getmax().
Referenced by Cluster_Slice(), GridFunction< GFType, dim >::GF_Checkpoint(), GridFunction< GFType, dim >::GF_Checkpoint_StrStream_Memory(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), GridFunction< GFType, dim >::GF_CheckpointRestart(), GridFunction< GFType, dim >::GF_DebugPrintTheData(), GridFunction< GFType, dim >::GF_norm(), GridData< Type, 3 >::maxabs(), GridData< Type, 2 >::maxabs(), GridData< Type, 1 >::maxabs(), GridData< Type, 3 >::maxval(), GridData< Type, 2 >::maxval(), GridData< Type, 1 >::maxval(), partition_one(), GridHierarchy::stepsize(), and GridHierarchy::timestep().
References Coords::getmin().
Referenced by GridFunction< GFType, dim >::GF_Checkpoint(), GridFunction< GFType, dim >::GF_Checkpoint_StrStream_Memory(), GridFunction< GFType, dim >::GF_CheckpointRecompose(), GridFunction< GFType, dim >::GF_CheckpointRestart(), GridFunction< GFType, dim >::GF_DebugPrintTheData(), GridData< Type, 3 >::minval(), GridData< Type, 2 >::minval(), GridData< Type, 1 >::minval(), partition_one(), and GridHierarchy::refinedby().
std::ofstream& operator<< | ( | std::ofstream & | s, | |
const Coords & | c | |||
) |
References CoordsNULL.
std::ostream& operator<< | ( | std::ostream & | s, | |
const Coords & | c | |||
) |
std::ifstream& operator>> | ( | std::ifstream & | s, | |
Coords & | c | |||
) |
References CoordsNULL.