Chi-Tech
theta_scheme_time_intgr.h
Go to the documentation of this file.
1#ifndef CHITECH_THETA_SCHEME_TIME_INTGR_H
2#define CHITECH_THETA_SCHEME_TIME_INTGR_H
3
4#include "time_integration.h"
5
6namespace chi_math
7{
8
10{
11private:
12 const double theta_;
13
14public:
17 const chi::InputParameters& params);
18
19 double ThetaFactor() const;
20};
21
22} // namespace chi_math
23
24#endif // CHITECH_THETA_SCHEME_TIME_INTGR_H
ThetaSchemeTimeIntegration(const chi::InputParameters &params)
static chi::InputParameters GetInputParameters()