Chi-Tech
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | chi_math |
Enumerations | |
enum class | chi_math::SteppingMethod { chi_math::NONE = 0 , chi_math::EXPLICIT_EULER = 1 , chi_math::IMPLICIT_EULER = 2 , chi_math::CRANK_NICOLSON = 3 , chi_math::THETA_SCHEME = 4 } |
Functions | |
std::string | chi_math::SteppingMethodStringName (SteppingMethod method) |
SteppingMethod | chi_math::SteppingMethodFromString (const std::string &name) |