Skip to content
Snippets Groups Projects
Commit fb5046b1 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cleanup/handbook-parallel' into 'master'

[cleanup][handbook] update parallel section with new linear solver

See merge request !2106

(cherry picked from commit 0743f883)

82bc87e7 [cleanup][handbook] update parallel section with new linear solver
parent 5e1bcdcd
No related branches found
No related tags found
2 merge requests!2152WIP add default fluxcache properties,!2107Merge branch 'cleanup/handbook-parallel' into 'master'
...@@ -44,10 +44,10 @@ solver backend include the respective header ...@@ -44,10 +44,10 @@ solver backend include the respective header
Second, the linear solver must be switched to the AMG backend Second, the linear solver must be switched to the AMG backend
\begin{lstlisting}[style=DumuxCode] \begin{lstlisting}[style=DumuxCode]
using LinearSolver = Dumux::AMGBackend<TypeTag>; using LinearSolver = AMGBiCGSTABBackend<LinearSolverTraits<GridGeometry>>;
\end{lstlisting} \end{lstlisting}
and the application must be recompiled. The parallel \texttt{Dumux::AMGBackend} instance has to be and the application must be recompiled. The parallel \texttt{AMGBiCGSTABBackend} instance has to be
constructed with a \texttt{Dune::GridView} object and a mapper, in order to construct the constructed with a \texttt{Dune::GridView} object and a mapper, in order to construct the
parallel index set needed for communication. parallel index set needed for communication.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment