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 _TESTCOMMON_H_ 00012 #define _TESTCOMMON_H_ 00013 00014 #include "IntVect.H" 00015 #include "IntVectSet.H" 00016 #include "Box.H" 00017 #include "DisjointBoxLayout.H" 00018 #include "ParmParse.H" 00019 00020 #include "NamespaceHeader.H" 00021 00022 ///sets up circle worth of tags 00023 void setCircleTags(IntVectSet& ivs, int circleR, int thickness, const IntVect& center = IntVect::Zero); 00024 00025 /// 00026 extern void buildDisjointBoxLayout(DisjointBoxLayout& plan,const IntVectSet& tags, const Box& domain); 00027 00028 #include "NamespaceFooter.H" 00029 00030 #endif