From: ESeNonFossiIo Date: Fri, 18 Sep 2015 08:44:24 +0000 (+0200) Subject: add relates ConstraintMatrix X-Git-Tag: v8.4.0-rc2~126^2~9 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97c47c68bbe04e565a207e1cd81ecee064d12f53;p=dealii.git add relates ConstraintMatrix --- 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