]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't use deal_II_dimension inside functions. Rather use a specialization.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 19:10:18 +0000 (19:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 29 Sep 2003 19:10:18 +0000 (19:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@8061 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/mapping_q1.h

index 4236a12e8ca3c98b8a94cb31f8baae87cce4a408..c6e24aa1292a6fdd17440237ca7908b1eb892cc9 100644 (file)
@@ -671,6 +671,13 @@ template<> void MappingQ1<3>::compute_shapes_virtual (
   const std::vector<Point<3> > &unit_points,
   InternalData &data) const;
 
+template <>
+void
+MappingQ1<1>::compute_face_data (const UpdateFlags,
+                                 const Quadrature<1> &,
+                                 const unsigned int,
+                                 InternalData &) const;
+
 template <> void MappingQ1<1>::compute_fill_face (
   const DoFHandler<1>::cell_iterator &,
   const unsigned int,

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.