From 9ab808d2ffa23e06cc85ff4d814e2fdec3d3aa2d Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 18 Jul 2003 13:33:41 +0000 Subject: [PATCH] const_iterator in FullMatrix git-svn-id: https://svn.dealii.org/trunk@7880 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 49 ++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index ffcaa29efd..c54795f89e 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -75,6 +75,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    + +
  1. New: The classes FullMatrix and + PreconditionBlockJacobi have a const_iterator. +
    + (GK 2003/07/18) +

@@ -83,36 +90,34 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    -
  1. - New: The new FETools::get_fe_from_name - function can do the reverse of the FiniteElement::get_name function: it - takes a string and parses it to regenerate a finite element - from it. Useful for parsing finite element names from input files. +

  2. New: The new FETools::get_fe_from_name function can do the + reverse of the FiniteElement::get_name function: it takes a string and + parses it to regenerate a finite element from it. Useful for + parsing finite element names from input files.
    (WB 2002/07/08)

    -
  3. - New: The DataOut_DoFData::merge_patches - now takes a second parameter that indicates a shift for each - vertex of the given patches to be merged. This is sometimes - nice if one wants to generate "exploded" views of a collection - of subdomains. It is also templatized on the first argument, so - can merge in some other DataOut_DoFData that create the same type - of patches but are otherwise different. +

  4. New: The DataOut_DoFData::merge_patches now takes a second + parameter that indicates a shift for each vertex of the given + patches to be merged. This is sometimes nice if one wants to + generate "exploded" views of a collection of subdomains. It is + also templatized on the first argument, so can merge in some + other DataOut_DoFData that create + the same type of patches but are otherwise different.
    (WB 2002/06/30)

    -
  5. - Fixed: The FETools::extrapolate - function operates on patches of cells, but didn't check whether - the grid is at least refined once everywhere. If this was not - the case, it would generate wrong results. It now checks for - this, and if the grid has unrefined coarse grid cells, an - exception is generated. +

  6. Fixed: The FETools::extrapolate function operates on patches + of cells, but didn't check whether the grid is at least refined + once everywhere. If this was not the case, it would generate + wrong results. It now checks for this, and if the grid has + unrefined coarse grid cells, an exception is generated.
    (WB 2002/06/25)

    -- 2.39.5