preCICE v3.1.2
Loading...
Searching...
No Matches
ImplicitData.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <map>
4
6
7namespace precice::cplscheme {
8
10 void add(DataID did, bool toKeep);
11
12 bool contains(DataID did) const;
13 bool toKeep(DataID did) const;
14
16};
17
18} // namespace precice::cplscheme
contains implementations of coupling schemes for coupled simulations.
int DataID
Definition Types.hpp:25
bool contains(DataID did) const
bool toKeep(DataID did) const
void add(DataID did, bool toKeep)
std::map< DataID, bool > entries