preCICE
v3.1.2
Loading...
Searching...
No Matches
src
mapping
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
mapping {
7
8
class
Mapping;
9
class
MappingConfiguration;
10
11
using
PtrMapping
=
std::shared_ptr<Mapping>
;
12
using
PtrMappingConfiguration
=
std::shared_ptr<MappingConfiguration>
;
13
14
}
// namespace mapping
15
}
// namespace precice
memory
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
std::shared_ptr< Mapping >