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
6
namespace
chi_math
7
{
8
9
class
ThetaSchemeTimeIntegration
:
public
TimeIntegration
10
{
11
private
:
12
const
double
theta_
;
13
14
public
:
15
static
chi::InputParameters
GetInputParameters
();
16
explicit
ThetaSchemeTimeIntegration
(
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
chi::InputParameters
Definition:
input_parameters.h:23
chi_math::ThetaSchemeTimeIntegration
Definition:
theta_scheme_time_intgr.h:10
chi_math::ThetaSchemeTimeIntegration::ThetaSchemeTimeIntegration
ThetaSchemeTimeIntegration(const chi::InputParameters ¶ms)
Definition:
theta_scheme_time_intgr.cc:30
chi_math::ThetaSchemeTimeIntegration::theta_
const double theta_
Definition:
theta_scheme_time_intgr.h:12
chi_math::ThetaSchemeTimeIntegration::GetInputParameters
static chi::InputParameters GetInputParameters()
Definition:
theta_scheme_time_intgr.cc:12
chi_math::ThetaSchemeTimeIntegration::ThetaFactor
double ThetaFactor() const
Definition:
theta_scheme_time_intgr.cc:36
chi_math::TimeIntegration
Definition:
time_integration.h:11
chi_math
Definition:
chi_runtime.h:42
time_integration.h
framework
math
TimeIntegrations
theta_scheme_time_intgr.h
Generated by
1.9.3