Chombo + EB  3.0
EBDebugDump.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _EBDEBUGDUMP_H_
12 #define _EBDEBUGDUMP_H_
13 
14 #include "EBDebugOut.H"
15 #include "NamespaceHeader.H"
16 
18 {
19  printMaxMinEBCF(NULL);
20  printMaxMinEBFF(NULL);
21  dumpVVoF(NULL);
22  dumpIFFAB(NULL);
23  dumpIVFAB(NULL);
24  dumpLDBIVF(NULL);
25  dumpFace(NULL);
26  dumpVFace(NULL);
27  dumpVoFSten(NULL);
28  dumpFaceSten(NULL);
29  dumpEBLDDBL(NULL);
30  dumpLDEBCF(NULL);
31  getMaxEBLevel(NULL);
32  getMaxEBFAB(NULL);
33  dumpEBFAB(NULL);
34  dumpEBFABIrreg(NULL);
36  dumpEBLevelIrreg(NULL);
37  dumpEBLevel(NULL);
38  dumpEBLevelAll(NULL);
39  dumpEBLevelIrregThresh(NULL, 0.0);
40  dumpEBLevelThresh(NULL, 0.0);
41  dumpEBAMRIrregThresh(NULL, 0.0);
42  dumpEBAMRIrreg(NULL);
43  dumpEBAMRThresh(NULL, 0.0);
44  dumpEBAMR(NULL);
45  dumpEBFABIVS(NULL, NULL);
46  dumpEBFaceThresh(NULL, 0.0);
47  dumpEBFace(NULL);
48  dumpEBFlux(NULL);
49  dumpEBFluxThresh(NULL, 0.0);
50  dumpEBLevelFlux(NULL);
51  dumpEBLevelFluxThresh(NULL, 0.0);
52  printPointEBCF(NULL);
53  printPointLDCell(NULL);
54  printLocalEBCF(NULL);
55  printLocalLDCell(NULL);
56  printPointEBFF(NULL);
57  printPointLDFlux(NULL);
58  printPointEBFace(NULL);
59  printMaxMinLDCell(NULL);
60  printMaxMinLDFlux(NULL);
61 }
62 #include "NamespaceFooter.H"
63 #endif
void printPointEBFF(EBFluxFAB *a_dat)
void printPointLDFlux(LevelData< EBFluxFAB > *a_dat)
void dumpEBLevelFluxThresh(const LevelData< EBFluxFAB > *a_fab, Real a_thresh)
void printMaxMinLDCell(LevelData< EBCellFAB > *a_data)
void dumpEBLevelAll(const LevelData< EBCellFAB > *a_level)
same as above with ghost cells too
void dumpLDBIVF(const LayoutData< BaseIVFAB< Real > > *a_stenPtr)
void printLocalEBCF(EBCellFAB *a_dat)
void dumpEBFluxThresh(const EBFluxFAB *a_fab, Real a_thresh)
void dumpEBFlux(const EBFluxFAB *a_fab)
void printPointLDCell(LevelData< EBCellFAB > *a_dat)
void dumpLDEBCF(const LevelData< EBCellFAB > *ldptr)
void EBDontYouDareCallMe()
Definition: EBDebugDump.H:17
void dumpEBAMR(const Vector< LevelData< EBCellFAB > *> *a_stenPtr)
void dumpEBFABIrregGeometry(const EBCellFAB *a_fab)
void dumpEBLevel(const LevelData< EBCellFAB > *a_level)
void dumpFace(const FaceIndex *a_vectPtr)
void dumpFaceSten(const FaceStencil *a_stenPtr)
void dumpEBAMRIrregThresh(const Vector< LevelData< EBCellFAB > *> *a_stenPtr, Real a_minDump)
void dumpEBAMRIrreg(const Vector< LevelData< EBCellFAB > *> *a_stenPtr)
void dumpVoFSten(const VoFStencil *a_stenPtr)
void dumpEBFAB(const EBCellFAB *a_fab)
void dumpVVoF(const Vector< VolIndex > *a_vectPtr)
void dumpIVFAB(const BaseIVFAB< Real > *a_stenPtr)
void dumpEBFABIVS(const EBCellFAB *a_fab, const IntVectSet *a_ivs, Real a_thresh=0)
void printMaxMinEBFF(EBFluxFAB *a_data)
void dumpEBLevelThresh(const LevelData< EBCellFAB > *a_level, Real a_thresh)
void dumpEBLDDBL(const LevelData< EBCellFAB > *a_stenPtr)
void dumpVFace(const Vector< FaceIndex > *a_vectPtr)
void getMaxEBFAB(const EBCellFAB *ldptr)
void dumpIFFAB(const BaseIFFAB< Real > *a_stenPtr)
void printPointEBCF(EBCellFAB *a_dat)
void printMaxMinEBCF(EBCellFAB *a_data)
void dumpEBFaceThresh(const EBFaceFAB *a_fab, Real a_thresh)
void dumpEBFace(const EBFaceFAB *a_fab)
void printMaxMinLDFlux(LevelData< EBFluxFAB > *a_data)
void getMaxEBLevel(const LevelData< EBCellFAB > *ldptr)
void dumpEBLevelFlux(const LevelData< EBFluxFAB > *a_fab)
void printPointEBFace(EBFaceFAB *a_dat)
void printLocalLDCell(LevelData< EBCellFAB > *a_dat)
void dumpEBLevelIrreg(const LevelData< EBCellFAB > *a_fab)
void dumpEBAMRThresh(const Vector< LevelData< EBCellFAB > *> *a_stenPtr, Real a_minDump)
void dumpEBFABIrreg(const EBCellFAB *a_fab)
void dumpEBLevelIrregThresh(const LevelData< EBCellFAB > *a_fab, Real a_thresh)