![]() |
helics
2.8.1
|
#include "../utilities/timeRepresentation.hpp"#include "core-types.hpp"#include "helics/helics-config.h"#include <cstdint>#include "../application_api/timeOperations.hpp"Go to the source code of this file.
Classes | |
| struct | helics::iteration_time |
Namespaces | |
| helics | |
| the main namespace for the helics co-simulation library User functions will be in the helics namespace with internal functions possible in a lower level namespace | |
Typedefs | |
| using | helics::Time = TimeRepresentation< count_time< 9 > > |
Functions | |
| constexpr Time | helics::operator""_t (long double val) |
Variables | |
| constexpr Time | helics::timeZero = Time::zeroVal() |
| constexpr Time | helics::timeEpsilon = Time::epsilon() |
| constexpr Time | helics::negEpsilon = -Time::epsilon() |
| constexpr Time | helics::initializationTime = negEpsilon |
defining the time representation to use throughout helics
1.8.17