Chombo + EB + MF  3.2
EB_TYPEDEFS.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 // ANAG, LBNL
12 
13 ///meant to be overridden at compile time if necessary
14 #ifndef _EB_TYPEDEFS_H_
15 #define _EB_TYPEDEFS_H_
16 
17 
18 #include "CH_EBIS_ORDER.H"
19 #include "IndexedMoments.H"
20 #include "MomentIterator.H"
21 #include "NamespaceHeader.H"
22 
23 ///
25 
26 ///
28 
29 ///
31 
32 ///
33 typedef IndexTM<int, SpaceDim-1> IvSDMinOne;
34 
35 ///
37 
38 ///
40 
41 ///
43 
44 ///
46 
47 
48 #include "NamespaceFooter.H"
49 
50 
51 #endif
IndexTM< int, SpaceDim-1 > IvSDMinOne
Definition: EB_TYPEDEFS.H:33
IndexTM< Real, SpaceDim > RvSpaceDim
Definition: EB_TYPEDEFS.H:36
IndexedMoments< SpaceDim, CH_EBIS_ORDER > IndMomSpaceDim
Definition: EB_TYPEDEFS.H:24
IndexedMoments< SpaceDim-1, CH_EBIS_ORDER > IndMomSDMinOne
Definition: EB_TYPEDEFS.H:27
const int SpaceDim
Definition: SPACE.H:38
IndexTM< int, SpaceDim > IvSpaceDim
Definition: EB_TYPEDEFS.H:30
MomentIterator< SpaceDim, CH_EBIS_ORDER > MomItSpaceDim
Definition: EB_TYPEDEFS.H:45
IndexTM< Real, SpaceDim-1 > RvSDMinOne
Definition: EB_TYPEDEFS.H:39
double Real
Definition: REAL.H:33
iterates through the indices of a IndexedMoment
Definition: MomentIterator.H:56
MomentIterator< SpaceDim-1, CH_EBIS_ORDER > MomItSDMinOne
Definition: EB_TYPEDEFS.H:42
#define CH_EBIS_ORDER
maximum order of moment used in calc
Definition: CH_EBIS_ORDER.H:22