OGS
FixedTimeStepping.cpp File Reference

Detailed Description

Author
Norihiro Watanabe
Date
2012-08-03

Definition in file FixedTimeStepping.cpp.

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

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{FixedTimeStepping.cpp}
 
namespace  NumLib
 

Functions

NumLib::Time anonymous_namespace{FixedTimeStepping.cpp}::addTimeIncrement (std::vector< double > &delta_ts, std::size_t const repeat, double const delta_t, NumLib::Time const t_curr)
 Returns sum of the newly added time increments.
 
std::size_t NumLib::findDeltatInterval (Time const &t_initial, std::vector< double > const &delta_ts, Time const &fixed_output_time)
 
void NumLib::incorporateFixedTimesForOutput (NumLib::Time const t_initial, NumLib::Time const t_end, std::vector< double > &delta_ts, std::vector< double > const &fixed_times_for_output)