![]() |
OGS
|
Definition in file IterationNumberBasedTimeStepping.cpp.
#include "IterationNumberBasedTimeStepping.h"#include <algorithm>#include <cassert>#include <cmath>#include <limits>#include <utility>#include "BaseLib/Algorithm.h"#include "MathLib/InterpolationAlgorithms/PiecewiseConstantInterpolation.h"#include "MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h"Go to the source code of this file.
Namespaces | |
| namespace | NumLib |
Functions | |
| double | NumLib::findMultiplier (int const number_iterations, bool const current_time_step_is_accepted, std::vector< int > const &nonlinear_iteration_numbers, std::vector< double > const &multipliers, MultiplyerInterpolationType const multiplier_interpolation_type) |
| Find a multiplier for the given number of iterations. | |