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

 NumLib
 

Enumerations

enum class  NumLib::NonlinearSolverTag : bool { NumLib::Picard , NumLib::Newton }
 Tag used to specify which nonlinear solver will be used. More...
 
enum class  NumLib::ODESystemTag : char { NumLib::FirstOrderImplicitQuasilinear , NumLib::NeumannBC }
 Tag used to specify the type of ODE. More...