Go to the source code of this file.
Defines | |
#define | tbox_Pointer tbox_Pointer |
#define | hier_PatchHierarchyX hier_PatchHierarchy2 |
#define | hier_PatchLevelX hier_PatchLevel2 |
#define | hier_PatchDataX hier_PatchData2 |
#define | pdat_ArrayDataX pdat_ArrayData2 |
#define | hier_BoxX hier_Box2 |
Functions | |
int | printObjectX (ostream &os, const SAMRAI::hier_PatchHierarchyX &hierarchy) |
Print a patch hierarchy. More... | |
int | printObjectX (ostream &os, const SAMRAI::hier_PatchLevelX &level) |
Print a patch level. More... | |
int | printObjectX (ostream &os, const SAMRAI::hier_BoxX &box) |
Print a box. More... | |
int | printObjectX (ostream &os, const SAMRAI::hier_PatchDataX &pdat) |
Print a patch. More... | |
int | printObjectX (ostream &os, const double *a_ptr, const int *a_lower, const int *a_upper, const int *lower=NULL, const int *upper=NULL) |
Print an array. More... | |
template<class T> int | printObjectX (ostream &os, const SAMRAI::pdat_ArrayDataX< T > &adat) |
Print an array data object. More... |
|
Definition at line 19 of file printObjectX.h.sed. |
|
Definition at line 15 of file printObjectX.h.sed. |
|
Definition at line 11 of file printObjectX.h.sed. |
|
Definition at line 13 of file printObjectX.h.sed. |
|
Definition at line 17 of file printObjectX.h.sed. |
|
Definition at line 9 of file printObjectX.h.sed. |
|
Print an array data object.
Referenced by JacobiPoissonX::initializeLevelData(), main(), and printObjectX(). |
|
Print an array.
|
|
Print a patch.
|
|
Print a box.
|
|
Print a patch level.
|
|
Print a patch hierarchy.
|