Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 21, 2020
1 parent 391aaa6 commit 4d05936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/Stokes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ In lines 60-79 we define the solver type. The flow solver is defined in lines
62-69, and the pressure solver -- in lines 70--77. Both are using
:cpp:class:`amgcl::solver::preonly` as "iterative" solver, which in fact only
applies the specified preconditioner once. The flow solver is defined with
:cpp:class:`amgcl::make_block_preconditioner`, which automatically converts its
:cpp:class:`amgcl::make_block_solver`, which automatically converts its
input matrix :math:`A` to the block format during the setup and reinterprets
the scalar RHS and solution vectors as having block values during solution:

Expand Down

0 comments on commit 4d05936

Please sign in to comment.