OGS
TimeStepAlgorithm.cpp File Reference

Detailed Description

Definition in file TimeStepAlgorithm.cpp.

#include "TimeStepAlgorithm.h"
#include <algorithm>
#include <limits>
#include "NumLib/TimeStepping/Time.h"
Include dependency graph for TimeStepAlgorithm.cpp:

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 &timestep_previous, TimeStep const &timestep_current, double const min_dt)