]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
errors in mg_renumbered_?? fixed
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2014 09:37:19 +0000 (09:37 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 21 May 2014 09:37:19 +0000 (09:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@32954 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/meshworker/vector_selector.h
deal.II/include/deal.II/meshworker/vector_selector.templates.h

index ff4d2e2fd400fdf5f52805011baa49e944c412e7..e35975a1bb6cfbe977ff318c5de59afd99e5dbb7 100644 (file)
@@ -373,7 +373,7 @@ namespace MeshWorker
    */
   template <class VECTOR, int dim, int spacedim = dim>
   class MGVectorData :
-    public VectorDataBase<dim, spacedim>
+      public VectorData<VECTOR, dim, spacedim>
   {
   public:
     /**
index c48e19e25d3212736a5eef2bd50986b02ad42109..f367c3d06d008db75120305d58ff58011318095f 100644 (file)
@@ -176,8 +176,8 @@ namespace MeshWorker
 
   template <class VECTOR, int dim, int spacedim>
   MGVectorData<VECTOR, dim, spacedim>::MGVectorData(const VectorSelector &s)
-    :
-    VectorDataBase<dim, spacedim>(s)
+                 :
+                 VectorData<VECTOR, dim, spacedim>(s)
   {}
 
 
@@ -241,16 +241,6 @@ namespace MeshWorker
         fe.get_function_hessians((*src)[level], make_slice(index, start, size), dst, true);
       }
   }
-
-
-  template <class VECTOR, int dim, int spacedim>
-  std::size_t
-  MGVectorData<VECTOR, dim, spacedim>::memory_consumption () const
-  {
-    std::size_t mem = VectorSelector::memory_consumption();
-    mem += sizeof (this->data);
-    return mem;
-  }
 }
 
 DEAL_II_NAMESPACE_CLOSE

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.