Loading [MathJax]/extensions/tex2jax.js
DUNE
Distributed and Unified Numerics Environment
Dune Core Modules (2.6.0)
Toggle main menu visibility
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Variables
_
a
b
d
f
g
h
i
l
o
p
q
t
v
w
+
Typedefs
a
b
d
f
g
i
m
o
r
s
t
v
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
y
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
w
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
u
v
Related Functions
+
Files
File List
+
File Members
+
All
c
d
f
k
t
Functions
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
dune
common
vc.hh
1
#ifndef DUNE_COMMON_VC_HH
2
#define DUNE_COMMON_VC_HH
3
11
#if HAVE_VC
12
13
// include Vc's macro definitions
14
#include <Vc/global.h>
15
16
// undefine the macro that signals C++17 support, if set
17
#ifdef Vc_CXX17
18
#undef Vc_CXX17
19
#endif
20
21
// include the rest of Vc
22
#include <Vc/Vc>
23
24
#endif
// HAVE_VC
25
26
#endif
// DUNE_COMMON_VC_HH
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Apr 7, 22:57, 2025)