From db6134ecfef87995c11622cb3ec3bfef844ab626 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 29 Oct 2013 16:15:58 +0000 Subject: [PATCH] WorkStream is introduced in step-9. Refer to that program git-svn-id: https://svn.dealii.org/trunk@31483 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/doc/builds-on | 2 +- deal.II/examples/step-51/doc/intro.dox | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-51/doc/builds-on b/deal.II/examples/step-51/doc/builds-on index 0946a61258..f1818ebf1b 100644 --- a/deal.II/examples/step-51/doc/builds-on +++ b/deal.II/examples/step-51/doc/builds-on @@ -1 +1 @@ -step-7 step-32 step-44 +step-7 step-9 diff --git a/deal.II/examples/step-51/doc/intro.dox b/deal.II/examples/step-51/doc/intro.dox index 3789cc132a..6d476e0c78 100644 --- a/deal.II/examples/step-51/doc/intro.dox +++ b/deal.II/examples/step-51/doc/intro.dox @@ -342,8 +342,8 @@ Note that the convection is divergence-free, $\nabla \cdot c = 0$. Besides implementing the above equations, the implementation below provides the following features: