Loading [MathJax]/extensions/TeX/newcommand.js
Reference documentation for deal.II version 9.1.1
\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}
Main Page
Tutorial
Code gallery
Modules
+
Namespaces
Namespace List
+
Namespace 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
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
+
Variables
a
b
c
e
f
i
l
n
o
p
r
s
t
u
v
z
+
Typedefs
b
g
i
m
p
s
v
Enumerations
+
Enumerator
a
c
d
e
g
h
i
l
m
n
o
p
s
t
u
v
w
+
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
y
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
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
+
Enumerations
a
b
c
d
e
f
g
i
m
o
p
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Related Functions
:
a
b
c
d
f
i
l
m
o
p
r
s
t
u
v
Related Pages
+
Files
File List
+
File Members
+
All
d
e
f
i
o
s
t
u
+
Functions
d
e
f
i
o
s
t
u
Enumerations
dealii.org
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
deal.II
base
undefine_macros.h
1
// ---------------------------------------------------------------------
2
//
3
// Copyright (C) 2018 by the deal.II authors
4
//
5
// This file is part of the deal.II library.
6
//
7
// The deal.II library is free software; you can use it, redistribute
8
// it, and/or modify it under the terms of the GNU Lesser General
9
// Public License as published by the Free Software Foundation; either
10
// version 2.1 of the License, or (at your option) any later version.
11
// The full text of the license can be found in the file LICENSE.md at
12
// the top level directory of deal.II.
13
//
14
// ---------------------------------------------------------------------
15
16
#include <deal.II/base/config.h>
17
18
// This header undefines all macros that are not namespaced (i.e., macros that
19
// do not start with deal or DEAL).
20
21
#ifdef Assert
22
# undef Assert
23
#endif // #ifdef Assert
24
25
#ifdef AssertARKode
26
# undef AssertARKode
27
#endif // #ifdef AssertARKode
28
29
#ifdef AssertCuda
30
# undef AssertCuda
31
#endif // #ifdef AssertCuda
32
33
#ifdef AssertCusolver
34
# undef AssertCusolver
35
#endif // #ifdef AssertCusolver
36
37
#ifdef AssertCusparse
38
# undef AssertCusparse
39
#endif // #ifdef AssertCusparse
40
41
#ifdef AssertDimension
42
# undef AssertDimension
43
#endif // #ifdef AssertDimension
44
45
#ifdef AssertIDA
46
# undef AssertIDA
47
#endif // #ifdef AssertIDA
48
49
#ifdef AssertIndexRange
50
# undef AssertIndexRange
51
#endif // #ifdef AssertIndexRange
52
53
#ifdef AssertIsFinite
54
# undef AssertIsFinite
55
#endif // #ifdef AssertIsFinite
56
57
#ifdef AssertKINSOL
58
# undef AssertKINSOL
59
#endif // #ifdef AssertKINSOL
60
61
#ifdef AssertNothrow
62
# undef AssertNothrow
63
#endif // #ifdef AssertNothrow
64
65
#ifdef AssertNothrowCuda
66
# undef AssertNothrowCuda
67
#endif // #ifdef AssertNothrowCuda
68
69
#ifdef AssertNothrowCusparse
70
# undef AssertNothrowCusparse
71
#endif // #ifdef AssertNothrowCusparse
72
73
#ifdef AssertThrow
74
# undef AssertThrow
75
#endif // #ifdef AssertThrow
76
77
#ifdef AssertThrowMPI
78
# undef AssertThrowMPI
79
#endif // #ifdef AssertThrowMPI
80
81
#ifdef AssertVectorVectorDimension
82
# undef AssertVectorVectorDimension
83
#endif // #ifdef AssertVectorVectorDimension
84
85
#ifdef DeclException0
86
# undef DeclException0
87
#endif // #ifdef DeclException0
88
89
#ifdef DeclException1
90
# undef DeclException1
91
#endif // #ifdef DeclException1
92
93
#ifdef DeclException2
94
# undef DeclException2
95
#endif // #ifdef DeclException2
96
97
#ifdef DeclException3
98
# undef DeclException3
99
#endif // #ifdef DeclException3
100
101
#ifdef DeclException4
102
# undef DeclException4
103
#endif // #ifdef DeclException4
104
105
#ifdef DeclException5
106
# undef DeclException5
107
#endif // #ifdef DeclException5
108
109
#ifdef DeclExceptionMsg
110
# undef DeclExceptionMsg
111
#endif // #ifdef DeclExceptionMsg
Generated by
1.8.14