From: bangerth Date: Mon, 23 Dec 2013 15:43:39 +0000 (+0000) Subject: Issue pointed out by Jean Ragusa: Properly parenthesize a formula. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9cfcd1fc50755fd671cf9fffc58a250deedeef;p=dealii-svn.git Issue pointed out by Jean Ragusa: Properly parenthesize a formula. git-svn-id: https://svn.dealii.org/trunk@32103 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-40/doc/results.dox b/deal.II/examples/step-40/doc/results.dox index 8b62cec1e7..45eec441e8 100644 --- a/deal.II/examples/step-40/doc/results.dox +++ b/deal.II/examples/step-40/doc/results.dox @@ -129,7 +129,7 @@ multigrid method from the Hypre package as a preconditioner, which unfortunately uses signed 32-bit integers to index the elements of a %distributed matrix. This limits the size of -problems to $2^31-1=2,147,483,647$ degrees of freedom. From the graphs +problems to $2^{31}-1=2,147,483,647$ degrees of freedom. From the graphs above it is obvious that the scalability would extend beyond this number, and one could expect that given more than the 4,096 machines shown above would also further reduce the compute time. That said, one