#include "DisjointBoxLayout.H"
#include "BoxLayout.H"
#include "Vector.H"
#include "Box.H"
#include "IVSFAB.H"
#include "IntVectSet.H"
#include "FArrayBox.H"
#include "NodeFArrayBox.H"
#include "LevelData.H"
#include "LayoutIterator.H"
#include "BoxIterator.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Functions | |
void | dumpLDFLoc (const LevelData< FArrayBox > *a_ldfabPtr) |
void | dumpLDFPar (const LevelData< FArrayBox > *a_ldfabPtr) |
does a copy first | |
void | dumpNodeLDFPar (const LevelData< NodeFArrayBox > *a_ldfabPtr) |
does a copy first | |
void | dumpNodeLDFLoc (const LevelData< NodeFArrayBox > *a_ldfabPtr) |
dumps points on this proc | |
void | dumpNodeFAB (const NodeFArrayBox *a_fabPtr) |
void | dumpFAB (const FArrayBox *a_fabPtr) |
void | dumpIVSFAB (const IVSFAB< Real > *a_ivsfabPtr) |
void | dumpDBL (const DisjointBoxLayout *a_dblInPtr) |
void | dumpBL (const BoxLayout *a_dblInPtr) |
void | dumpIVS (const IntVectSet *a_ivsPtr) |
void | dumpBox (const Box *a_boxPtr) |
void | dumpVBox (const Vector< Box > *a_vectPtr) |
void | dumpVVBox (const Vector< Vector< Box > > *a_vectPtr) |
void | dumpLDDBL (const LevelData< FArrayBox > *a_ldfabPtr) |
void | dumpNodeLDDBL (const LevelData< NodeFArrayBox > *a_ldfabPtr) |
Dump boxlayout of inputs to standard out. For use inside debuggers. dumps points on this proc
Referenced by DontYouDareCallMe().
void dumpNodeLDFPar | ( | const LevelData< NodeFArrayBox > * | a_ldfabPtr | ) |
void dumpNodeLDFLoc | ( | const LevelData< NodeFArrayBox > * | a_ldfabPtr | ) |
void dumpNodeFAB | ( | const NodeFArrayBox * | a_fabPtr | ) |
Referenced by DontYouDareCallMe().
void dumpFAB | ( | const FArrayBox * | a_fabPtr | ) |
Referenced by DontYouDareCallMe().
Dump boxlayout of inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
void dumpDBL | ( | const DisjointBoxLayout * | a_dblInPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
void dumpBL | ( | const BoxLayout * | a_dblInPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
void dumpIVS | ( | const IntVectSet * | a_ivsPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
void dumpBox | ( | const Box * | a_boxPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().
void dumpNodeLDDBL | ( | const LevelData< NodeFArrayBox > * | a_ldfabPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by DontYouDareCallMe().