From: Julius Witte Date: Wed, 27 Sep 2017 11:32:17 +0000 (+0200) Subject: Added a changelog entry. X-Git-Tag: v9.0.0-rc1~1021^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7550900835e9f759aa5d70d288ec8b2c6123903e;p=dealii.git Added a changelog entry. --- diff --git a/doc/news/changes/minor/20170927JuliusWitte b/doc/news/changes/minor/20170927JuliusWitte new file mode 100644 index 0000000000..69a5713cfc --- /dev/null +++ b/doc/news/changes/minor/20170927JuliusWitte @@ -0,0 +1,7 @@ +Changed: Split TensorProductMatrixSymmetricSum into base and derived class. +Added a template specialization for TensorProductMatrixSymmetricSum +in case of having a VectorizedArray as arithmetic type. +In addition, TensorProductMatrixSymmetricSum is now able to handle +distinct 1D matrices in each tensor dimension. +
+(Julius Witte, 2017/09/27) diff --git a/include/deal.II/lac/tensor_product_matrix.h b/include/deal.II/lac/tensor_product_matrix.h index 03e0dda50a..5fbad76fa4 100644 --- a/include/deal.II/lac/tensor_product_matrix.h +++ b/include/deal.II/lac/tensor_product_matrix.h @@ -290,9 +290,11 @@ private: -/** @copydoc TensorProductMatrixSymmetricSum - * This is the template specialization for @p Number being - * VectorizedArray. +/** + * This is the template specialization for VectorizedArray + * being the arithmetic template. For a detailed description see + * the main documentation of the generic + * TensorProductMatrixSymmetricSum class. * * @author Martin Kronbichler and Julius Witte, 2017 */