From 457efb3dc6397bcbc40265a90145c30f8709fd89 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 19 Nov 2013 15:06:06 +0000 Subject: [PATCH] update documentation git-svn-id: https://svn.dealii.org/trunk@31708 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_values.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_values.h b/deal.II/include/deal.II/fe/fe_values.h index 4963d54c30..f1791659bf 100644 --- a/deal.II/include/deal.II/fe/fe_values.h +++ b/deal.II/include/deal.II/fe/fe_values.h @@ -2031,15 +2031,16 @@ public: /** * Compute the gradient of the - * ith shape function at the - * jth quadrature point with + * function_noth shape function at the + * quadrature_pointth quadrature point with * respect to real cell * coordinates. If you want to * get the derivative in one of * the coordinate directions, use * the appropriate function of * the Tensor class to - * extract one component. Since + * extract one component of the Tensor returned by this + * function. Since * only a reference to the * gradient's value is returned, * there should be no major @@ -2051,7 +2052,7 @@ public: * component. If the shape * function has more than one * non-zero component (i.e. it is - * not primitive), then throw an + * not primitive), then it will throw an * exception of type * ExcShapeFunctionNotPrimitive. In * that case, use the @@ -2063,7 +2064,7 @@ public: * shape_value() function. */ const Tensor<1,spacedim> & - shape_grad (const unsigned int function, + shape_grad (const unsigned int function_no, const unsigned int quadrature_point) const; /** -- 2.39.5