From: Wolfgang Bangerth Date: Mon, 13 May 2019 08:50:57 +0000 (-0600) Subject: Provide a much nicer way to format a table in step-56. X-Git-Tag: v9.1.0-rc1~30^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d4dec4ecb9cea341f6b9b425b1a90f454f3e17c;p=dealii.git Provide a much nicer way to format a table in step-56. --- diff --git a/examples/step-56/doc/results.dox b/examples/step-56/doc/results.dox index bace019770..1f83e66bde 100644 --- a/examples/step-56/doc/results.dox +++ b/examples/step-56/doc/results.dox @@ -17,7 +17,7 @@ see for example Ern/Guermond "Theory and Practice of Finite Elements", Section element as an example (this is what is done in the code, but is easily changed in main()): - +
@@ -66,7 +66,7 @@ CG. The preconditioner for CG is then either ILU or GMG. The following table summarizes solver iterations, timings, and virtual memory (VM) peak usage: -
  L2 Velocity
+
@@ -173,7 +173,7 @@ memory (VM) peak usage:
General
-As can be seen from the table, +As can be seen from the table: 1. UMFPACK uses large amounts of memory, especially in 3d. Also, UMFPACK timings do not scale favorably with problem size.