]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reindent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 22 Feb 2006 16:34:03 +0000 (16:34 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 22 Feb 2006 16:34:03 +0000 (16:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@12460 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/hp_fe_values.h
deal.II/deal.II/source/fe/hp_fe_values.cc

index 5e67739f2a90a724432fc52b2405e42de4c8a992..b270eb207198d78b86485af1703d6a23c112b052 100644 (file)
@@ -40,13 +40,13 @@ namespace internal
  * object. To make things more efficient, however, these FE*Values
  * objects are only created once requested (lazy allocation).
  *
- * The first template parameter denotes the
- * space dimension we are in, the second the dimensionality of the
- * object that we integrate on, i.e. for usual @p hp::FEValues it is
- * equal to the first one, while for face integration it is one
- * less. The third template parameter indicates the type of underlying
- * non-hp FE*Values base type, i.e. it could either be ::FEValues,
- * ::FEFaceValues, or ::FESubfaceValues.
+ * The first template parameter denotes the space dimension we are in,
+ * the second the dimensionality of the object that we integrate on,
+ * i.e. for usual @p hp::FEValues it is equal to the first one, while
+ * for face integration it is one less. The third template parameter
+ * indicates the type of underlying non-hp FE*Values base type,
+ * i.e. it could either be ::FEValues, ::FEFaceValues, or
+ * ::FESubfaceValues.
  * 
  * @ingroup hp
  *
index 89c8cdf88ed8ac9e0e1f579d019837ee1069085b..ab967860a3e5e3b0a0dedc2db5e8622a509189d7 100644 (file)
@@ -118,9 +118,9 @@ namespace hp
                            const UpdateFlags                 update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim,::FEValues<dim> > (mapping,
-                                                                  fe_collection,
-                                                                  q_collection,
-                                                                  update_flags)
+                                                                       fe_collection,
+                                                                       q_collection,
+                                                                       update_flags)
   {}
 
 
@@ -130,8 +130,8 @@ namespace hp
                            const UpdateFlags            update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim,::FEValues<dim> > (fe_collection,
-                                                       q_collection,
-                                                       update_flags)
+                                                                       q_collection,
+                                                                       update_flags)
   {}
 
 
@@ -190,9 +190,9 @@ namespace hp
                                    const UpdateFlags         update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim-1,::FEFaceValues<dim> > (mapping,
-                                                         fe_collection,
-                                                         q_collection,
-                                                         update_flags)
+                                                                             fe_collection,
+                                                                             q_collection,
+                                                                             update_flags)
   {}
 
 
@@ -202,8 +202,8 @@ namespace hp
                                    const UpdateFlags         update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim-1,::FEFaceValues<dim> > (fe_collection,
-                                                         q_collection,
-                                                         update_flags)
+                                                                             q_collection,
+                                                                             update_flags)
   {}
 
 
@@ -263,9 +263,9 @@ namespace hp
                                          const UpdateFlags         update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim-1,::FESubfaceValues<dim> > (mapping,
-                                                         fe_collection,
-                                                         q_collection,
-                                                         update_flags)
+                                                                                fe_collection,
+                                                                                q_collection,
+                                                                                update_flags)
   {}
 
 
@@ -275,8 +275,8 @@ namespace hp
                                          const UpdateFlags         update_flags)
                   :
                   internal::hp::FEValuesBase<dim,dim-1,::FESubfaceValues<dim> > (fe_collection,
-                                                         q_collection,
-                                                         update_flags)
+                                                                                q_collection,
+                                                                                update_flags)
   {}
 
 

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.