Chi-Tech
crank_nicolson_time_intgr.h
Go to the documentation of this file.
1
#ifndef CHITECH_CRANK_NICOLSON_TIME_INTGR_H
2
#define CHITECH_CRANK_NICOLSON_TIME_INTGR_H
3
4
#include "
theta_scheme_time_intgr.h
"
5
6
namespace
chi_math
7
{
8
9
class
CrankNicolsonTimeIntegration
:
public
ThetaSchemeTimeIntegration
10
{
11
public
:
12
static
chi::InputParameters
GetInputParameters
();
13
explicit
CrankNicolsonTimeIntegration
(
14
const
chi::InputParameters
& params);
15
};
16
17
}
// namespace chi_math
18
19
#endif
// CHITECH_CRANK_NICOLSON_TIME_INTGR_H
chi::InputParameters
Definition:
input_parameters.h:23
chi_math::CrankNicolsonTimeIntegration
Definition:
crank_nicolson_time_intgr.h:10
chi_math::CrankNicolsonTimeIntegration::GetInputParameters
static chi::InputParameters GetInputParameters()
Definition:
crank_nicolson_time_intgr.cc:12
chi_math::CrankNicolsonTimeIntegration::CrankNicolsonTimeIntegration
CrankNicolsonTimeIntegration(const chi::InputParameters ¶ms)
Definition:
crank_nicolson_time_intgr.cc:29
chi_math::ThetaSchemeTimeIntegration
Definition:
theta_scheme_time_intgr.h:10
chi_math
Definition:
chi_runtime.h:42
theta_scheme_time_intgr.h
framework
math
TimeIntegrations
crank_nicolson_time_intgr.h
Generated by
1.9.3