From: bangerth Date: Mon, 4 Feb 2013 15:10:18 +0000 (+0000) Subject: Add some to the documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e531fe11f7c379f917df3460e926a28b6cda9a6;p=dealii-svn.git Add some to the documentation. git-svn-id: https://svn.dealii.org/trunk@28219 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/function.h b/deal.II/include/deal.II/base/function.h index fc79c7f79a..e41611040b 100644 --- a/deal.II/include/deal.II/base/function.h +++ b/deal.II/include/deal.II/base/function.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011, 2012 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011, 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 @@ -590,8 +590,11 @@ protected: * components are zero. It is especially useful as a weight function * for VectorTools::integrate_difference, where it allows to * integrate only one or a few vector components, rather than the - * entire vector-valued solution. See the step-20 - * tutorial program for a detailed explanation. + * entire vector-valued solution. In other words, it acts as a + * component mask with a single component selected (see the + * @ref GlossComponentMask "the glossary entry on component masks"). + * See the step-20 + * tutorial program for a detailed explanation and a use case. * * @ingroup functions * @author Guido Kanschat, 2000, Wolfgang Bangerth 2006