From: Matthias Maier Date: Wed, 16 Sep 2015 02:28:57 +0000 (-0500) Subject: Wording and typos X-Git-Tag: v8.4.0-rc2~409^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1620%2Fhead;p=dealii.git Wording and typos --- diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index 5fd02f9e85..f5c2f28dd4 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -270,7 +270,7 @@ private: Number value; /** - * Help function for unroll. + * Internal helper function for unroll. */ template void unroll_recursion(Vector &result, @@ -576,7 +576,7 @@ private: // array always has positive size. /** - * Help function for unroll. + * Internal helper function for unroll. */ template void unroll_recursion(Vector &result, @@ -1449,7 +1449,7 @@ operator- (const Tensor &p, const Tensor /** * The dot product (single contraction) for tensors: Return a tensor of - * rank $(\text{rank\_1} + \text{rank\_2} - 2)$ that is the contraction of + * rank $(\text{rank_1} + \text{rank_2} - 2)$ that is the contraction of * the last index of a tensor @p src1 of rank @p rank_1 with the first * index of a tensor @p src2 of rank @p rank_2: * @f[ @@ -1488,7 +1488,7 @@ operator * (const Tensor &src1, /** * The outer product of two tensors of @p rank_1 and @p rank_2: Returns a - * tensor of rank $(\text{rank\_1} + \text{rank\_2})$: + * tensor of rank $(\text{rank_1} + \text{rank_2})$: * @f[ * \text{result}_{i_1,..,i_{r1},j_1,..,j_{r2}} * = \text{left}_{i_1,..,i_{r1}}\,\text{right}_{j_1,..,j_{r2}.}