From 105225bc899545002730bd8c652b09c62c94a0f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 27 Apr 2006 05:03:53 +0000 Subject: [PATCH]
  • Changed: In order to facilitate the implementation of hp finite elements, the ordering of boundary DoFs returned by DoFTools::map_dof_to_boundary_indices has been changed. Fortunately, this is a rarely used function so that the effect should be limited to only a few programs.
    (WB 2006/04/26)

    git-svn-id: https://svn.dealii.org/trunk@12920 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 540a72ad66..6fc545e3ac 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -44,6 +44,16 @@ inconvenience this causes.
      +
    1. + Changed: In order to facilitate the implementation of hp finite + elements, the ordering of boundary DoFs returned by DoFTools::map_dof_to_boundary_indices has been + changed. Fortunately, this is a rarely used function so that the effect + should be limited to only a few programs. +
      + (WB 2006/04/26) +

      +
    2. Changed: The distribute_local_to_global functions have -- 2.39.5