From: heister Date: Wed, 26 Feb 2014 18:44:38 +0000 (+0000) Subject: leave a comment in Function::vector_value X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02220ec02ef8831a2b82b62ee6cafbf642aa583c;p=dealii-svn.git leave a comment in Function::vector_value git-svn-id: https://svn.dealii.org/trunk@32559 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 19ddcd716d..a48f4637d4 100644 --- a/deal.II/include/deal.II/base/function.h +++ b/deal.II/include/deal.II/base/function.h @@ -183,6 +183,8 @@ public: * * values shall have the right size beforehand, i.e. * #n_components. + * + * The default implementation will call value() for each component. */ virtual void vector_value (const Point &p, Vector &values) const;