From d2e787a125375e31ccfba3f312296972508254e2 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 11 May 2000 09:04:22 +0000 Subject: [PATCH] DoFHandler::max_couplings_between_dofs () bounded by DoFHandler::n_dofs() git-svn-id: https://svn.dealii.org/trunk@2839 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 651154674e..487f3d1f5b 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -173,6 +173,11 @@ an exception if update_support_points was set.

+ +
  • + Change: DoFHandler::max_couplings_between_dofs () + is bounded by DoFHandler::n_dofs(). +


    -- 2.39.5