Chi-Tech
chi_math_time_stepping.h
Go to the documentation of this file.
1#ifndef CHITECH_CHI_MATH_TIME_STEPPING_H
2#define CHITECH_CHI_MATH_TIME_STEPPING_H
3
4#include <string>
5
6namespace chi_math
7{
8
9enum class SteppingMethod
10{
11 NONE = 0,
15 THETA_SCHEME = 4,
16};
17
20
21} // namespace chi_math
22
23#endif // CHITECH_CHI_MATH_TIME_STEPPING_H
SteppingMethod SteppingMethodFromString(const std::string &name)
std::string SteppingMethodStringName(SteppingMethod method)