From 8c81b3363fca6aa7657a6ef085c57621e2bcb11b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Dec 2013 15:43:39 +0000 Subject: [PATCH] Issue pointed out by Jean Ragusa: Properly parenthesize a formula. git-svn-id: https://svn.dealii.org/trunk@32103 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5