OGS
|
Definition in file Types.h.
Go to the source code of this file.
Namespaces | |
namespace | NumLib |
Enumerations | |
enum class | NumLib::NonlinearSolverTag : bool { NumLib::NonlinearSolverTag::Picard , NumLib::NonlinearSolverTag::Newton } |
Tag used to specify which nonlinear solver will be used. More... | |
enum class | NumLib::ODESystemTag : char { NumLib::ODESystemTag::FirstOrderImplicitQuasilinear , NumLib::ODESystemTag::NeumannBC } |
Tag used to specify the type of ODE. More... | |