preCICE v3.1.1
Loading...
Searching...
No Matches
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice {
6namespace impl {
7
8class ParticipantState;
9class Coupling;
10class WatchPoint;
11class WatchIntegral;
12struct MeshContext;
13
19
20} // namespace impl
21} // namespace precice
Main namespace of the precice library.
static std::unique_ptr< precice::Participant > impl
Definition preciceC.cpp:21