From: Wolfgang Bangerth Date: Sun, 29 Apr 2001 16:30:25 +0000 (+0000) Subject: Fix order of entries. X-Git-Tag: v8.0.0~19283 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63a923eee8484a32aa80c54e39dda5c23bb1db1;p=dealii.git Fix order of entries. git-svn-id: https://svn.dealii.org/trunk@4505 0785d39b-7218-0410-832d-ea1e28bc413d --- 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