From 20d401efee117005df895c3f8e84ec754bd17bf9 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Apr 2004 16:48:17 +0000 Subject: [PATCH] Add one more statement. git-svn-id: https://svn.dealii.org/trunk@8992 0785d39b-7218-0410-832d-ea1e28bc413d --- .../tutorial/chapter-2.step-by-step/step-17.data/results.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/results.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/results.html index 029b72eacc..178b3c304e 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/results.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-17.data/results.html @@ -89,7 +89,9 @@ As can be seen, we can easily get to almost four million unknowns. In fact, the code's runtime with 8 processes was less than 7 minutes up to (and including) cycle 14, and 14 minutes including the second to last step. I lost the timing information for the last step, though, but you get the idea. All this is if -the debug flag in the Makefile was changed to "off", i.e. "optimized". Here is +the debug flag in the Makefile was changed to "off", i.e. "optimized", and +with the generation of graphical output switched off for the reasons stated in +the program comments above. Here is some output generated in the 12th cycle of the program, i.e. with roughly 300,000 unknowns:

-- 2.39.5