Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Dec 21, 2020
1 parent 781fb82 commit 391aaa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/Stokes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ flow subsystem backend has block value type:

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::precond` as "iterative" solver, which in fact only
: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
input matrix :math:`A` to the block format during the setup and reinterprets
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/poisson3Db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ iterations, but is more expensive to setup::

On the other hand, the Chebyshev relaxation has cheap setup but its
application is expensive as it involves multiple matrix-vector products. So,
even it requires less iterations, the overall solution time does not improve
that much::
even though it requires less iterations, the overall solution time does not
improve that much::

$ solver -A poisson3Db.mtx -f poisson3Db_b.mtx precond.relax.type=chebyshev
Solver
Expand Down

0 comments on commit 391aaa6

Please sign in to comment.