From 97c47c68bbe04e565a207e1cd81ecee064d12f53 Mon Sep 17 00:00:00 2001 From: ESeNonFossiIo Date: Fri, 18 Sep 2015 10:44:24 +0200 Subject: [PATCH] add relates ConstraintMatrix --- include/deal.II/lac/linear_operator.h | 2 ++ include/deal.II/lac/packaged_operation.h | 1 + 2 files changed, 3 insertions(+) diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index e5de2d2452..d63f733b81 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -1155,6 +1155,7 @@ constraints_linear_operator(const ConstraintMatrix &, const Matrix &); * transformation as part of a direct stiffness assembly process, 1985. * For more details. * + * @relates ConstraintMatrix * @ingroup LAOperators */ template < typename Range, @@ -1255,6 +1256,7 @@ constrained_linear_operator(const ConstraintMatrix &, const Matrix &); * transformation as part of a direct stiffness assembly process, 1985. * For more details. * + * @relates ConstraintMatrix * @ingroup LAOperators */ template < typename Range, diff --git a/include/deal.II/lac/packaged_operation.h b/include/deal.II/lac/packaged_operation.h index 0203cdf8ec..6b097cbe53 100644 --- a/include/deal.II/lac/packaged_operation.h +++ b/include/deal.II/lac/packaged_operation.h @@ -867,6 +867,7 @@ constrained_rhs(const ConstraintMatrix &, const Matrix &, const Range &); * transformation as part of a direct stiffness assembly process, 1985. * For more details. * + * @relates ConstraintMatrix * @ingroup LAOperators */ template