From: bangerth Date: Thu, 8 Oct 2009 03:20:07 +0000 (+0000) Subject: Fix link. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d9d5e8757711a32da08bf51878538dfd07ecca8;p=dealii-svn.git Fix link. git-svn-id: https://svn.dealii.org/trunk@19759 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-16/doc/results.dox b/deal.II/examples/step-16/doc/results.dox index 23a28164cb..fb3d4470e4 100644 --- a/deal.II/examples/step-16/doc/results.dox +++ b/deal.II/examples/step-16/doc/results.dox @@ -49,5 +49,5 @@ DEAL:cg::Convergence step 10 value 9.41828e-14

Possible extensions

A close inspection of this program's performance shows that it is mostly -dominated by matrix-vector operations. @ref step-37 "Step-37" shows one way +dominated by matrix-vector operations. @ref step_37 "Step-37" shows one way how this can be avoided by working with matrix-free methods.