preCICE
v3.1.2
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
f
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
precice
impl
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
impl
{
7
8
class
ParticipantState;
9
class
Coupling;
10
class
WatchPoint;
11
class
WatchIntegral;
12
struct
MeshContext;
13
14
using
PtrParticipant
=
std::shared_ptr<ParticipantState>
;
15
using
PtrCoupling
=
std::shared_ptr<Coupling>
;
16
using
PtrWatchPoint
=
std::shared_ptr<WatchPoint>
;
17
using
PtrWatchIntegral
=
std::shared_ptr<WatchIntegral>
;
18
using
PtrMeshContext
=
std::shared_ptr<MeshContext>
;
19
20
}
// namespace impl
21
}
// 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< ParticipantState >