From 998070e2965325addab1134a3ddc5bf1c0431f0d Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 24 Apr 2001 12:33:28 +0000 Subject: [PATCH] DoFTools::map_dofs_to_support_points and other way round. git-svn-id: https://svn.dealii.org/trunk@4474 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5