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
"
5
#include "
math/chi_math_time_stepping.h
"
6
7
namespace
chi_math
8
{
9
10
class
TimeIntegration
:
public
ChiObject
11
{
12
private
:
13
SteppingMethod
method_
;
14
15
public
:
16
static
chi::InputParameters
GetInputParameters
();
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
ChiObject.h
chi_math_time_stepping.h
ChiObject
Definition:
ChiObject.h:8
chi::InputParameters
Definition:
input_parameters.h:23
chi_math::TimeIntegration
Definition:
time_integration.h:11
chi_math::TimeIntegration::GetInputParameters
static chi::InputParameters GetInputParameters()
Definition:
time_integration.cc:10
chi_math::TimeIntegration::~TimeIntegration
virtual ~TimeIntegration()=default
chi_math::TimeIntegration::Method
SteppingMethod Method() const
Definition:
time_integration.cc:36
chi_math::TimeIntegration::method_
SteppingMethod method_
Definition:
time_integration.h:13
chi_math::TimeIntegration::TimeIntegration
TimeIntegration(const chi::InputParameters ¶ms)
Definition:
time_integration.cc:20
chi_math
Definition:
chi_runtime.h:42
chi_math::SteppingMethod
SteppingMethod
Definition:
chi_math_time_stepping.h:10
framework
math
TimeIntegrations
time_integration.h
Generated by
1.9.3