From b0859031b1d700c4e90c5fb764f5b390c47ed54b Mon Sep 17 00:00:00 2001 From: kanschat Date: Thu, 21 Mar 2013 14:01:11 +0000 Subject: [PATCH] change in IterativeInverse git-svn-id: https://svn.dealii.org/trunk@28969 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 7874501638..f1a687f089 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -69,6 +69,15 @@ this function.
    +
  1. Added/fixed: IterativeInverse::vmult() can now handle vectors +using a different number type than the matrix type. As usual, the +number types must be compatible. Addtitionally, the initial guess is +always set to zero, since starting with the incoming vector makes no +sense. +
    +(Guido Kanschat, 2013/03/21) +
  2. +
  3. Added GridOut::write_svg to allow for the output of two-dimensional triangulations in two space dimensions in the SVG format (Scalable Vector Graphics, an XML-based vector image format recommended by the World @@ -82,6 +91,7 @@ added a new frequency TimerOutput::never to only output information if triggered by print_summary().
    (Timo Heister, 2013/03/20) +
  4. Changed: FEValuesExtractors::Scalar, FEValuesExtractors::Vector and FEValuesExtractors::SymmetricTensor could not be default constructed, and @@ -91,11 +101,13 @@ values). These classes can now be default constructed to invalid values, but can of course not be used in any useful way.
    (Wolfgang Bangerth, 2013/03/15) +
  5. Fixed: FETools::interpolation_difference did not work with PETSc. This is now fixed.
    (Timo Heister, 2013/03/01) +
-- 2.39.5