Loading [MathJax]/extensions/MathMenu.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-382-ge8366d1cd6d source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
▼
NumLib
►
Assembler
►
DOF
►
Extrapolation
►
Fem
►
NumericalStability
▼
ODESolver
►
ConvergenceCriterion.cpp
►
ConvergenceCriterion.h
►
ConvergenceCriterionDeltaX.cpp
►
ConvergenceCriterionDeltaX.h
►
ConvergenceCriterionPerComponent.h
►
ConvergenceCriterionPerComponentDeltaX.cpp
►
ConvergenceCriterionPerComponentDeltaX.h
►
ConvergenceCriterionPerComponentResidual.cpp
►
ConvergenceCriterionPerComponentResidual.h
►
ConvergenceCriterionResidual.cpp
►
ConvergenceCriterionResidual.h
►
EquationSystem.h
MatrixTranslator.cpp
►
MatrixTranslator.h
►
NonlinearSolver.cpp
►
NonlinearSolver.h
►
NonlinearSolverStatus.h
NonlinearSystem.h
ODESystem.h
►
PETScNonlinearSolver.cpp
PETScNonlinearSolver.h
TimeDiscretization.cpp
TimeDiscretization.h
►
TimeDiscretizationBuilder.cpp
►
TimeDiscretizationBuilder.h
►
TimeDiscretizedODESystem.cpp
TimeDiscretizedODESystem.h
►
Types.h
►
StaggeredCoupling
►
TimeStepping
►
CreateNewtonRaphsonSolverParameters.cpp
►
CreateNewtonRaphsonSolverParameters.h
►
Exceptions.h
►
IndexValueVector.h
►
NewtonRaphson.h
►
NumericalDifferentiation.h
►
NumericsConfig.h
►
ParameterLib
►
ProcessLib
►
File Members
Types.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
NumLib
14
{
17
19
enum class
NonlinearSolverTag
:
bool
20
{
21
Picard
,
22
Newton
23
};
19
enum class
NonlinearSolverTag
:
bool
{
…
};
24
26
enum class
ODESystemTag
:
char
27
{
34
FirstOrderImplicitQuasilinear
,
35
NeumannBC
// Sure, that's misuse of this enum, so sue me!
36
};
26
enum class
ODESystemTag
:
char
{
…
};
37
39
40
}
// namespace NumLib
NumLib::ODESystemTag
ODESystemTag
Tag used to specify the type of ODE.
Definition
Types.h:27
NumLib::NonlinearSolverTag
NonlinearSolverTag
Tag used to specify which nonlinear solver will be used.
Definition
Types.h:20
NumLib::ODESystemTag::FirstOrderImplicitQuasilinear
@ FirstOrderImplicitQuasilinear
NumLib::ODESystemTag::NeumannBC
@ NeumannBC
NumLib::NonlinearSolverTag::Newton
@ Newton
NumLib::NonlinearSolverTag::Picard
@ Picard
NumLib
Definition
ProjectData.h:46
NumLib
ODESolver
Types.h
Generated by
1.12.0