From: bangerth Date: Fri, 23 Sep 2011 14:03:10 +0000 (+0000) Subject: Try not to confuse doxygen. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=137e60b125ca689b614f886ec9f5da94899bfb55;p=dealii-svn.git Try not to confuse doxygen. git-svn-id: https://svn.dealii.org/trunk@24392 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6978bccdd5..4e4246bfdf 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -674,11 +674,12 @@ were not properly mapped. This is now fixed.
(Wolfgang Bangerth, 2011/01/18) -
  • New: Restructured the internals of PETScWrappers::Precondition* to allow a -PETSc PC object to exist without a solver. New: use Precondition*::@vmult() to -apply the preconditioner once. Preconditioners now have a default constructor -and an initialize() function and are no longer initialized in the solver call, -but in the constructor or initialize(). +
  • New: Restructured the internals of PETScWrappers::Precondition* +to allow a PETSc PC object to exist without a solver. New: Use +Precondition*::vmult() to apply the preconditioner once. +Preconditioners now have a default constructor and an initialize() +function and are no longer initialized in the solver call, +but in the constructor or initialize().
    (Timo Heister, 2011/01/17)