From: bangerth Date: Wed, 23 Jun 2010 23:16:55 +0000 (+0000) Subject: Minor adjustment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab644407e8e2b4b7173dd16bcd839bc51f81e0e;p=dealii-svn.git Minor adjustment. git-svn-id: https://svn.dealii.org/trunk@21296 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-45/doc/results.dox b/deal.II/examples/step-45/doc/results.dox index 63961a384d..0fd3153b8d 100644 --- a/deal.II/examples/step-45/doc/results.dox +++ b/deal.II/examples/step-45/doc/results.dox @@ -2,10 +2,9 @@ The textual output the program generates is not very surprising. It just prints out the usual information on degrees of freedom, active cells and -iteration steps of the solver: +iteration steps of the solver, in much the same way as step-3 did: @code -============================ Running step-45 Number of active cells: 1024 Degrees of freedom: 1089 DEAL:cg::Starting value 0.153970 @@ -13,7 +12,7 @@ DEAL:cg::Convergence step 54 value 7.73356e-16 @endcode The plot of the solution can be found in the figure below. We can see that the -solution is constantly zero on the upper and the lower part of the boundary as +solution is constant zero on the upper and the lower part of the boundary as required by the homogeneous Dirichlet boundary conditions. On the left and right parts the values coincide with each other, just as we wanted: