From: Wolfgang Bangerth Date: Thu, 1 May 2003 21:46:03 +0000 (+0000) Subject: cell_to_child_coordinates, is_inside_unit_cell X-Git-Tag: v8.0.0~16600 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3807b81644de8ea800a4259ebb8bda61257a1492;p=dealii.git cell_to_child_coordinates, is_inside_unit_cell git-svn-id: https://svn.dealii.org/trunk@7538 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)