preCICE
v3.1.2
Loading...
Searching...
No Matches
src
acceleration
impl
SharedPointer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
memory
>
4
5
namespace
precice
{
6
namespace
acceleration {
7
namespace
impl
{
8
class
ParallelMatrixOperations;
9
class
Preconditioner;
10
11
using
PtrParMatrixOps
=
std::shared_ptr<ParallelMatrixOperations>
;
12
using
PtrPreconditioner
=
std::shared_ptr<Preconditioner>
;
13
}
// namespace impl
14
}
// namespace acceleration
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< ParallelMatrixOperations >