]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing functions
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Sep 2010 18:59:24 +0000 (18:59 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Sep 2010 18:59:24 +0000 (18:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@22023 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_dg_vector.templates.h

index 9a322f71bcde7026d6d4fddab7f0b6b4f2195a58..b77d1cf67f719189e89c3c8258b77918c423c45b 100644 (file)
@@ -103,4 +103,22 @@ FE_DGVector<POLY,dim,spacedim>::interpolate(
   Assert(false, ExcNotImplemented());
 }
 
+template <class POLY, int dim, int spacedim>
+void
+FE_DGVector<POLY,dim,spacedim>::interpolate(
+  std::vector<double>& /*local_dofs*/,
+  const VectorSlice<const std::vector<std::vector<double> > >& /*values*/) const
+{
+  Assert(false, ExcNotImplemented());
+}
+
+
+template <class POLY, int dim, int spacedim>
+unsigned int
+FE_DGVector<POLY,dim,spacedim>::memory_consumption() const
+{
+  Assert(false, ExcNotImplemented());
+  return 0;
+}
+
 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.