00001 #ifdef CH_LANG_CC 00002 /* 00003 * _______ __ 00004 * / ___/ / ___ __ _ / / ___ 00005 * / /__/ _ \/ _ \/ V \/ _ \/ _ \ 00006 * \___/_//_/\___/_/_/_/_.__/\___/ 00007 * Please refer to Copyright.txt, in Chombo's root directory. 00008 */ 00009 #endif 00010 00011 #ifndef _EBDEBUGDUMP_H_ 00012 #define _EBDEBUGDUMP_H_ 00013 00014 #include "EBDebugOut.H" 00015 #include "NamespaceHeader.H" 00016 00017 void EBDontYouDareCallMe() 00018 { 00019 printMaxMinEBCF(NULL); 00020 printMaxMinEBFF(NULL); 00021 dumpVVoF(NULL); 00022 dumpIFFAB(NULL); 00023 dumpIVFAB(NULL); 00024 dumpLDBIVF(NULL); 00025 dumpFace(NULL); 00026 dumpVFace(NULL); 00027 dumpVoFSten(NULL); 00028 dumpFaceSten(NULL); 00029 dumpEBLDDBL(NULL); 00030 dumpLDEBCF(NULL); 00031 getMaxEBLevel(NULL); 00032 getMaxEBFAB(NULL); 00033 dumpEBFAB(NULL); 00034 dumpEBFABIrreg(NULL); 00035 dumpEBFABIrregGeometry(NULL); 00036 dumpEBLevelIrreg(NULL); 00037 dumpEBLevel(NULL); 00038 dumpEBLevelAll(NULL); 00039 dumpEBLevelIrregThresh(NULL, 0.0); 00040 dumpEBLevelThresh(NULL, 0.0); 00041 dumpEBAMRIrregThresh(NULL, 0.0); 00042 dumpEBAMRIrreg(NULL); 00043 dumpEBAMRThresh(NULL, 0.0); 00044 dumpEBAMR(NULL); 00045 dumpEBFABIVS(NULL, NULL); 00046 dumpEBFaceThresh(NULL, 0.0); 00047 dumpEBFace(NULL); 00048 dumpEBFlux(NULL); 00049 dumpEBFluxThresh(NULL, 0.0); 00050 dumpEBLevelFlux(NULL); 00051 dumpEBLevelFluxThresh(NULL, 0.0); 00052 printPointEBCF(NULL); 00053 printPointLDCell(NULL); 00054 printLocalEBCF(NULL); 00055 printLocalLDCell(NULL); 00056 printPointEBFF(NULL); 00057 printPointLDFlux(NULL); 00058 printPointEBFace(NULL); 00059 printMaxMinLDCell(NULL); 00060 printMaxMinLDFlux(NULL); 00061 } 00062 #include "NamespaceFooter.H" 00063 #endif
1.5.5