From e59de3ad609553f1279cb55fd2d75f99eb723562 Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 21 Nov 2001 10:59:48 +0000 Subject: [PATCH] New CellAccessor::neighbor_of_coarser_neighbor function. git-svn-id: https://svn.dealii.org/trunk@5232 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/3.2.0-vs-3.2.1.html | 14 ++++++++++++++ deal.II/doc/news/2001/c-3-2.html | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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 -- 2.39.5