From: heister Date: Tue, 19 Nov 2013 15:06:06 +0000 (+0000) Subject: update documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3132c7be7b78814dedd73b095613f9a42c85aad;p=dealii-svn.git update documentation git-svn-id: https://svn.dealii.org/trunk@31708 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; /**