preCICE
v3.1.2
Loading...
Searching...
No Matches
src
cplscheme
impl
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
cplscheme {
7
namespace
impl
{
8
9
class
ConvergenceMeasure;
10
class
ParallelMatrixOperations;
11
12
using
PtrConvergenceMeasure
=
std::shared_ptr<ConvergenceMeasure>
;
13
}
// namespace impl
14
}
// namespace cplscheme
15
}
// namespace precice
memory
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
impl
static std::unique_ptr< precice::Participant > impl
Definition
preciceC.cpp:21
std::shared_ptr< ConvergenceMeasure >