From 3f67e8a1cd9ea1b1f9885971dbb5ee14b621c8e6 Mon Sep 17 00:00:00 2001 From: krishanusen25 Date: Thu, 6 Aug 2015 15:31:43 -0500 Subject: [PATCH] added parameter description --- include/deal.II/fe/fe_values.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index 5257d51805..0affe57bb5 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -1512,6 +1512,11 @@ public: * The same holds for the arguments of this function as for the * shape_value() function. * + * @param function_no Number/indicator of the shape function to be evaluated. + * + * @param point_no Number/indicator of the quadrature point at which function is to be + * evaluated. + * * @dealiiRequiresUpdateFlags{update_gradients} */ const Tensor<1,spacedim> & -- 2.39.5