]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Modify comments.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 14:06:59 +0000 (14:06 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Jun 2005 14:06:59 +0000 (14:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@10983 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_base.h

index 82dae1329bda5c3c889945cd9be1433401e59734..9b5ad1dcd0440f13d4073c876b59d0ce1979f4a0 100644 (file)
@@ -56,7 +56,8 @@ class FiniteElementData
                                      * is measured by the Sobolev
                                      * space containing the
                                      * constructed finite element
-                                     * space and also called this way.
+                                     * space and is also called this
+                                     * way.
                                      *
                                      * Note that certain continuities
                                      * may imply others. For
@@ -103,17 +104,54 @@ class FiniteElementData
                                      */
     enum Conformity
     {
-/// Indicates incompatible continuities of a system.
+                                          /**
+                                           * Indicates incompatible
+                                           * continuities of a
+                                           * system.
+                                           */
          unknown = 0x00,
-/// Discontinuous elements. See above!
+         
+                                          /**
+                                           * Discontinuous
+                                           * elements. See above!
+                                           */
          L2 = 0x01,
-/// Conformity with the space <i>H<sup>curl</sup></i> (continuous tangential component of a vector field)
+         
+                                          /**
+                                           * Conformity with the
+                                           * space
+                                           * <i>H<sup>curl</sup></i>
+                                           * (continuous tangential
+                                           * component of a vector
+                                           * field)
+                                           */
          Hcurl = 0x02,
-/// Conformity with the space <i>H<sup>div</sup></i> (continuous normal component of a vector field)
+         
+                                          /**
+                                           * Conformity with the
+                                           * space
+                                           * <i>H<sup>div</sup></i>
+                                           * (continuous normal
+                                           * component of a vector
+                                           * field)
+                                           */
          Hdiv = 0x04,
-/// Conformity with the space <i>H<sup>1</sup></i> (continuous)
-         H1 = 0x06,
-/// Conformity with the space <i>H<sup>2</sup></i> (continuously differentiable)
+         
+                                          /**
+                                           * Conformity with the
+                                           * space
+                                           * <i>H<sup>1</sup></i>
+                                           * (continuous)
+                                           */
+         H1 = Hcurl | Hdiv,
+         
+                                          /**
+                                           * Conformity with the
+                                           * space
+                                           * <i>H<sup>2</sup></i>
+                                           * (continuously
+                                           * differentiable)
+                                           */
          H2 = 0x0e
     };
     

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.