00001 #ifdef CH_LANG_CC
00002
00003
00004
00005
00006
00007
00008
00009 #endif
00010
00011 #ifndef _EBLOHICENTER_H_
00012 #define _EBLOHICENTER_H_
00013
00014 #include "Box.H"
00015 #include "ProblemDomain.H"
00016 #include "NamespaceHeader.H"
00017
00019
00027 extern void getLHCBoxes(Box& a_loBox,
00028 Box& a_hiBox,
00029 Box& a_centerBox,
00030 int& a_haslo,
00031 int& a_hashi,
00032 const Box& a_inBox,
00033 const ProblemDomain& a_dProblem,
00034 const int& a_dir);
00035
00037
00047 extern void eblohicenter(Box& a_loBox,
00048 int& a_hasLo,
00049 Box& a_hiBox,
00050 int& a_hasHi,
00051 Box& a_centerBox,
00052 Box& a_entireBox,
00053 const Box& a_inBox,
00054 const ProblemDomain& a_domain,
00055 const int& a_dir);
00056
00058
00072 extern void eblohicenterFace(Box& a_loBox,
00073 int& a_hasLo,
00074 Box& a_hiBox,
00075 int& a_hasHi,
00076 Box& a_centerBox,
00077 Box& a_entireBox,
00078 const Box& a_inBox,
00079 const ProblemDomain& a_domain,
00080 const int& a_dir);
00081
00082 #include "NamespaceFooter.H"
00083 #endif