preCICE v3.1.2
Loading...
Searching...
No Matches
Partition.cpp
Go to the documentation of this file.
2
3#include <utility>
4
6
8 : _mesh(std::move(mesh))
9{
10}
11
12} // namespace precice::partition
Partition(mesh::PtrMesh mesh)
Constructor.
Definition Partition.cpp:7
contains the partitioning of distributed meshes.
Definition Partition.cpp:5
STL namespace.