From 0b7fe09a7134d211d86cc95ff8a761a83fd46fcd Mon Sep 17 00:00:00 2001 From: kanschat Date: Mon, 19 May 2008 14:56:14 +0000 Subject: [PATCH] fixed documentation of step 16 git-svn-id: https://svn.dealii.org/trunk@16118 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-16/doc/intro.dox | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-16/doc/intro.dox b/deal.II/examples/step-16/doc/intro.dox index 750048aaef..8f13893b97 100644 --- a/deal.II/examples/step-16/doc/intro.dox +++ b/deal.II/examples/step-16/doc/intro.dox @@ -3,10 +3,8 @@ This example shows the basic usage of the multilevel functions in -deal.II. It solves the Helmholtz equation with Neumann boundary conditions -to avoid additional complications due to Dirichlet boundary conditions (there, -some library functions are missing). Therefore, the solution is the constant -function with value unity. In all other respects, it is similar to step 5. +deal.II. It solves the Poisson equation with Dirichlet boundary +conditions similar to step 5. In order to allow sufficient flexibility in conjunction with systems of -- 2.39.5