#include "DisjointBoxLayout.H"
#include "BoxLayout.H"
#include "BaseIFFAB.H"
#include "BaseIVFAB.H"
#include "FaceIterator.H"
#include "Vector.H"
#include "Box.H"
#include "IntVectSet.H"
#include "FArrayBox.H"
#include "LevelData.H"
#include "LayoutIterator.H"
#include "BoxIterator.H"
#include "VolIndex.H"
#include "Stencils.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Go to the source code of this file.
Functions | |
void | dumpLDEBCF (const LevelData< EBCellFAB > *ldptr) |
void | getMaxEBLevel (const LevelData< EBCellFAB > *ldptr) |
void | getMaxEBFAB (const EBCellFAB *ldptr) |
void | dumpVVoF (const Vector< VolIndex > *a_vectPtr) |
void | dumpVFace (const Vector< FaceIndex > *a_vectPtr) |
void | dumpFace (const FaceIndex *a_vectPtr) |
void | dumpFaceSten (const FaceStencil *a_stenPtr) |
void | dumpVoFSten (const VoFStencil *a_stenPtr) |
void | dumpIFFAB (const BaseIFFAB< Real > *a_stenPtr) |
void | dumpIVFAB (const BaseIVFAB< Real > *a_stenPtr) |
void | dumpLDBIVF (const LayoutData< BaseIVFAB< Real > > *a_stenPtr) |
void | dumpEBLDDBL (const LevelData< EBCellFAB > *a_stenPtr) |
void | dumpEBFAB (const EBCellFAB *a_fab) |
void | dumpEBFABIrreg (const EBCellFAB *a_fab) |
void | dumpEBLevelIrreg (const LevelData< EBCellFAB > *a_fab) |
void | dumpEBFABIVS (const EBCellFAB *a_fab, const IntVectSet *a_ivs) |
void | dumpEBLevel (const LevelData< EBCellFAB > *a_level) |
Referenced by EBDontYouDareCallMe().
Referenced by EBDontYouDareCallMe().
void getMaxEBFAB | ( | const EBCellFAB * | ldptr | ) |
Referenced by EBDontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
void dumpFace | ( | const FaceIndex * | a_vectPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
void dumpFaceSten | ( | const FaceStencil * | a_stenPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
void dumpVoFSten | ( | const VoFStencil * | a_stenPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
void dumpLDBIVF | ( | const LayoutData< BaseIVFAB< Real > > * | a_stenPtr | ) |
Dump inputs to standard out. For use inside debuggers.
Referenced by EBDontYouDareCallMe().
Referenced by EBDontYouDareCallMe().
void dumpEBFAB | ( | const EBCellFAB * | a_fab | ) |
dumps the fab to std out.
Referenced by EBDontYouDareCallMe().
void dumpEBFABIrreg | ( | const EBCellFAB * | a_fab | ) |
dumps the irreg bits of the fab to std out.
Referenced by EBDontYouDareCallMe().
dumps the irreg bits of the level to std out.
Referenced by EBDontYouDareCallMe().
void dumpEBFABIVS | ( | const EBCellFAB * | a_fab, | |
const IntVectSet * | a_ivs | |||
) |
Referenced by EBDontYouDareCallMe().
Referenced by EBDontYouDareCallMe().