From 5ea22935b2ac898c5efb90088f0d709099f5a29d Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 1 May 2003 21:46:03 +0000 Subject: [PATCH] cell_to_child_coordinates, is_inside_unit_cell git-svn-id: https://svn.dealii.org/trunk@7538 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 8e50daa5be..eeb178e667 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -758,11 +758,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. New: The GeometryInfo classes now - have a static member function child_cell_from_point that, given a point - in the unit cell, returns which child cell it is on. -
    - (WB 2003/04/24) + in the unit cell, returns which child cell it is on; cell_to_child_coordinates that transforms + coordinates between the unit coordinate systems from the mother + to the child cell; and is_inside_unit_cell that tells whether a + given point is inside the unit cell. +
    + (WB 2003/05/01)

  2. -- 2.39.5