]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix doxygen group sections
authorTimo Heister <timo.heister@gmail.com>
Tue, 24 Apr 2018 17:42:37 +0000 (13:42 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 24 Apr 2018 17:42:37 +0000 (13:42 -0400)
include/deal.II/fe/fe_face.h
include/deal.II/lac/cuda_sparse_matrix.h
include/deal.II/lac/tridiagonal_matrix.h

index 960144e37a327ef07d13c9e91d37dcb46041bef6..4b077d98b5c21f594d14a1fd1ba9c77f65f041dd 100644 (file)
@@ -181,6 +181,9 @@ public:
   virtual
   FiniteElementDomination::Domination
   compare_for_face_domination (const FiniteElement<dim,spacedim> &fe_other) const;
+  /**
+   * @}
+   */
 
   /**
    * Return a list of constant modes of the element. For this element, it
index 2f1a6a99fdeaf0b77f2d9aeb8c4d08e5b9a2921f..68f9850d8cfb9d7e9406e177aa3a22465d41b50a 100644 (file)
@@ -248,7 +248,7 @@ namespace CUDAWrappers
      */
     std::tuple<Number *, int *, int *, cusparseMatDescr_t>
     get_cusparse_matrix();
-    //*}
+    //@}
 
   private:
     /**
index d408c30271b16d529420ad8f6253cf96f46714ac..bd0a2facf83ba46833012d9a439e9fbc9e65d590 100644 (file)
@@ -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 <i>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>|i-j| <= 1</i>.
@@ -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 <tt>v</tt> from the right and
@@ -186,9 +187,10 @@ public:
    */
   number matrix_norm_square (const Vector<number> &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:
   /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.