Go to the source code of this file.
Functions | |
int | printObjectX (ostream &os, const hier_PatchHierarchyX &hierarchy) |
Print a patch hierarchy. More... | |
int | printObjectX (ostream &os, const hier_PatchLevelX &level) |
Print a patch hierarchy. More... | |
int | printObjectX (ostream &os, const hier_BoxX &box) |
Print a box. More... | |
int | printObjectX (ostream &os, const hier_PatchDataX &pdat) |
Print a patch. More... | |
template<class T> int | printObjectX (ostream &os, const pdat_ArrayDataX< T > &adat) |
Print an array data object. More... | |
template int | printObjectX (ostream &os, const pdat_ArrayDataX< double > &adat) |
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... |
|
Print an array.
Definition at line 119 of file printObjectX.C.sed. |
|
|
|
Print an array data object.
Definition at line 95 of file printObjectX.C.sed. References printObjectX(). |
|
Print a patch.
Definition at line 70 of file printObjectX.C.sed. |
|
Print a box.
Definition at line 54 of file printObjectX.C.sed. |
|
Print a patch hierarchy.
Definition at line 40 of file printObjectX.C.sed. |
|
Print a patch hierarchy.
Definition at line 26 of file printObjectX.C.sed. |