preCICE
v3.2.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
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
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
precice
impl
Types.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include "
precice/Types.hpp
"
4
5
namespace
precice
{
6
10
using
EdgeID
= int;
11
15
using
TriangleID
= int;
16
20
using
TetrahedronID
= int;
21
25
using
DataID
= int;
26
30
using
MeshID
= int;
31
37
using
Rank
= int;
38
39
}
// namespace precice
Types.hpp
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
precice::TetrahedronID
int TetrahedronID
Definition
Types.hpp:20
precice::MeshID
int MeshID
Definition
Types.hpp:30
precice::Rank
int Rank
Definition
Types.hpp:37
precice::DataID
int DataID
Definition
Types.hpp:25
precice::EdgeID
int EdgeID
Definition
Types.hpp:10
precice::TriangleID
int TriangleID
Definition
Types.hpp:15