From 848a6953aafc38cc813243dc8665566260679389 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 15 Sep 2015 21:28:57 -0500 Subject: [PATCH] Wording and typos --- include/deal.II/base/tensor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}.} -- 2.39.5