From: Ralf Hartmann Date: Thu, 11 May 2000 09:04:22 +0000 (+0000) Subject: DoFHandler::max_couplings_between_dofs () bounded by DoFHandler::n_dofs() X-Git-Tag: v8.0.0~20566 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475a2395232564df35d7845fde5bc4c032bf61a6;p=dealii.git DoFHandler::max_couplings_between_dofs () bounded by DoFHandler::n_dofs() git-svn-id: https://svn.dealii.org/trunk@2839 0785d39b-7218-0410-832d-ea1e28bc413d --- 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(). +