Chombo + EB + MF  3.2
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  checkLDCell(NULL);
20  checkLDFlux(NULL);
21  printMaxMinEBCF(NULL);
22  printMaxMinEBFlux(NULL);
23  printMaxMinEBFace(NULL);
24  dumpVVoF(NULL);
25  dumpIFFAB(NULL);
26  //dumpIVFAB(NULL);
27  dumpLDBIVF(NULL);
28  dumpFace(NULL);
29  dumpVFace(NULL);
30  dumpVoFSten(NULL);
31  dumpFaceSten(NULL);
32  dumpEBLevelGhost(NULL);
33  dumpEBLDDBL(NULL);
34  dumpLDEBCF(NULL);
35  getMaxEBLevel(NULL);
36  getMaxEBFAB(NULL);
37  dumpEBFAB(NULL);
38  dumpEBFABIrreg(NULL);
40  dumpEBLevelIrreg(NULL);
41  dumpEBLevel(NULL);
42  dumpEBLevelAll(NULL);
43  dumpEBLevelIrregThresh(NULL, 0.0);
44  dumpEBLevelThresh(NULL, 0.0);
45  dumpEBAMRIrregThresh(NULL, 0.0);
46  dumpEBAMRIrreg(NULL);
47  dumpEBAMRThresh(NULL, 0.0);
48  dumpEBAMR(NULL);
49  dumpEBFABIVS(NULL, NULL);
50  dumpEBFaceThresh(NULL, 0.0);
51  dumpEBFace(NULL);
52  dumpEBFlux(NULL);
53  dumpEBFluxThresh(NULL, 0.0);
54  dumpEBLevelFlux(NULL);
55  dumpEBLevelFluxThresh(NULL, 0.0);
56  printPointEBCF(NULL);
57  printPointLDCell(NULL);
58  printLocalEBCF(NULL);
59  printLocalLDCell(NULL);
60  printPointEBFF(NULL);
61  printPointLDFlux(NULL);
62  printPointEBFace(NULL);
63  printMaxMinLDCell(NULL);
64  printMaxMinLDFlux(NULL);
65 }
66 #include "NamespaceFooter.H"
67 #endif
void printMaxMinEBFlux(EBFluxFAB *a_data)
void dumpEBLevelGhost(const LevelData< EBCellFAB > *a_level)
void printPointEBFF(EBFluxFAB *a_dat)
void printPointLDFlux(LevelData< EBFluxFAB > *a_dat)
void checkLDFlux(const LevelData< EBFluxFAB > *a_flux)
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 printMaxMinEBFace(EBFaceFAB *a_data)
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 dumpEBFABIVS(const EBCellFAB *a_fab, const IntVectSet *a_ivs, Real a_thresh=0)
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 checkLDCell(const LevelData< EBCellFAB > *a_flux)
void dumpEBLevelIrregThresh(const LevelData< EBCellFAB > *a_fab, Real a_thresh)