From: Wolfgang Bangerth Date: Wed, 21 Feb 2001 13:23:52 +0000 (+0000) Subject: Implement has_boundary_lines(). X-Git-Tag: v8.0.0~19704 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc806a484e9243171e3df37e6d18770f5f5a18d;p=dealii.git Implement has_boundary_lines(). git-svn-id: https://svn.dealii.org/trunk@3999 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index d04cf26100..2e952238fd 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -111,6 +111,19 @@ documentation, etc.

deal.II

    +
  1. + New: The CellAccessor now has a function + has_boundary_lines that mostly has + the same semantics that at_boundary + has, but also covers the case that a hexahedron in 3d may be at + the boundary only by one line, rather than by a whole face. In + that case, at_boundary reports + false, while has_boundary_lines + reports true. +
    + (WB 2001/02/21) +

    +
  2. New: There is now a function ConstraintMatrix::merge that merges