]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Terminate one formula. Properly indent in a few places.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 17 Aug 2010 19:40:21 +0000 (19:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 17 Aug 2010 19:40:21 +0000 (19:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@21671 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/vectors.h

index ea3ae3c338d31e93056b056a3d6db97825ce57fe..a002834726bca2d00a489ac928cb7053a4d8e1af 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -945,14 +945,14 @@ class VectorTools
                                       std::vector<unsigned int>       component_mapping = std::vector<unsigned int>());
 
 
-                     /**
-                      * Compute constraints that correspond to
-                      * boundary conditions of the form
-                      * $\vec{n}\times\vec{u}=\vec{n}\times\vec{f},
-                      * i.e. the tangential components of $u$
-                      * and $f$ shall coincide.
-                      *
-                      * If the ConstraintMatrix @p constraints
+                                    /**
+                                     * Compute constraints that correspond to
+                                     * boundary conditions of the form
+                                     * $\vec{n}\times\vec{u}=\vec{n}\times\vec{f}$,
+                                     * i.e. the tangential components of $u$
+                                     * and $f$ shall coincide.
+                                     *
+                                     * If the ConstraintMatrix @p constraints
                                      * contained values or other
                                      * constraints before, the new ones are
                                      * added or the old ones overwritten,
@@ -1012,13 +1012,13 @@ class VectorTools
                                      *
                                      * First one projects $\vec{f}$ on the
                                      * lowest-order edge shape functions. Then the
-                                     * remaining part $(I-P_0)\vec{f}$ of the 
+                                     * remaining part $(I-P_0)\vec{f}$ of the
                                      * function is projected on the remaining
                                      * higher-order edge shape functions. In the
                                      * last step we project $(I-P_0-P_e)\vec{f}$
                                      * on the bubble shape functions defined on
                                      * the face.
-                      */
+                                     */
    template <int dim>
    static void project_boundary_values_curl_conforming (const DoFHandler<dim>& dof_handler,
      const unsigned int first_vector_component,
@@ -1027,9 +1027,9 @@ class VectorTools
      ConstraintMatrix& constraints,
      const Mapping<dim>& mapping = StaticMappingQ1<dim>::mapping);
 
-                     /**
-                      * Same as above for the hp-namespace.
-                      */
+                                    /**
+                                     * Same as above for the hp-namespace.
+                                     */
    template <int dim>
    static void project_boundary_values_curl_conforming (const hp::DoFHandler<dim>& dof_handler,
      const unsigned int first_vector_component,

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.