From: wolf Date: Tue, 24 Apr 2001 12:33:28 +0000 (+0000) Subject: DoFTools::map_dofs_to_support_points and other way round. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998070e2965325addab1134a3ddc5bf1c0431f0d;p=dealii-svn.git DoFTools::map_dofs_to_support_points and other way round. git-svn-id: https://svn.dealii.org/trunk@4474 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 89b4301971..ff3b6834cb 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -322,6 +322,17 @@ 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: Implement the VectorTools::interpolate_boundary_values