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-396-ge0d32a01be0 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
►
StaggeredCoupling
▼
TimeStepping
▼
Algorithms
►
CreateEvolutionaryPIDcontroller.cpp
►
CreateEvolutionaryPIDcontroller.h
►
CreateFixedTimeStepping.cpp
►
CreateFixedTimeStepping.h
►
CreateIterationNumberBasedTimeStepping.cpp
►
CreateIterationNumberBasedTimeStepping.h
EvolutionaryPIDcontroller.cpp
►
EvolutionaryPIDcontroller.h
►
FixedTimeStepping.cpp
►
FixedTimeStepping.h
IterationNumberBasedTimeStepping.cpp
►
IterationNumberBasedTimeStepping.h
►
TimeStepAlgorithm.cpp
►
TimeStepAlgorithm.h
►
CreateTimeStepper.cpp
►
CreateTimeStepper.h
►
Time.h
►
TimeIncrement.h
►
TimeStep.h
►
CreateNewtonRaphsonSolverParameters.cpp
►
CreateNewtonRaphsonSolverParameters.h
►
Exceptions.h
►
IndexValueVector.h
►
NewtonRaphson.h
►
NumericalDifferentiation.h
►
NumericsConfig.h
►
ParameterLib
►
ProcessLib
►
File Members
CreateFixedTimeStepping.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <memory>
15
#include <vector>
16
17
#include "
FixedTimeStepping.h
"
18
19
namespace
BaseLib
20
{
21
class
ConfigTree;
22
}
23
24
namespace
NumLib
25
{
26
class
TimeStepAlgorithm;
27
28
struct
FixedTimeSteppingParameters
final
29
{
30
double
t_initial
;
31
double
t_end
;
32
std::vector<RepeatDtPair>
repeat_dt_pairs
;
33
};
28
struct
FixedTimeSteppingParameters
final {
…
};
34
37
FixedTimeSteppingParameters
parseFixedTimeStepping
(
38
BaseLib::ConfigTree
const
& config);
39
40
std::unique_ptr<TimeStepAlgorithm>
createFixedTimeStepping
(
41
FixedTimeSteppingParameters
const
& parameters,
42
std::vector<double>
const
& fixed_times_for_output);
43
44
}
// end of namespace NumLib
FixedTimeStepping.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib
Definition
TestDefinition.h:21
NumLib
Definition
ProjectData.h:46
NumLib::parseFixedTimeStepping
FixedTimeSteppingParameters parseFixedTimeStepping(BaseLib::ConfigTree const &config)
Definition
CreateFixedTimeStepping.cpp:21
NumLib::createFixedTimeStepping
std::unique_ptr< TimeStepAlgorithm > createFixedTimeStepping(FixedTimeSteppingParameters const ¶meters, std::vector< double > const &fixed_times_for_output)
Definition
CreateFixedTimeStepping.cpp:86
NumLib::FixedTimeSteppingParameters
Definition
CreateFixedTimeStepping.h:29
NumLib::FixedTimeSteppingParameters::repeat_dt_pairs
std::vector< RepeatDtPair > repeat_dt_pairs
Definition
CreateFixedTimeStepping.h:32
NumLib::FixedTimeSteppingParameters::t_end
double t_end
Definition
CreateFixedTimeStepping.h:31
NumLib::FixedTimeSteppingParameters::t_initial
double t_initial
Definition
CreateFixedTimeStepping.h:30
NumLib
TimeStepping
Algorithms
CreateFixedTimeStepping.h
Generated by
1.12.0