Loading [MathJax]/extensions/tex2jax.js
OGS
v6.3.3
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
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
Variables
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
w
Typedefs
b
c
e
f
h
j
k
l
m
n
p
q
r
s
t
v
w
x
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
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
x
Variables
Typedefs
Enumerations
Macros
a
b
c
d
e
g
i
m
n
o
p
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Types.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
NumLib
14
{
15
18
20
enum class
NonlinearSolverTag
: bool {
21
Picard
,
22
Newton
23
};
24
26
enum class
ODESystemTag
: char
27
{
34
FirstOrderImplicitQuasilinear
,
35
NeumannBC
// Sure, that's misuse of this enum, so sue me!
36
};
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:36
NumLib
ODESolver
Types.h
Generated by
1.9.1