From 519e1c49de8e480b6a1699405db21c2694cb824d Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Mon, 7 Nov 2005 14:16:00 +0000 Subject: [PATCH] New GeometryInfo::face_refine_case and GeometryInfo::n_children functions. git-svn-id: https://svn.dealii.org/trunk@11728 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/anisotropic.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/deal.II/doc/news/anisotropic.html b/deal.II/doc/news/anisotropic.html index 0386f34a8b..35fab8f22a 100644 --- a/deal.II/doc/news/anisotropic.html +++ b/deal.II/doc/news/anisotropic.html @@ -115,6 +115,22 @@ refinement.

base

    +
  1. + New: The new GeometryInfo::n_children(ref_case) function returns the + number of children a cell/face has when refined with the + RefineCase::Type ref_case. +
    + (RH 2005/11/07) +

    + +
  2. + New: Given a RefineCase::Type of a cell the new + GeometryInfo::face_refine_case function returns the + RefineCase::Type of a face.
    (RH 2005/11/07) +

    +
  3. New: There is now a new GeometryInfo<dim>::