From: bangerth Date: Tue, 15 Jan 2013 14:21:56 +0000 (+0000) Subject: Talk about a future removal of functions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c098f3c19e90694c2b6c2cf03b438af8ad0e19e9;p=dealii-svn.git Talk about a future removal of functions. git-svn-id: https://svn.dealii.org/trunk@28067 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/constraints.h b/deal.II/doc/doxygen/headers/constraints.h index 9a74e6f85c..e4c4e6dbda 100644 --- a/deal.II/doc/doxygen/headers/constraints.h +++ b/deal.II/doc/doxygen/headers/constraints.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2010, 2012 by the deal.II authors +// Copyright (C) 2010, 2012, 2013 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -146,7 +146,9 @@ * matrix have to be copied, not only those which are subject to constraints. * * This procedure is therefore not advocated and not discussed in the @ref - * Tutorial. + * Tutorial. deal.II used to have functions that could perform these shrinking + * operations, but for the reasons outlined above they were inefficient, rarely + * used and consequently removed in version 8.0. * *
  • Use only one sparsity pattern and one matrix: doing it this way, the * condense functions add nonzero entries to the sparsity pattern of the large