Enumerations | |
enum class | FlowType { None = 0 , TCF = 1 } |
enum class | BoundaryType { Dirichlet , Neumann } |
enum class | DpDxType { None = 0 , ConstFlow , ConstDpDx } |
enum class | TimeScheme { AB2 = 0 , LSRK3 } |
Functions | |
TimeScheme | vConfigTimeScheme (const std::string &type) |
|
strong |
|
strong |
|
strong |
|
strong |
|
inline |