From: guido Date: Thu, 23 Oct 2003 13:09:29 +0000 (+0000) Subject: MGCoarseGridHouseholder X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0024cdc9c8e6e865d766673ee3f9badf26c95264;p=dealii-svn.git MGCoarseGridHouseholder git-svn-id: https://svn.dealii.org/trunk@8139 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index bf5916b4be..e6b8d76906 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -257,6 +257,8 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. + New: There is now a function CellAccessor::neighbor_child_on_subface Fixed: The SolutionTransfer::interpolate function did not compute all output vectors if the number of @@ -267,6 +269,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (Brent Bailey, WB 2003/10/22)

    +
  2. + New: MGCoarseGridHouseholder + implements a coarse grid solver using QR-factorization. +
    + (GK 2003/10/17) +

    +
  3. Fixed: The FEFaceValuesBase::boundary_form @@ -302,6 +311,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK New: There are now functions CellAccessor::neighbor_child_on_subface and DoFCellAccessor::neighbor_child_on_subface +>>>>>>> 1.41 that should be called instead of using GeometryInfo::child_cell_on_face in most cases.
    @@ -309,6 +319,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

  4. +>>>>>>> 1.36 New: GridGenerator has a new function subdivided_hyper_rectangle which generates a rectangle with given corner points and possibly