Chi-Tech
ConstantTimeStepper.h
Go to the documentation of this file.
1#ifndef CHITECH_CONSTANTTIMESTEPPER_H
2#define CHITECH_CONSTANTTIMESTEPPER_H
3
4#include "TimeStepper.h"
5
6namespace chi_physics
7{
8
9/**Timestep controller that does not dynamically change.*/
11{
12public:
14 explicit ConstantTimeStepper(const chi::InputParameters& params);
15};
16
17}
18
19#endif // CHITECH_CONSTANTTIMESTEPPER_H
ConstantTimeStepper(const chi::InputParameters &params)
static chi::InputParameters GetInputParameters()