Chombo + EB  3.0
TestCommon.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _TESTCOMMON_H_
12 #define _TESTCOMMON_H_
13 
14 #include "IntVect.H"
15 #include "IntVectSet.H"
16 #include "Box.H"
17 #include "DisjointBoxLayout.H"
18 #include "ParmParse.H"
19 
20 #include "NamespaceHeader.H"
21 
22 ///sets up circle worth of tags
23 void setCircleTags(IntVectSet& ivs, int circleR, int thickness, const IntVect& center = IntVect::Zero);
24 
25 ///
26 extern void buildDisjointBoxLayout(DisjointBoxLayout& plan,const IntVectSet& tags, const Box& domain);
27 
28 #include "NamespaceFooter.H"
29 
30 #endif
void buildDisjointBoxLayout(DisjointBoxLayout &plan, const IntVectSet &tags, const Box &domain)
An irregular domain on an integer lattice.
Definition: IntVectSet.H:44
A BoxLayout that has a concept of disjointedness.
Definition: DisjointBoxLayout.H:31
static const IntVect Zero
Definition: IntVect.H:627
A Rectangular Domain on an Integer Lattice.
Definition: Box.H:465
void setCircleTags(IntVectSet &ivs, int circleR, int thickness, const IntVect &center=IntVect::Zero)
sets up circle worth of tags
An integer Vector in SpaceDim-dimensional space.
Definition: CHArray.H:42