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