From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:38:13 +0000 (+0000) Subject: Leave 2 todos. X-Git-Tag: v8.0.0~7337 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2c9c03a4a38a4e8b2c458ae27c94e3d3383ccb;p=dealii.git Leave 2 todos. git-svn-id: https://svn.dealii.org/trunk@19231 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-32/doc/intro.dox b/deal.II/examples/step-32/doc/intro.dox index df55e1ebff..e0a97d0c3d 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -28,9 +28,17 @@ The difference between @ref step_31 "step-31" and the current program is that here we want to do things in %parallel, using both the availability of many machines in a cluster (with parallelization based on MPI) as well as many processor cores within a single machine (with parallelization based on -threads). This program's main job is therefore to discuss the changes that are +threads). This program's main job is therefore to introduce the changes that are necessary to utilize the availability of these %parallel compute resources. +In addition to these changes, we also use a slightly different preconditioner, +which we will discuss first. + + +

Changes to the Stokes preconditioner

+ +TODO: MARTIN +

Parallelization on clusters

@@ -220,4 +228,4 @@ cores within the same machine if there is only a single MPI process in use.

The testcase

-To be written. +TODO: WOLFGANG