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
Commits
be6ee911
Commit
be6ee911
authored
7 years ago
by
Bernd Flemisch
Browse files
Options
Downloads
Patches
Plain Diff
[doc] update the parameter list
parent
64fd2c3a
No related branches found
No related tags found
1 merge request
!642
[doc] update the parameter list
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doxygen/extradoc/parameterlist.txt
+6
-4
6 additions, 4 deletions
doc/doxygen/extradoc/parameterlist.txt
with
6 additions
and
4 deletions
doc/doxygen/extradoc/parameterlist.txt
+
6
−
4
View file @
be6ee911
...
...
@@ -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 |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment