]> https://gitweb.dealii.org/ - dealii.git/commitdiff
more fixes 14157/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 22 Jul 2022 21:57:41 +0000 (17:57 -0400)
committerTimo Heister <timo.heister@gmail.com>
Fri, 22 Jul 2022 22:01:23 +0000 (18:01 -0400)
13 files changed:
include/deal.II/dofs/dof_tools.h
include/deal.II/grid/manifold.h
include/deal.II/lac/dynamic_sparsity_pattern.h
include/deal.II/lac/full_matrix.h
include/deal.II/lac/identity_matrix.h
include/deal.II/lac/petsc_vector.h
include/deal.II/lac/tridiagonal_matrix.h
include/deal.II/multigrid/mg_block_smoother.h
include/deal.II/multigrid/mg_tools.h
include/deal.II/numerics/vector_tools_boundary.h
include/deal.II/numerics/vector_tools_point_value.h
include/deal.II/numerics/vector_tools_project.h
include/deal.II/numerics/vector_tools_rhs.h

index d26eec2e40c3b1543613e2ae325b558c394e9683..24320c89cca47ab35b204bdfb8e7766f51257070 100644 (file)
@@ -282,9 +282,7 @@ namespace DoFTools
   dof_couplings_from_component_couplings(
     const hp::FECollection<dim, spacedim> &fe,
     const Table<2, Coupling> &             component_couplings);
-  /**
-   * @}
-   */
+  /** @} */
 
   /**
    * @name Sparsity pattern generation
@@ -1808,7 +1806,8 @@ namespace DoFTools
   dof_indices_with_subdomain_association(
     const DoFHandler<dim, spacedim> &dof_handler,
     const types::subdomain_id        subdomain);
-  // @}
+  /** @} */
+
   /**
    * @name DoF indices on patches of cells
    *
index 4d806dce98c13835bc75622f253dccaf8a0751b2..6f0aa4b97c4d0e1f9eadba4a9d8d6a6bcc871400 100644 (file)
@@ -492,12 +492,12 @@ public:
   get_new_point_on_cell(
     const typename Triangulation<dim, spacedim>::cell_iterator &cell) const;
 
-  /// @}
+  /** @} */
 
   /**
    * @name Computing tangent vectors
+   * @{
    */
-  /// @{
 
   /**
    * Return a vector that, at $\mathbf x_1$, is tangential to
@@ -539,12 +539,12 @@ public:
   get_tangent_vector(const Point<spacedim> &x1,
                      const Point<spacedim> &x2) const;
 
-  /// @}
+  /** @} */
 
   /**
    * @name Computing normal vectors
+   * @{
    */
-  /// @{
 
   /**
    * Return the normal vector to a face embedded in this manifold, at
@@ -615,7 +615,7 @@ public:
     const typename Triangulation<dim, spacedim>::face_iterator &face,
     FaceVertexNormals &face_vertex_normals) const;
 
-  /// @}
+  /** @} */
 };
 
 
index 031e48f8e2e78426b373872dbbec2b9bd4f18677..adbb9edde40f79c991135742278cceb6e2f1ddb3 100644 (file)
@@ -604,7 +604,7 @@ public:
   iterator
   end(const size_type r) const;
 
-  // @}
+  /** @} */
 
   /**
    * Compute the bandwidth of the matrix represented by this structure. The
index be214bdfecfcb6561ab08b9bc65924e13d46e97e..03323f16ba7cbe245d4cfad3fd7c3d72b97d2979 100644 (file)
@@ -170,8 +170,6 @@ public:
 
   /**
    * @name Copying into and out of other matrices
-   */
-  /**
    * @{
    */
 
@@ -360,8 +358,6 @@ public:
    */
   /**
    * @name Non-modifying operators
-   */
-  /**
    * @{
    */
 
@@ -530,8 +526,10 @@ public:
   memory_consumption() const;
 
   /** @} */
-  ///@name Iterator functions
-  /** @{ */
+  /**
+   * @name Iterator functions
+   * @{
+   */
 
   /**
    * Mutable iterator starting at the first entry of row <tt>r</tt>.
@@ -558,8 +556,10 @@ public:
   end(const size_type r) const;
 
   /** @} */
-  ///@name Modifying operators
-  /** @{ */
+  /**
+   * @name Modifying operators
+   * @{
+   */
 
   /**
    * Scale the entire matrix by a fixed factor.
@@ -845,8 +845,10 @@ public:
   right_invert(const FullMatrix<number2> &M);
 
   /** @} */
