From c1a9cd58ca1d90019c09d0bc4c9b7fbc9ae436ad Mon Sep 17 00:00:00 2001 From: Chengjiang Yin Date: Mon, 10 Jul 2023 13:33:25 +0800 Subject: [PATCH] remove some incorrect subtitle numbers --- include/deal.II/matrix_free/fe_evaluation.h | 4 ++-- include/deal.II/matrix_free/fe_evaluation_data.h | 8 ++++---- include/deal.II/matrix_free/matrix_free.h | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/include/deal.II/matrix_free/fe_evaluation.h b/include/deal.II/matrix_free/fe_evaluation.h index ad1490ce76..f6ae1ed2db 100644 --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@ -106,7 +106,7 @@ public: static constexpr unsigned int n_lanes = VectorizedArrayType::size(); /** - * @name 1: Reading from and writing to vectors + * @name Reading from and writing to vectors */ /** @{ */ /** @@ -279,7 +279,7 @@ public: /** @} */ /** - * @name 2: Access to data at quadrature points or the gather vector data + * @name Access to data at quadrature points or the gather vector data */ /** @{ */ /** diff --git a/include/deal.II/matrix_free/fe_evaluation_data.h b/include/deal.II/matrix_free/fe_evaluation_data.h index 891a793671..9e3d36d9d9 100644 --- a/include/deal.II/matrix_free/fe_evaluation_data.h +++ b/include/deal.II/matrix_free/fe_evaluation_data.h @@ -173,7 +173,7 @@ public: const internal::MatrixFreeFunctions::FaceToCellTopology &face); /** - * @name 1: Access to geometry data at quadrature points + * @name Access to geometry data at quadrature points */ /** @{ */ @@ -240,7 +240,7 @@ public: /** @} */ /** - * @name 2: Access to internal data arrays + * @name Access to internal data arrays */ /** @{ */ /** @@ -352,7 +352,7 @@ public: /** @} */ /** - * @name 3: Information about the current cell this class operates on + * @name Information about the current cell this class operates on */ /** @{ */ @@ -560,7 +560,7 @@ public: /** @} */ /** - * @name 3: Functions to access cell- and face-data vectors. + * @name Functions to access cell- and face-data vectors. */ /** @{ */ diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index 43a836fc41..592e964158 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -555,7 +555,7 @@ public: }; /** - * @name 1: Construction and initialization + * @name Construction and initialization */ /** @{ */ /** @@ -748,7 +748,7 @@ public: }; /** - * @name 2: Matrix-free loops + * @name Matrix-free loops */ /** @{ */ /** @@ -1630,7 +1630,7 @@ public: /** @} */ /** - * @name 3: Initialization of vectors + * @name Initialization of vectors */ /** @{ */ /** @@ -1745,7 +1745,7 @@ public: /** @} */ /** - * @name 4: General information + * @name General information */ /** @{ */ /** @@ -2095,7 +2095,7 @@ public: /** @} */ /** - * @name 5: Access of internal data structure + * @name Access of internal data structure * * Note: Expert mode, interface not stable between releases. */ -- 2.39.5