]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing functions project_to_{sub}face for 1d.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 08:46:27 +0000 (08:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 08:46:27 +0000 (08:46 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3706 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/quadrature.cc

index a5396147eb922f83dcd949ecdd16c9c71e7335bc..294a4d66d526ad388de133bcd8398bc3d775c201 100644 (file)
@@ -191,6 +191,16 @@ Quadrature<dim>::memory_consumption () const
 
 
 
+template <>
+void QProjector<1>::project_to_face (const Quadrature<0>    &quadrature,
+                                    const unsigned int      face_no,
+                                    std::vector<Point<1> > &q_points)
+{
+  Assert (false, ExcNotImplemented());
+};
+
+
+
 template <>
 void QProjector<2>::project_to_face (const Quadrature<1>    &quadrature,
                                     const unsigned int      face_no,
@@ -270,6 +280,17 @@ void QProjector<3>::project_to_face (const Quadrature<2>    &quadrature,
 
 
 
+template <>
+void QProjector<1>::project_to_subface (const Quadrature<0>    &quadrature,
+                                       const unsigned int      face_no,
+                                       const unsigned int      subface_no,
+                                       std::vector<Point<1> > &q_points)
+{
+  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.