-  ///@name Multiplications
-  /** @{ */
+  /**
+   * @name Multiplications
+   * @{
+   */
 
   /**
    * Matrix-matrix-multiplication.
@@ -1111,7 +1113,7 @@ public:
   /** @} */
 };
 
-/**@}*/
+/** @} */
 
 #ifndef DOXYGEN
 /*-------------------------Inline functions -------------------------------*/
index 6b4fbd628d2ca34c6d1b74142d0c4395c8f556ac..d567f4f161e63612b8a6a64c58bf6c89e12c1a5d 100644 (file)
@@ -239,7 +239,7 @@ IdentityMatrix::Tvmult_add(OutVectorType &out, const InVectorType &in) const
 
 #endif
 
-/**@}*/
+/** @} */
 
 DEAL_II_NAMESPACE_CLOSE
 
index 7f4e2a10c797a94ef1675ba521565d67b0ee39d2..6e2fa08db0f49b29fed3c36c7681fe37f66ed4ea 100644 (file)
@@ -563,7 +563,7 @@ namespace internal
   } // namespace LinearOperatorImplementation
 } /* namespace internal */
 
-/**@}*/
+/** @} */
 
 
 /**
index 4d03298637c99cf3de69071fee2fcb922d2ccf83..aa513061dcf1439fe3665cd2d97ab754231d94d0 100644 (file)
@@ -266,7 +266,7 @@ private:
   LAPACKSupport::State state;
 };
 
-/**@}*/
+/** @} */
 
 //---------------------------------------------------------------------------
 #ifndef DOXYGEN
index f29c0dddd3efb3cb3a0471c4b5ec4baeb7ba979e..b61ff92313cf968b1fcd5ac2e93bb40712a18fd2 100644 (file)
@@ -129,7 +129,7 @@ private:
     mem;
 };
 
-/**@}*/
+/** @} */
 
 //---------------------------------------------------------------------------
 
index b0c7af8b74f12721d45c58ed6841ced74843cb72..a78c53b32c403d1bbab476b1d8fd652d99c2763c 100644 (file)
@@ -36,8 +36,10 @@ class DoFHandler;
 class MGConstrainedDoFs;
 #endif
 
-/* !@addtogroup mg */
-/* @{ */
+/**
+ * addtogroup mg
+ * @{
+ */
 
 /**
  * This is a collection of functions operating on, and manipulating the
index 52bead1a934449c53237c9eddb64a888c89d516c..8a4c7e1db1b9ac0ff0d2054ba3392607bfdd6383 100644 (file)
@@ -747,7 +747,7 @@ namespace VectorTools
     const hp::MappingCollection<dim, dim> &mapping_collection =
       hp::StaticMappingQ1<dim>::mapping_collection);
 
-  // @}
+  /** @} */
 } // namespace VectorTools
 
 DEAL_II_NAMESPACE_CLOSE
index 0c1bd99b5994b77e2be9fdf9987b88b12a29a724..514588d26caff9c301c8a7f50443a36cba6027e9 100644 (file)
@@ -212,7 +212,7 @@ namespace VectorTools
                              const Point<spacedim, double> &  p,
                              const Point<dim, double> &       direction,
                              Vector<double> &                 rhs_vector);
-  // @}
+  /** @} */
 
   /**
    * @name Evaluation of functions and errors
index 0600e0ebbee752bd6e6bf7af59da767f552187a7..a20656f70276c978ede8f88691ed610dad3a0fe1 100644 (file)
@@ -53,8 +53,8 @@ namespace VectorTools
 {
   /**
    * @name Interpolation and projection
+   * @{
    */
-  /** @{ */
 
   /**
    * Compute the projection of @p function to the finite element space. In other
@@ -296,7 +296,7 @@ namespace VectorTools
     VectorType &                                              vec_result,
     const unsigned int                                        fe_component = 0);
 
-  // @}
+  /** @} */
 
 } // namespace VectorTools
 
index 60d20134e145c23fee5354c6bf34d23435fc1d34..ba3ce50a7e87eacc1d7970bcae2492c70666eb0f 100644 (file)
@@ -177,7 +177,7 @@ namespace VectorTools
     VectorType &                                               rhs_vector,
     const std::set<types::boundary_id> &                       boundary_ids =
       std::set<types::boundary_id>());
-  // @}
+  /** @} */
 } // namespace VectorTools
 
 DEAL_II_NAMESPACE_CLOSE

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.