preCICE
v3.1.2
Loading...
Searching...
No Matches
src
cplscheme
Constants.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
string
>
4
5
namespace
precice
{
6
namespace
cplscheme {
7
namespace
constants {
8
9
enum
TimesteppingMethod
{
10
FIXED_TIME_WINDOW_SIZE
,
11
FIRST_PARTICIPANT_SETS_TIME_WINDOW_SIZE
12
};
13
14
}
// namespace constants
15
}
// namespace cplscheme
16
}
// namespace precice
precice::cplscheme::constants::TimesteppingMethod
TimesteppingMethod
Definition
Constants.hpp:9
precice::cplscheme::constants::FIRST_PARTICIPANT_SETS_TIME_WINDOW_SIZE
@ FIRST_PARTICIPANT_SETS_TIME_WINDOW_SIZE
Definition
Constants.hpp:11
precice::cplscheme::constants::FIXED_TIME_WINDOW_SIZE
@ FIXED_TIME_WINDOW_SIZE
Definition
Constants.hpp:10
precice
Main namespace of the precice library.
Definition
Acceleration.cpp:5
string