From: David Wells Date: Mon, 13 May 2019 00:55:18 +0000 (-0400) Subject: Use 'Tensor objects' instead of 'Tensors'. X-Git-Tag: v9.1.0-rc1~32^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8123%2Fhead;p=dealii.git Use 'Tensor objects' instead of 'Tensors'. This fixes doxygen links --- diff --git a/include/deal.II/base/quadrature_point_data.h b/include/deal.II/base/quadrature_point_data.h index f3b81c3859..8fcbac7149 100644 --- a/include/deal.II/base/quadrature_point_data.h +++ b/include/deal.II/base/quadrature_point_data.h @@ -310,9 +310,9 @@ namespace parallel * // CellDataStorage::initialize() * data_transfer.interpolate(); * @endcode - * This approach can be extended to quadrature point data with Tensors of - * arbitrary order, although with a little bit more work in packing and - * unpacking of data inside MyQData class. + * This approach can be extended to quadrature point data with Tensor + * objects of arbitrary order, although with a little bit more work in + * packing and unpacking of data inside MyQData class. * * @note Currently coarsening is not supported. * diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index f164142472..c6207feb8f 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -827,8 +827,8 @@ public: norm() const; /** - * Tensors can be unrolled by simply pasting all elements into one long - * vector, but for this an order of elements has to be defined. For + * Tensor objects can be unrolled by simply pasting all elements into one + * long vector, but for this an order of elements has to be defined. For * symmetric tensors, this function returns which index within the range * [0,n_independent_components) the given entry in a symmetric * tensor has.