From aafad42bdab779d5afaa432f9b4ad6c61dffe140 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 18 Feb 2003 19:53:03 +0000 Subject: [PATCH] Move DoFHandler::n_boundary_dofs to DoFTools::count_boundary_dofs. git-svn-id: https://svn.dealii.org/trunk@7167 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2003/hp.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2003/hp.html b/deal.II/doc/news/2003/hp.html index 171319d184..4cf3759aac 100644 --- a/deal.II/doc/news/2003/hp.html +++ b/deal.II/doc/news/2003/hp.html @@ -31,6 +31,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Changed: The DoFHandler::n_boundary_dofs + functions have been moved and renamed. They are now + DoFTools::count_boundary_dofs. +
    + (WB 2003/02/18) +

    +
  2. Changed: The DoFLevel classes has been moved to a namespace internal, since they are not -- 2.39.5