Chombo + EB + MF  3.2
MFDebugDump.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 _MFDEBUGDUMP_H_
12 #define _MFDEBUGDUMP_H_
13 
14 #include "MFAMRIO.H"
15 #include "NamespaceHeader.H"
16 
18 {
19  viewMFFAB(NULL,0);
20  browseMFFAB(NULL,0);
21  viewMFLevel(NULL,0);
22  browseMFLevel(NULL,0);
23  viewMFAMR(NULL,0);
24  browseMFAMR(NULL,0);
25 }
26 #include "NamespaceFooter.H"
27 #endif
void browseMFAMR(const Vector< LevelData< MFCellFAB > * > *a_dataPtr, int a_phase)
void viewMFLevel(const LevelData< MFCellFAB > *a_dataPtr, int a_phase)
void viewMFFAB(const MFCellFAB *a_dataPtr, int a_phase)
void MFDontYouDareCallMe()
Definition: MFDebugDump.H:17
void browseMFFAB(const MFCellFAB *a_dataPtr, int a_phase)
void browseMFLevel(const LevelData< MFCellFAB > *a_dataPtr, int a_phase)
void viewMFAMR(const Vector< LevelData< MFCellFAB > * > *a_dataPtr, int a_phase)