From 02220ec02ef8831a2b82b62ee6cafbf642aa583c Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 26 Feb 2014 18:44:38 +0000 Subject: [PATCH] leave a comment in Function::vector_value git-svn-id: https://svn.dealii.org/trunk@32559 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/function.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5