From: Wolfgang Bangerth Date: Thu, 8 Oct 2009 03:00:28 +0000 (+0000) Subject: Cross-reference step-37. X-Git-Tag: v8.0.0~6959 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e92e3393b064dbf617c8105dc92360b08f5953;p=dealii.git Cross-reference step-37. git-svn-id: https://svn.dealii.org/trunk@19757 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 3ebff138dc..23a28164cb 100644 --- a/deal.II/examples/step-16/doc/results.dox +++ b/deal.II/examples/step-16/doc/results.dox @@ -44,3 +44,10 @@ DEAL::Number of degrees of freedom: 20609 L0: 8 L1: 25 L2: 89 L3: 337 DEAL:cg::Starting value 0.0253688 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 +how this can be avoided by working with matrix-free methods.