]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
introduce default constructor to initalize update flags
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Sep 2010 17:03:11 +0000 (17:03 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Sep 2010 17:03:11 +0000 (17:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@22091 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 197f94a20b8d3d36f5376cf8b0bc15f0efaffa3d..8a927b0d881ab8fd259ca1fe0ec11cc9a26f4a7f 100644 (file)
@@ -567,6 +567,11 @@ namespace MeshWorker
                                        */
       typedef IntegrationInfo<dim, spacedim> CellInfo;
 
+                                      /**
+                                       * Default constructor.
+                                       */
+      IntegrationInfoBox ();
+      
       void initialize(const FiniteElement<dim, spacedim>& el,
                      const Mapping<dim, spacedim>& mapping,
                      const BlockInfo* block_info = 0);
index 2a4750eaebbb11738bc7cf4bf812424ea148864e..67b414bf1d7a8f68b0a03d6a811ce6afdfb9e09e 100644 (file)
@@ -194,6 +194,15 @@ namespace MeshWorker
   
 //----------------------------------------------------------------------//
 
+  template<int dim, int sdim>
+  IntegrationInfoBox<dim,sdim>::IntegrationInfoBox()
+  {
+    cell_flags = update_default;
+    boundary_flags = update_default;
+    face_flags = update_default;
+    neighbor_flags = update_default;
+  }
+  
 
   template<int dim, int sdim>
   void

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.