From c0a1b27e55005c42b3f484817bd34bf2f898608d Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 16 Jan 2004 09:16:02 +0000 Subject: [PATCH] specializations removed after @relates git-svn-id: https://svn.dealii.org/trunk@8322 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor.h | 35 ++++-------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index 4e708be5bb..752c7a1ba5 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -434,7 +434,6 @@ std::ostream & operator << (std::ostream &out, const Tensor &p) * sum_j src1[j] src2[j]. * * @relates Tensor - * @relates Tensor<1,dim> * @author Guido Kanschat, 2000 */ template @@ -455,8 +454,6 @@ double contract (const Tensor<1,dim> &src1, * dest[i] = sum_j src1[i][j] src2[j]. * * @relates Tensor - * @relates Tensor<1,dim> - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -478,8 +475,6 @@ void contract (Tensor<1,dim> &dest, * dest[i] = sum_j src1[j] src2[j][i]. * * @relates Tensor - * @relates Tensor<1,dim> - * @relates Tensor<2,dim> * @author Guido Kanschat, 2001 */ template @@ -501,7 +496,6 @@ void contract (Tensor<1,dim> &dest, * dest[i][k] = sum_j src1[i][j] src2[j][k]. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -531,7 +525,6 @@ void contract (Tensor<2,dim> &dest, * zero as usual. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -603,8 +596,6 @@ void contract (Tensor<2,dim> &dest, * zero as usual. * * @relates Tensor - * @relates Tensor<1,dim> - * @relates Tensor<3,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -651,8 +642,6 @@ void contract (Tensor<2,dim> &dest, * dest[i][j][l] = sum_k src1[i][j][k] src2[k][l]. * * @relates Tensor - * @relates Tensor<2,dim> - * @relates Tensor<3,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -676,8 +665,6 @@ void contract (Tensor<3,dim> &dest, * dest[i][j][l] = sum_k src1[i][k] src2[k][j][l]. * * @relates Tensor - * @relates Tensor<2,dim> - * @relates Tensor<3,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -700,8 +687,6 @@ void contract (Tensor<3,dim> &dest, * dest[i][j][k][l] = sum_m src1[i][j][m] src2[m][k][l]. * * @relates Tensor - * @relates Tensor<3,dim> - * @relates Tensor<3,dim> * @author Wolfgang Bangerth, 1998 */ template @@ -726,7 +711,6 @@ void contract (Tensor<4,dim> &dest, * dst[i][j] = src1[i] * src2[j]. * * @relates Tensor - * @relates Tensor<1,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -746,8 +730,6 @@ void outer_product (Tensor<2,dim> &dst, * dst[i][j][k] = src1[i] * src2[j][k]. * * @relates Tensor - * @relates Tensor<1,dim> - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -768,8 +750,6 @@ void outer_product (Tensor<3,dim> &dst, * dst[i][j][k] = src1[i][j] * src2[k]. * * @relates Tensor - * @relates Tensor<1,dim> - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -794,7 +774,6 @@ void outer_product (Tensor<3,dim> &dst, * be zero (i.e. a scalar). * * @relates Tensor - * @relates Tensor<1,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -817,7 +796,6 @@ void outer_product (Tensor<1,dim> &dst, * be zero (i.e. a scalar). * * @relates Tensor - * @relates Tensor<1,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -841,7 +819,6 @@ void outer_product (Tensor<1,dim> &dst, * switch). * * @relates Tensor - * @relates Tensor<1,dim> * @author Guido Kanschat, 2001 */ template @@ -865,9 +842,8 @@ cross_product (Tensor<1,dim> &dst, * called if the actual dimension of the arguments is three (e.g. from * the dim==3 case in the switch). * - * @author Guido Kanschat, 2001 * @relates Tensor - * @relates Tensor<1,dim> + * @author Guido Kanschat, 2001 */ template inline @@ -917,7 +893,6 @@ double determinant (const Tensor &t) * number itself. * * @relates Tensor - * @relates Tensor<1,dim> * @author Wolfgang Bangerth, 1998 */ inline @@ -932,7 +907,6 @@ double determinant (const Tensor<1,1> &t) * Compute the determinant of a tensor or rank 2, here for dim==2. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 1998 */ inline @@ -949,7 +923,6 @@ double determinant (const Tensor<2,2> &t) * Compute the determinant of a tensor or rank 2, here for dim==3. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 1998 */ inline @@ -976,7 +949,6 @@ double determinant (const Tensor<2,3> &t) * its diagonal entries. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 2001 */ template @@ -997,7 +969,6 @@ double trace (const Tensor<2,dim> &d) * result by value, rather than by reference as a parameter. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 2000 */ template @@ -1065,7 +1036,6 @@ invert (const Tensor<2,dim> &t) * specializations of this function for dim==1,2,3. * * @relates Tensor - * @relates Tensor<2,dim> * @author Wolfgang Bangerth, 2002 */ template @@ -1090,6 +1060,7 @@ transpose (const Tensor<2,dim> &t) * Return the transpose of the given tensor. This is the * specialization of the general template for dim==1. * + * @relates Tensor * @author Wolfgang Bangerth, 2002 */ inline @@ -1106,6 +1077,7 @@ transpose (const Tensor<2,1> &t) * Return the transpose of the given tensor. This is the * specialization of the general template for dim==2. * + * @relates Tensor * @author Wolfgang Bangerth, 2002 */ inline @@ -1123,6 +1095,7 @@ transpose (const Tensor<2,2> &t) * Return the transpose of the given tensor. This is the * specialization of the general template for dim==3. * + * @relates Tensor * @author Wolfgang Bangerth, 2002 */ inline -- 2.39.5