From cbbbf737e2611b6a9549be815fb4f2cb5e879182 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 16:43:16 +0000 Subject: [PATCH] Add some initial results. git-svn-id: https://svn.dealii.org/trunk@19248 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/doc/results.dox | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/deal.II/examples/step-32/doc/results.dox b/deal.II/examples/step-32/doc/results.dox index a79c9a63f4..245591c27e 100644 --- a/deal.II/examples/step-32/doc/results.dox +++ b/deal.II/examples/step-32/doc/results.dox @@ -1,3 +1,25 @@

Results

+When run, the program simulates convection in 3d in much the same way +as @ref step_31 "step-31" did -- in fact, the testcase is exactly the +same, just that we can now solve in parallel and with much higher +resolution. +Here are two images that show this higher resolution. At these time +steps, the meshes had around 72,000 and 236,000 cells, for a total of +2,680,000 and 8,250,000 degrees of freedom, respectively, more than an +order of magnitude more than we had available in step-31: + + + + + + +
+ @image html "step-32.3d.cube.0.png" "" width=49% + + @image html "step-32.3d.cube.1.png" "" width=49% +
+ +The computation was done on a subset of 50 processors of the Brazos +cluster at Texas A&M University. -- 2.39.5