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
fe756bb4
Commit
fe756bb4
authored
5 years ago
by
Timo Koch
Browse files
Options
Downloads
Patches
Plain Diff
[doc][handbook] Add information on AMG coarse grid solver for parallel runs
parent
507b1bdf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1793
Feature/doc parallel direct solver
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/handbook/6_parallel.tex
+7
-0
7 additions, 0 deletions
doc/handbook/6_parallel.tex
with
7 additions
and
0 deletions
doc/handbook/6_parallel.tex
+
7
−
0
View file @
fe756bb4
...
@@ -26,6 +26,13 @@ In order for \Dumux simulation to run in parallel, an
...
@@ -26,6 +26,13 @@ In order for \Dumux simulation to run in parallel, an
MPI library (e.g. OpenMPI, MPICH or IntelMPI) implementation
MPI library (e.g. OpenMPI, MPICH or IntelMPI) implementation
must be installed on the system.
must be installed on the system.
Furthermore, we note that the parallel AMG preconditioner of
\texttt
{
dune-istl
}
defaults to an iterative SSOR coarse grid solver if no direct solver is found on your system. Unfortunately,
the iterative solver has a very high and hard-coded tolerance as a termination criterion, which will not solve
the coarse grid system with sufficient accuracy for typical problems in
\Dumux
. We therefore recommend
to install one of the direct solver libraries supported by
\texttt
{
dune-istl
}
. This is either UMFPack contained
in SuiteSparse, or SuperLU, see Section~
\ref
{
sec:listofexternallibs
}
.
\subsection
{
Prepare a Parallel Application
}
\subsection
{
Prepare a Parallel Application
}
Not all parts of
\Dumux
can be used in parallel. In order to switch to the parallel
\texttt
{
Dumux::AMGBackend
}
Not all parts of
\Dumux
can be used in parallel. In order to switch to the parallel
\texttt
{
Dumux::AMGBackend
}
solver backend include the respective header
solver backend include the respective header
...
...
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