From: Wolfgang Bangerth Date: Thu, 27 Apr 2006 05:03:53 +0000 (+0000) Subject:
  • X-Git-Tag: v8.0.0~11852 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105225bc899545002730bd8c652b09c62c94a0f2;p=dealii.git

  • 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 --- 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