preCICE v3.2.0
Loading...
Searching...
No Matches
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice::partition {
6
7class Partition;
8
10
11} // namespace precice::partition
Abstract base class for partitions.
Definition Partition.hpp:28
contains the partitioning of distributed meshes.
Definition Partition.cpp:5
std::shared_ptr< Partition > PtrPartition