From: Wolfgang Bangerth Date: Fri, 23 May 2008 14:03:17 +0000 (+0000) Subject: Mention step-22, step-31. Move one entry to the right place. X-Git-Tag: v8.0.0~9081 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7e3c1a83c30960c78f2a0b78f1cab4cf0806b6;p=dealii.git Mention step-22, step-31. Move one entry to the right place. git-svn-id: https://svn.dealii.org/trunk@16182 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index a3b197b709..8e66126e26 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -30,15 +30,6 @@ inconvenience this causes.

    -
  1. Changed: A few simple PETSc wrappers for helper functions - PETScWrappers::MatrixBase::transpose, - PETScWrappers::MatrixBase::is_symmetric, - PETScWrappers::MatrixBase::is_hermitian, and - PETScWrappers::MatrixBase::write_ascii have been added. -
    - (Toby D. Young 2008/04/30) -

    -
  2. Removed: The FullMatrix::add_diag function was removed. It offered functionality of questionable use in the first place, and its implementation was correct only for matrices of size $3 \times 3$, $4 \times 4$ @@ -119,6 +110,12 @@ inconvenience this causes. (WB, 2008/05/23)

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

    +
  4. New: @ref step_22 "step-22", written by Martin Kronbichler and Wolfgang Bangerth, shows how to solve, and in particular how to solve efficiently, the Stokes equations that describe viscous @@ -127,14 +124,8 @@ inconvenience this causes. (WB, 2008/03/28)

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

    -
  6. New: @ref step_29 "step-29" demonstrates how problems involving - complex numbers can be implemented by viewing real and imaginary parts + 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.
    @@ -269,6 +260,15 @@ an integer id of the current thread.

    lac

      +
    1. Changed: A few simple PETSc wrappers for helper functions + PETScWrappers::MatrixBase::transpose, + PETScWrappers::MatrixBase::is_symmetric, + PETScWrappers::MatrixBase::is_hermitian, and + PETScWrappers::MatrixBase::write_ascii have been added. +
      + (Toby D. Young 2008/04/30) +

      +
    2. Fixed: The SolverQMRS class could not deal with block vectors and block matrices. This is now fixed.