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 _EBGEOMDEBUGOUT_H_ 00012 #define _EBGEOMDEBUGOUT_H_ 00013 00014 #include "IFData.H" 00015 #include "CutCellMoments.H" 00016 00017 #include "NamespaceHeader.H" 00018 00019 void dumpIFData1(const IFData<1>* a_ifData); 00020 void dumpIFData2(const IFData<2>* a_ifData); 00021 void dumpIFData3(const IFData<3>* a_ifData); 00022 00023 void dumpCCM1(const CutCellMoments<1>* a_ccm); 00024 void dumpCCM2(const CutCellMoments<2>* a_ccm); 00025 void dumpCCM3(const CutCellMoments<3>* a_ccm); 00026 00027 #include "NamespaceFooter.H" 00028 00029 #endif