From: Timo Heister Date: Mon, 28 Oct 2013 21:11:38 +0000 (+0000) Subject: add to docu X-Git-Tag: v8.1.0~459 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90547d0cbb717c1c099dc2691b25cb1449e3eb85;p=dealii.git add to docu git-svn-id: https://svn.dealii.org/trunk@31475 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/derivative_approximation.h b/deal.II/include/deal.II/numerics/derivative_approximation.h index ffd120d825..97e7cfc4b7 100644 --- a/deal.II/include/deal.II/numerics/derivative_approximation.h +++ b/deal.II/include/deal.II/numerics/derivative_approximation.h @@ -199,6 +199,9 @@ public: * 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. + * + * In a parallel computation the @p solution vector needs to contain the + * locally relevant unknowns. */ template class DH, class InputVector, int spacedim> static void @@ -232,6 +235,9 @@ public: * 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. + * + * In a parallel computation the @p solution vector needs to contain the + * locally relevant unknowns. */ template class DH, class InputVector, int spacedim> static void @@ -261,6 +267,9 @@ public: * 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. + * + * In a parallel computation the @p solution vector needs to contain the + * locally relevant unknowns. */ template class DH, class InputVector, int order, int spacedim>