From 5e2f8242164ce83e525c38693d9c6b06ab37072d Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 24 Oct 2010 16:17:45 +0000 Subject: [PATCH] One more sentence. git-svn-id: https://svn.dealii.org/trunk@22454 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/doc/results.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-17/doc/results.dox b/deal.II/examples/step-17/doc/results.dox index bff0c2d8f0..1fdc303d36 100644 --- a/deal.II/examples/step-17/doc/results.dox +++ b/deal.II/examples/step-17/doc/results.dox @@ -218,4 +218,6 @@ parallelization goes. Internally, within deal.II, parallelizing the data structures used in hierarchic and unstructured triangulations is a very hard problem, and it took us a few more years to make this happen. The step-40 tutorial program and the @ref distributed documentation module talk about how -to do these steps and what it takes from an application perspective. +to do these steps and what it takes from an application perspective. An +obvious extension of the current program would be to use this functionality to +completely distribute computations to many more processors than used here. -- 2.39.5