From aab644407e8e2b4b7173dd16bcd839bc51f81e0e Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 23 Jun 2010 23:16:55 +0000 Subject: [PATCH] Minor adjustment. git-svn-id: https://svn.dealii.org/trunk@21296 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-45/doc/results.dox | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: -- 2.39.5