OGS
|
Definition in file TimeStepAlgorithm.cpp.
#include "TimeStepAlgorithm.h"
#include <algorithm>
#include <limits>
#include "NumLib/TimeStepping/Time.h"
Go to the source code of this file.
Namespaces | |
namespace | NumLib |
Functions | |
double | NumLib::possiblyClampDtToNextFixedTime (Time const &t, double const dt, std::vector< double > const &fixed_output_times) |
bool | NumLib::canReduceTimestepSize (TimeStep const ×tep_previous, TimeStep const ×tep_current, double const min_dt) |