From: Wolfgang Bangerth Date: Fri, 13 Feb 2004 16:35:51 +0000 (+0000) Subject: Augment documentation. X-Git-Tag: v8.0.0~15790 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca4a4ced418c647dd2c2cdd35bf3619ae0545290;p=dealii.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@8466 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/derivative_approximation.h b/deal.II/deal.II/include/numerics/derivative_approximation.h index 208d95155a..8e5c758404 100644 --- a/deal.II/deal.II/include/numerics/derivative_approximation.h +++ b/deal.II/deal.II/include/numerics/derivative_approximation.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -175,10 +175,14 @@ class DerivativeApproximation * approximated gradient. * * The last parameter denotes the - * solution component, for which - * the gradient is to be - * computed. It defaults to the - * first component. + * solution component, for which the + * gradient is to be computed. It + * defaults to the first component. For + * scalar elements, this is the only + * valid choice; for vector-valued ones, + * any component between zero and the + * number of vector components can be + * given here. */ template static void @@ -220,7 +224,12 @@ class DerivativeApproximation * solution component, for which * the gradient is to be * computed. It defaults to the - * first component. + * first component. For + * scalar elements, this is the only + * valid choice; for vector-valued ones, + * any component between zero and the + * number of vector components can be + * given here. */ template static void