From bdc806a484e9243171e3df37e6d18770f5f5a18d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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