From: bangerth Date: Sat, 8 Oct 2011 23:46:53 +0000 (+0000) Subject: Fix misspelling. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a082190bacf76c3a48001d31664355c5f87863c6;p=dealii-svn.git Fix misspelling. git-svn-id: https://svn.dealii.org/trunk@24583 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 d5b5e30388..f26e7ef41a 100644 --- a/deal.II/examples/step-32/doc/intro.dox +++ b/deal.II/examples/step-32/doc/intro.dox @@ -638,7 +638,7 @@ cells.

Parallelization on clusters

-Running convection codes in 3d with significant Raleigh numbers requires a lot +Running convection codes in 3d with significant Rayleigh numbers requires a lot of computations — in the case of whole earth simulations on the order of one or several hundred million unknowns. This can obviously not be done with a single machine any more (at least not in 2010 when we started writing this