From: Ralf Hartmann Date: Wed, 21 Nov 2001 10:59:48 +0000 (+0000) Subject: New CellAccessor::neighbor_of_coarser_neighbor function. X-Git-Tag: v8.0.0~18600 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b1b120ec297fd1a2841c2445619e972ba0751f;p=dealii.git New CellAccessor::neighbor_of_coarser_neighbor function. git-svn-id: https://svn.dealii.org/trunk@5232 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index ab0d96bb77..c178cd84f9 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,20 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. New: example program step-12. Discontinuous Galerkin + discretization. +
    + (RH 2001/11/21) +

    + +
  2. New: The new CellAccessor::neighbor_of_coarser_neighbor + function returns where to find the present cell from a coarser + neighbor. +
    + (RH 2001/11/21) +

    +
  3. Fixed: when checking for convergence in linear solvers in SolverControl::check, we first diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 13e179037b..f48d558036 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -26,6 +26,12 @@ documentation, etc.

    General

      +
    1. New: example program step-12. Discontinuous Galerkin + discretization. +
      + (RH 2001/11/21) +

      +
    2. New: deal.II now uses a file config.h for most global preprocessor defines, @@ -164,6 +170,14 @@ documentation, etc.

      deal.II

        +
      1. New: The new CellAccessor::neighbor_of_coarser_neighbor + function returns where to find the present cell from a coarser + neighbor. +
        + (RH 2001/11/21) +

        +
      2. Fixed: The GridRefinement::refine_fixed_fraction function sometimes had problems when indicators vary over