Chombo + EB + MF  3.2
MFDebugOut.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 _MFDEBUGOUT_H_
12 #define _MFDEBUGOUT_H_
13 
14 #include "EBDebugOut.H"
15 #include "NamespaceHeader.H"
16 
17 class MFCellFAB;
18 
19 extern "C"
20 {
21  ///
22  void
23  dumpLDMFCF(const LevelData<MFCellFAB>* ldptr);
24 
25  ///
26  void
27  getMaxMFLevel(const LevelData<MFCellFAB>* ldptr);
28 
29  ///
30  void
31  getMaxMFFAB(const MFCellFAB* cfptr);
32 
33 
34  ///
35  /**
36  */
37  void dumpMFLDDBL(const LevelData<MFCellFAB>* a_stenPtr);
38 
39  ///
40  /**
41  Dump inputs to standard out. For use inside debuggers.
42  */
43  void dumpLevDBIVF(const LevelData< BaseIVFAB<Real> >* a_ldPtr);
44 
45 }
46 
47 #include "NamespaceFooter.H"
48 #endif
void getMaxMFLevel(const LevelData< MFCellFAB > *ldptr)
Definition: MFCellFAB.H:22
void dumpLevDBIVF(const LevelData< BaseIVFAB< Real > > *a_ldPtr)
void dumpLDMFCF(const LevelData< MFCellFAB > *ldptr)
void dumpMFLDDBL(const LevelData< MFCellFAB > *a_stenPtr)
void getMaxMFFAB(const MFCellFAB *cfptr)