00001 #ifdef CH_LANG_CC
00002
00003
00004
00005
00006
00007
00008
00009 #endif
00010
00011 #ifndef _LOHICENTER_H_
00012 #define _LOHICENTER_H_
00013
00014 #include "Box.H"
00015 #include "ProblemDomain.H"
00016 #include "NamespaceHeader.H"
00017
00019
00049 extern void loHiCenter(Box& a_loBox,
00050 int& a_hasLo,
00051 Box& a_hiBox,
00052 int& a_hasHi,
00053 Box& a_centerBox,
00054 Box& a_entireBox,
00055 const Box& a_inBox,
00056 const ProblemDomain& a_domain,
00057 const int& a_dir);
00058
00060
00085 extern void loHiCenterFace(Box& a_loBox,
00086 int& a_hasLo,
00087 Box& a_hiBox,
00088 int& a_hasHi,
00089 Box& a_centerBox,
00090 Box& a_entireBox,
00091 const Box& a_inBox,
00092 const ProblemDomain& a_domain,
00093 const int& a_dir);
00094
00095
00096
00098
00135 extern void loHiCenterFace4(Box& a_loBox,
00136 Box& a_nextLoBox,
00137 int& a_hasLo,
00138 Box& a_hiBox,
00139 Box& a_nextHiBox,
00140 int& a_hasHi,
00141 Box& a_centerBox,
00142 Box& a_innerCenterBox,
00143 Box& a_entireBox,
00144 const Box& a_inBox,
00145 const ProblemDomain& a_domain,
00146 const int& a_dir);
00147
00148 #include "NamespaceFooter.H"
00149 #endif