Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Merge requests
!642
[doc] update the parameter list
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[doc] update the parameter list
fix/update-parameterlist
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bernd Flemisch
requested to merge
fix/update-parameterlist
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
be6ee911
1 commit,
7 years ago
1 file
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/doxygen/extradoc/parameterlist.txt
+
6
−
4
Options
@@ -20,9 +20,9 @@
* | | RefTemperature | Scalar | - | free stream temperature |
* | | RefVelocity | Scalar | - | free stream velocity |
* | \b Grid | File | std::string | - | name of the grid file, if a corresponding GridCreator is used |
* | | LowerLeft |
g
lobalPosition | - | coordinates of the lower front left corner for the Cube/Simplex/Interface-GridCreator |
* | |
Cells
|
g
lobalPosition | - |
number of cells in respective coordinate directions
for the Cube/SimplexGridCreator |
* | |
UpperRight | globalPosition | - | coordinates of the upper back right corner
for the Cube/Simplex/Interface-GridCreator |
* | | LowerLeft |
G
lobalPosition | - | coordinates of the lower front left corner for the Cube/Simplex/Interface-GridCreator |
* | |
UpperRight
|
G
lobalPosition | - |
coordinates of the upper back right corner
for the Cube/Simplex
/Interface-
GridCreator |
* | |
Cells | int vector | - | number of cells in respective coordinate directions
for the Cube/Simplex/Interface-GridCreator |
* | | Verbosity | bool | - | whether the grid construction should output to standard out |
* | \b GridAdapt | AdaptionInterval | int | 1 | time step interval for adaption |
* | | CoarsenPercentileFlux | Scalar | 0.2 | percentile of cells coarsened because of flux criterion |
@@ -83,12 +83,14 @@
* | | TransmissibilityCriterion | int | 0 | 0 = default criterion, 1 = accumulative criterion |
* | | TransmissibilityCriterionThreshold | Scalar | 1e-8 | threshold for transmissibility choice |
* | \b Newton | EnableChop | bool | true | chop the Newton update at the beginning of the non-linear solver (MPNC only) |
* | | EnableAbsoluteResidualCriterion | bool | false | declare convergence if the residual is below MaxAbsoluteResidual |
* | | EnableResidualCriterion | bool | false | declare convergence if the initial residual is reduced by the factor ResidualReduction |
* | | EnableShiftCriterion | bool | true | declare convergence if the primary variables differ by a maximum of MaxRelativeShift |
* | | MaxAbsoluteResidual | Scalar | 1e-5 | tolerance for the absolute residual criterion |
* | | MaxRelativeShift | Scalar | 1e-8 | tolerance for the shift criterion |
* | | MaxSteps | int | 18 | number of maximum iterations for the Newton method |
* | | MaxTimeStepDivisions | int | 10 | |
* | | ResidualReduction | Scalar | 1e-5 | tolerance for the residual criterion |
* | | ResidualReduction | Scalar | 1e-5 | tolerance for the
(relative)
residual criterion |
* | | SatisfyResidualAndShiftCriterion | bool | false | declare convergence only if both criteria are met |
* | | TargetSteps | int | 10 | number of iterations at which the Newton method should aim at |
* | | UseLineSearch | bool | false | specifies whether the update should be done using line search |
Loading