From 3ac457b6a1ef9d338a35820835b42f446ab45bb6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Apr 2001 16:26:10 +0000 Subject: [PATCH] Implement various 1d functions. git-svn-id: https://svn.dealii.org/trunk@4503 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 6e104a6158..ddd8b47f5e 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -359,6 +359,19 @@ documentation, etc. (WB 2001/04/24)

+
  • + New: The functions DoFTools::map_dof_to_boundary_indices, + DoFTools::make_boundary_sparsity_pattern, + DoFHandler::n_boundary_dofs, + DoFHandler::max_couplings_between_boundary_dofs, + and VectorTools::project_boundary_values, + are now also implemented in 1d. +
    + (WB 2001/04/29) +

    +
  • New: Implement the VectorTools::interpolate_boundary_values -- 2.39.5