OGS
Types.h File Reference

Detailed Description

Definition in file Types.h.

This graph shows which files directly or indirectly include this file:

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...