From: Ralf Hartmann Date: Mon, 7 Nov 2005 14:16:00 +0000 (+0000) Subject: New GeometryInfo::face_refine_case and GeometryInfo::n_children functions. X-Git-Tag: v8.0.0~12901 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=519e1c49de8e480b6a1699405db21c2694cb824d;p=dealii.git New GeometryInfo::face_refine_case and GeometryInfo::n_children functions. git-svn-id: https://svn.dealii.org/trunk@11728 0785d39b-7218-0410-832d-ea1e28bc413d --- 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>::