From 9a2e7f25d352d78be943a9026f099608ac67019a Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 29 Apr 2001 16:30:25 +0000 Subject: [PATCH] Fix order of entries. git-svn-id: https://svn.dealii.org/trunk@4505 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index ddd8b47f5e..28fa00a161 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -348,17 +348,6 @@ documentation, etc.

deal.II

    -
  1. - New: There are now functions DoFTools::map_dofs_to_support_points and - DoFTools::map_support_points_to_dofs that - generate a map between DoF indices and the support points of - these DoFs, and the other way round. -
    - (WB 2001/04/24) -

    -
  2. New: The functions DoFTools::map_dof_to_boundary_indices, @@ -372,6 +361,17 @@ documentation, etc. (WB 2001/04/29)

    +
  3. + New: There are now functions DoFTools::map_dofs_to_support_points and + DoFTools::map_support_points_to_dofs that + generate a map between DoF indices and the support points of + these DoFs, and the other way round. +
    + (WB 2001/04/24) +

    +
  4. New: Implement the VectorTools::interpolate_boundary_values -- 2.39.5