Chombo + EB
3.2
Main Page
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
b
c
e
f
i
m
n
p
r
s
u
Functions
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Typedefs
b
c
d
e
f
i
l
n
o
p
r
s
v
Enumerations
+
Enumerator
a
b
c
d
f
h
i
l
m
n
o
p
r
s
t
u
+
Related Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Variables
a
b
c
d
f
g
h
i
k
l
m
n
p
s
t
u
+
Typedefs
a
b
c
d
i
k
l
m
n
p
r
s
Enumerations
Enumerator
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
src
BaseTools
NamespaceVar.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 CH_LANG_FORT
12
#ifdef CH_XDIR
13
#undef DIM_NAMESPACE
14
#undef CH_XDIR
15
#endif
16
#ifdef CH_MULTIDIM
17
#if CH_SPACEDIM == 1
18
#define CH_XDIR Chombo::D1
19
#elif CH_SPACEDIM == 2
20
#define CH_XDIR Chombo::D2
21
#elif CH_SPACEDIM == 3
22
#define CH_XDIR Chombo::D3
23
#elif CH_SPACEDIM == 4
24
#define CH_XDIR Chombo::D4
25
#elif CH_SPACEDIM == 5
26
#define CH_XDIR Chombo::D5
27
#elif CH_SPACEDIM == 6
28
#define CH_XDIR Chombo::D6
29
#else
30
Fail
now
:
CH_SPACEDIM
must be 1, 2, 3, 4, 5 or 6.
31
#endif
32
#else
33
#ifdef CH_NAMESPACE
34
#define CH_XDIR Chombo
35
#else
36
#define CH_XDIR
37
#endif
38
#endif
39
#endif
CH_SPACEDIM
#define CH_SPACEDIM
Definition:
SPACE.H:51
now
Fail now
Definition:
BaseNamespaceFooter.H:15
Generated by
1.8.13