Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Nov 21, 2020
1 parent 6c239a1 commit 8d3f025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CoupCons3D.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ the solution are slightly faster as well::

We can also use the VexCL backend to accelerate the solution using the GPU.
Again, this is very close to the approach described in :doc:`Serena` (see
`tutorial/3.CoupCons3D/coupcons3d_spc.cpp`_). However, the ILU(0) relaxation is
`tutorial/3.CoupCons3D/coupcons3d_vexcl.cpp`_). However, the ILU(0) relaxation is
an intrinsically serial algorithm, and is not effective with the fine grained
parallelism of the GPU. Instead, the solutions of the lower and upper parts of
the incomplete LU decomposition in AMGCL are approximated with several Jacobi
Expand Down

0 comments on commit 8d3f025

Please sign in to comment.