Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
exa
docs
Commits
1c84973b
Commit
1c84973b
authored
3 years ago
by
William D. Fullmer
Browse files
Options
Downloads
Patches
Plain Diff
update multigrid inputs *.rtol and *.atol to *.mg_*tol
parent
4fac4418
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/inputs/InputsMultigrid.rst
+6
-6
6 additions, 6 deletions
docs/source/inputs/InputsMultigrid.rst
with
6 additions
and
6 deletions
docs/source/inputs/InputsMultigrid.rst
+
6
−
6
View file @
1c84973b
...
...
@@ -18,9 +18,9 @@ These control the nodal projection and must be preceded by "nodal_proj":
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bottom_verbose | Verbosity of BiCGStab solver in nodal projection | Int | 0 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| rtol
| Relative tolerance in nodal projection | Real | 1.e-11 |
|
mg_
rtol | Relative tolerance in nodal projection | Real | 1.e-11 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| atol
| Absolute tolerance in nodal projection | Real | 1.e-14 |
|
mg_
atol | Absolute tolerance in nodal projection | Real | 1.e-14 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| maxiter | Maximum number of iterations in the nodal projection | Int | 100 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
...
...
@@ -51,9 +51,9 @@ These control the MAC projection and must be preceded by "mac_proj":
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bottom_verbose | Verbosity of BiCGStab solver in MAC projection | Int | 0 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| rtol
| Relative tolerance in MAC projection | Real | 1.e-11 |
|
mg_
rtol | Relative tolerance in MAC projection | Real | 1.e-11 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| atol
| Absolute tolerance in MAC projection | Real | 1.e-14 |
|
mg_
atol | Absolute tolerance in MAC projection | Real | 1.e-14 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| maxiter | Maximum number of iterations in the MAC projection | Int | 200 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
...
...
@@ -87,9 +87,9 @@ These control the diffusion solver and must be preceded by "diffusion":
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| bottom_verbose | Verbosity of BiCGStab solver in diffusion solve | Int | 0 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| rtol
| Relative tolerance in diffusion solve | Real | 1.e-11 |
|
mg_
rtol | Relative tolerance in diffusion solve | Real | 1.e-11 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| atol
| Absolute tolerance in diffusion solve | Real | 1.e-14 |
|
mg_
atol | Absolute tolerance in diffusion solve | Real | 1.e-14 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
| maxiter | Maximum number of iterations in diffusion solve | Int | 100 |
+-------------------------+-----------------------------------------------------------------------+-------------+--------------+
...
...
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