]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a few results.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Feb 2008 19:27:30 +0000 (19:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 1 Feb 2008 19:27:30 +0000 (19:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@15703 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-31/doc/results.dox
deal.II/examples/step-31/doc/step-31.3d.mesh-0.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-1.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-2.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-3.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-4.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-5.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.mesh-6.png [new file with mode: 0644]
deal.II/examples/step-31/doc/step-31.3d.solution.png [new file with mode: 0644]

index e67fccc1c1403f0a550ec7d6f60ab4918aaf24b5..b54aab4203ef1ea6b5c4e03dcf574176252cffb2 100644 (file)
@@ -1,2 +1,83 @@
 <a name="Results"></a>
 <h1>Results</h1>
+
+
+Output in 3d:
+@code
+Refinement cycle 0
+   Number of active cells: 32
+   Number of degrees of freedom: 1356 (1275+81)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   13 CG Schur complement iterations for pressure.
+
+Refinement cycle 1
+   Number of active cells: 144
+   Number of degrees of freedom: 5088 (4827+261)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   14 CG Schur complement iterations for pressure.
+
+Refinement cycle 2
+   Number of active cells: 704
+   Number of degrees of freedom: 22406 (21351+1055)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   14 CG Schur complement iterations for pressure.
+
+Refinement cycle 3
+   Number of active cells: 3168
+   Number of degrees of freedom: 93176 (89043+4133)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   15 CG Schur complement iterations for pressure.
+
+Refinement cycle 4
+   Number of active cells: 11456
+   Number of degrees of freedom: 327808 (313659+14149)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   15 CG Schur complement iterations for pressure.
+
+Refinement cycle 5
+   Number of active cells: 45056
+   Number of degrees of freedom: 1254464 (1201371+53093)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   14 CG Schur complement iterations for pressure.
+
+Refinement cycle 6
+   Number of active cells: 170720
+   Number of degrees of freedom: 4625150 (4432407+192743)
+   Assembling...
+   Computing preconditioner...
+   Solving...
+   15 CG Schur complement iterations for pressure.
+@endcode
+
+Compute times for each iteration alone: seconds, seconds, 1 minute, 8
+minutes, 33 minutes, 3h37, 24h55
+
+Pictures
+
+@image html step-31.3d.mesh-0.png
+
+@image html step-31.3d.mesh-1.png
+
+@image html step-31.3d.mesh-2.png
+
+@image html step-31.3d.mesh-3.png
+
+@image html step-31.3d.mesh-4.png
+
+@image html step-31.3d.mesh-5.png
+
+@image html step-31.3d.mesh-6.png
+
+@image html step-31.3d.solution.png
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-0.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-0.png
new file mode 100644 (file)
index 0000000..6af7a6c
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-0.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-1.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-1.png
new file mode 100644 (file)
index 0000000..06e356b
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-1.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-2.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-2.png
new file mode 100644 (file)
index 0000000..f06dc2e
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-2.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-3.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-3.png
new file mode 100644 (file)
index 0000000..cbb1400
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-3.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-4.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-4.png
new file mode 100644 (file)
index 0000000..16e976f
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-4.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-5.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-5.png
new file mode 100644 (file)
index 0000000..d1dade1
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-5.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.mesh-6.png b/deal.II/examples/step-31/doc/step-31.3d.mesh-6.png
new file mode 100644 (file)
index 0000000..06110fe
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.mesh-6.png differ
diff --git a/deal.II/examples/step-31/doc/step-31.3d.solution.png b/deal.II/examples/step-31/doc/step-31.3d.solution.png
new file mode 100644 (file)
index 0000000..9ef04c6
Binary files /dev/null and b/deal.II/examples/step-31/doc/step-31.3d.solution.png differ

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.