From: Guido Kanschat Date: Fri, 16 May 2008 22:53:33 +0000 (+0000) Subject: changes in step 16 X-Git-Tag: v8.0.0~9132 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5711da8fa237c16a3dc694f5cf8876b5c2c41915;p=dealii.git changes in step 16 git-svn-id: https://svn.dealii.org/trunk@16113 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 9e4e55e299..61813b7fd4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -110,7 +110,14 @@ inconvenience this causes.

General

    -
  1. New: @ref step_29 "step-29" demonstrates how problems involving + +

  2. Improved: @ref step_16 "step-16" has been updated to show the +use of Multigrid with Dirichlet boundary conditions. +
    +(GK, 2007/05/13) +

    + +
  3. New: @ref step_29 "step-29" demonstrates how problems involving complex numbers can be implemented by viewing real and imaginary parts of a complex-valued solution as the two components of a vector-valued function.