From 76c68c860661f2ef0d34d5aab89c1429ea5b64d0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 24 Apr 2018 13:42:37 -0400 Subject: [PATCH] fix doxygen group sections --- include/deal.II/fe/fe_face.h | 3 ++ include/deal.II/lac/cuda_sparse_matrix.h | 2 +- include/deal.II/lac/tridiagonal_matrix.h | 36 +++++++++++++----------- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/include/deal.II/fe/fe_face.h b/include/deal.II/fe/fe_face.h index 960144e37a..4b077d98b5 100644 --- a/include/deal.II/fe/fe_face.h +++ b/include/deal.II/fe/fe_face.h @@ -181,6 +181,9 @@ public: virtual FiniteElementDomination::Domination compare_for_face_domination (const FiniteElement &fe_other) const; + /** + * @} + */ /** * Return a list of constant modes of the element. For this element, it diff --git a/include/deal.II/lac/cuda_sparse_matrix.h b/include/deal.II/lac/cuda_sparse_matrix.h index 2f1a6a99fd..68f9850d8c 100644 --- a/include/deal.II/lac/cuda_sparse_matrix.h +++ b/include/deal.II/lac/cuda_sparse_matrix.h @@ -248,7 +248,7 @@ namespace CUDAWrappers */ std::tuple get_cusparse_matrix(); - //*} + //@} private: /** diff --git a/include/deal.II/lac/tridiagonal_matrix.h b/include/deal.II/lac/tridiagonal_matrix.h index d408c30271..bd0a2facf8 100644 --- a/include/deal.II/lac/tridiagonal_matrix.h +++ b/include/deal.II/lac/tridiagonal_matrix.h @@ -73,9 +73,10 @@ public: bool symmetric = false); -//@} -///@name Non-modifying operators -//@{ + //@} + + ///@name Non-modifying operators + //@{ /** * Number of rows of this matrix. Note that the matrix is an m x @@ -96,11 +97,10 @@ public: */ bool all_zero () const; + //@} - -//@} -///@name Element access -//@{ + ///@name Element access + //@{ /** * Read-only access to a value. This is restricted to the case where * |i-j| <= 1. @@ -118,9 +118,10 @@ public: */ number &operator()(size_type i, size_type j); -//@} -///@name Multiplications with vectors -//@{ + //@} + + ///@name Multiplications with vectors + //@{ /** * Matrix-vector-multiplication. Multiplies v from the right and @@ -186,9 +187,10 @@ public: */ number matrix_norm_square (const Vector &v) const; -//@} -///@name LAPACK operations -//@{ + //@} + + ///@name LAPACK operations + //@{ /** * Compute the eigenvalues of the symmetric tridiagonal matrix. * @@ -200,9 +202,10 @@ public: * After calling compute_eigenvalues(), you can access each eigenvalue here. */ number eigenvalue(const size_type i) const; -//@} -///@name Miscellanea -//@{ + //@} + + ///@name Miscellanea + //@{ /** * Output of the matrix in user-defined format. */ @@ -210,6 +213,7 @@ public: void print(OutputStream &s, const unsigned int width=5, const unsigned int precision=2) const; + //@} private: /** -- 2.39.5