preCICE
v3.1.2
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
g
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
f
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
f
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
partition
Partition.cpp
Go to the documentation of this file.
1
#include "
partition/Partition.hpp
"
2
3
#include <
utility
>
4
5
namespace
precice::partition
{
6
7
Partition::Partition
(
mesh::PtrMesh
mesh)
8
: _mesh(
std
::move(mesh))
9
{
10
}
7
Partition::Partition
(
mesh::PtrMesh
mesh) {
…
}
11
12
}
// namespace precice::partition
5
namespace
precice::partition
{
…
}
Partition.hpp
precice::partition::Partition::Partition
Partition(mesh::PtrMesh mesh)
Constructor.
Definition
Partition.cpp:7
precice::partition
contains the partitioning of distributed meshes.
Definition
Partition.cpp:5
std
STL namespace.
std::shared_ptr< Mesh >
utility