From: Wolfgang Bangerth
Date: Sun, 29 Apr 2001 16:26:10 +0000 (+0000)
Subject: Implement various 1d functions.
X-Git-Tag: v8.0.0~19285
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ac457b6a1ef9d338a35820835b42f446ab45bb6;p=dealii.git
Implement various 1d functions.
git-svn-id: https://svn.dealii.org/trunk@4503 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 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