Chombo + EB  3.2
EBGeomDebugDump.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 _EBGEOMDEBUGDUMP_H_
12 #define _EBGEOMDEBUGDUMP_H_
13 
14 #include "EBGeomDebugOut.H"
15 
16 #include "NamespaceHeader.H"
17 
19 {
20  dumpIFData1(NULL);
21  dumpIFData2(NULL);
22  dumpIFData3(NULL);
23 
24  dumpCCM1(NULL);
25  dumpCCM2(NULL);
26  dumpCCM3(NULL);
27 }
28 
29 #include "NamespaceFooter.H"
30 
31 #endif
void dumpCCM2(const CutCellMoments< 2 > *a_ccm)
void dumpCCM1(const CutCellMoments< 1 > *a_ccm)
void EBGeomDontYouDareCallMe()
Definition: EBGeomDebugDump.H:18
void dumpIFData3(const IFData< 3 > *a_ifData)
void dumpIFData1(const IFData< 1 > *a_ifData)
void dumpIFData2(const IFData< 2 > *a_ifData)
void dumpCCM3(const CutCellMoments< 3 > *a_ccm)