Chi-Tech
time_integration.h
Go to the documentation of this file.
1#ifndef CHITECH_TIME_INTEGRATION_H
2#define CHITECH_TIME_INTEGRATION_H
3
4#include "ChiObject.h"
6
7namespace chi_math
8{
9
11{
12private:
14
15public:
17 explicit TimeIntegration(const chi::InputParameters& params);
18
19 SteppingMethod Method() const;
20
21 virtual ~TimeIntegration() = default;
22};
23
24} // namespace chi_math
25
26#endif // CHITECH_TIME_INTEGRATION_H
static chi::InputParameters GetInputParameters()
virtual ~TimeIntegration()=default
SteppingMethod Method() const
TimeIntegration(const chi::InputParameters &params)