OGS
|
Created on May 2, 2017, 12:18 PM
Definition in file CreateTimeStepper.cpp.
#include "CreateTimeStepper.h"
#include <memory>
#include <string>
#include "BaseLib/ConfigTree.h"
#include "BaseLib/Error.h"
#include "NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h"
#include "NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h"
#include "NumLib/TimeStepping/Algorithms/CreateIterationNumberBasedTimeStepping.h"
#include "NumLib/TimeStepping/Algorithms/FixedTimeStepping.h"
Go to the source code of this file.
Namespaces | |
namespace | NumLib |
Functions | |
std::unique_ptr< TimeStepAlgorithm > | NumLib::createTimeStepper (BaseLib::ConfigTree const &config, std::vector< double > const &fixed_times_for_output) |