]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add to documentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Aug 2010 15:57:51 +0000 (15:57 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 31 Aug 2010 15:57:51 +0000 (15:57 +0000)
git-svn-id: https://svn.dealii.org/trunk@21810 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/mesh_worker_info.h

index 9e292807e2c3a74236c62eb8f2fae3ce2f26c3a8..057eec05fb7d50f6e97a2933e0fbcbd6afecd164 100644 (file)
@@ -576,11 +576,21 @@ namespace MeshWorker
       void initialize_update_flags();
 
                                       /**
-                                       * Add additional values for update.
+                                       * Add additional update flags
+                                       * to the ones already set in
+                                       * this program. The four
+                                       * boolean flags indicate
+                                       * wether the additional flags
+                                       * should be set for cell,
+                                       * boundary, interelement face,
+                                       * or neighbor integration, or
+                                       * any combination thereof.
                                        */
-      void add_update_flags(const UpdateFlags flags, bool cell = true,
-                           bool boundary = true, bool face = true,
-                           bool neighbor = true);
+      void add_update_flags(const UpdateFlags flags,
+                           const bool cell = true,
+                           const bool boundary = true,
+                           const bool face = true,
+                           const bool neighbor = true);
 
                                       /** Assign n-point Gauss
                                        * quadratures to each of the

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.