]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing dummy functions for QProjector<1>.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 15 Jan 2001 10:40:16 +0000 (10:40 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Mon, 15 Jan 2001 10:40:16 +0000 (10:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@3664 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index 1468e2a7aceca113cdcc3ffaaa6394b9eac6b837..77147fe3835d64281c96239c22f292591ec62fb6 100644 (file)
@@ -220,6 +220,15 @@ QProjector<dim>::QProjector (const Quadrature<dim-1> &quadrature,
 }
 
 
+template <>
+void QProjector<1>::project_to_face (const Quadrature<0> &,
+                                    const unsigned int,
+                                    vector<Point<1> > &)
+{
+  Assert(false, ExcNotImplemented());
+}
+
+
 template <>
 void QProjector<2>::project_to_face (const Quadrature<1> &quadrature,
                                     const unsigned int   face_no,
@@ -299,6 +308,17 @@ void QProjector<3>::project_to_face (const Quadrature<2> &quadrature,
 
 
 
+template <>
+void QProjector<1>::project_to_subface (const Quadrature<0> &,
+                                       const unsigned int,
+                                       const unsigned int,
+                                       vector<Point<1> > &)
+{
+  Assert(false, ExcNotImplemented());
+}
+
+
+  
 template <>
 void QProjector<2>::project_to_subface (const Quadrature<1> &quadrature,
                                        const unsigned int   face_no,

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.