From bf8c9b2b4a15dddeb4e2b4b78b99a847cb279959 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 21 Feb 2001 13:23:52 +0000 Subject: [PATCH] Implement has_boundary_lines(). git-svn-id: https://svn.dealii.org/trunk@3999 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5