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