From: wolf Date: Fri, 20 Apr 2001 20:15:10 +0000 (+0000) Subject: Bring up to date. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff74c753df1b4a71555d540ddc2210196a343d17;p=dealii-svn.git Bring up to date. git-svn-id: https://svn.dealii.org/trunk@4460 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/reports/class-hierarchies/index.html b/deal.II/doc/reports/class-hierarchies/index.html index 075e6f4d9e..7d9de33b94 100644 --- a/deal.II/doc/reports/class-hierarchies/index.html +++ b/deal.II/doc/reports/class-hierarchies/index.html @@ -484,8 +484,22 @@ individual entries.
- Return whether this object is at the boundary. (Only available if - the dimension of the object is less than the space dimension.) + Return whether this object is at the boundary (if the dimension of + the object is less than the space dimension), or one of its faces is + at the boundary for cells. +
+ + +
+ has_boundary_lines () +
+ +
+ Return whether one of the lines bounding this cell is at the + boundary. For 1d and 2d this is equivalent to at_boundary, + in 3d, there are cases where bounding lines of a hex are at the + boundary, while the faces are in the interior. (Only for cell + iterators.)
@@ -526,6 +540,17 @@ individual entries. +
+ point_inside (point) +
+ +
+ Return whether the given point is inside this cell, or rather the + (bi-, tri-)linearly mapped image of the unit cell with the vertices + of this cell. (Only for cell iterators.) +
+ +
number_of_children ()