]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix compiler errors
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Nov 2010 16:24:30 +0000 (16:24 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Nov 2010 16:24:30 +0000 (16:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@22682 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/mapping_cartesian.cc
deal.II/source/fe/mapping_q1.cc

index 7a06067feb513c5007147e2b01b655a34cb3bc31..0a5c34bc68a31193859676b892bd714bf41babfd 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -372,72 +372,72 @@ fill_fe_values (const typename Triangulation<dim,spacedim>::cell_iterator& cell,
 
 
 
-template <>
-void
-MappingCartesian<1,1>::fill_fe_face_values (
-  const typename Triangulation<1,1>::cell_iterator &,
-  const unsigned int,
-  const Quadrature<0>&,
-  typename Mapping<1,1>::InternalDataBase&,
-  std::vector<Point<1> >&,
-  std::vector<double>&,
-  std::vector<Tensor<1,1> >&,
-  std::vector<Point<1> >&) const
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-template <>
-void
-MappingCartesian<1,2>::fill_fe_face_values (
-  const typename Triangulation<1,2>::cell_iterator &,
-  const unsigned int,
-  const Quadrature<0>&,
-  typename Mapping<1,2>::InternalDataBase&,
-  std::vector<Point<1> >&,
-  std::vector<double>&,
-  std::vector<Tensor<1,1> >&,
-  std::vector<Point<2> >&) const
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-
-template <>
-void
-MappingCartesian<1,1>::fill_fe_subface_values (
-  const typename Triangulation<1,1>::cell_iterator &,
-  const unsigned int,
-  const unsigned int,
-  const Quadrature<0>&,
-  typename Mapping<1,1>::InternalDataBase&,
-  std::vector<Point<1> >&,
-  std::vector<double>&,
-  std::vector<Tensor<1,1> >&,
-  std::vector<Point<1> >&) const
-{
-  Assert(false, ExcNotImplemented());
-}
-
-
-
-template <>
-void
-MappingCartesian<1,2>::fill_fe_subface_values (
-  const typename Triangulation<1,2>::cell_iterator &,
-  const unsigned int,
-  const unsigned int,
-  const Quadrature<0>&,
-  typename Mapping<1,2>::InternalDataBase&,
-  std::vector<Point<1> >&,
-  std::vector<double>&,
-  std::vector<Tensor<1,1> >&,
-  std::vector<Point<2> >&) const
-{
-  Assert(false, ExcNotImplemented());
-}
+// template <>
+// void
+// MappingCartesian<1,1>::fill_fe_face_values (
+//   const typename Triangulation<1,1>::cell_iterator &,
+//   const unsigned int,
+//   const Quadrature<0>&,
+//   typename Mapping<1,1>::InternalDataBase&,
+//   std::vector<Point<1> >&,
+//   std::vector<double>&,
+//   std::vector<Tensor<1,1> >&,
+//   std::vector<Point<1> >&) const
+// {
+//   Assert(false, ExcNotImplemented());
+// }
+
+
+// template <>
+// void
+// MappingCartesian<1,2>::fill_fe_face_values (
+//   const typename Triangulation<1,2>::cell_iterator &,
+//   const unsigned int,
+//   const Quadrature<0>&,
+//   typename Mapping<1,2>::InternalDataBase&,
+//   std::vector<Point<1> >&,
+//   std::vector<double>&,
+//   std::vector<Tensor<1,1> >&,
+//   std::vector<Point<2> >&) const
+// {
+//   Assert(false, ExcNotImplemented());
+// }
+
+
+
+// template <>
+// void
+// MappingCartesian<1,1>::fill_fe_subface_values (
+//   const typename Triangulation<1,1>::cell_iterator &,
+//   const unsigned int,
+//   const unsigned int,
+//   const Quadrature<0>&,
+//   typename Mapping<1,1>::InternalDataBase&,
+//   std::vector<Point<1> >&,
+//   std::vector<double>&,
+//   std::vector<Tensor<1,1> >&,
+//   std::vector<Point<1> >&) const
+// {
+//   Assert(false, ExcNotImplemented());
+// }
+
+
+
+// template <>
+// void
+// MappingCartesian<1,2>::fill_fe_subface_values (
+//   const typename Triangulation<1,2>::cell_iterator &,
+//   const unsigned int,
+//   const unsigned int,
+//   const Quadrature<0>&,
+//   typename Mapping<1,2>::InternalDataBase&,
+//   std::vector<Point<1> >&,
+//   std::vector<double>&,
+//   std::vector<Tensor<1,1> >&,
+//   std::vector<Point<2> >&) const
+// {
+//   Assert(false, ExcNotImplemented());
+// }
 
 
 
index 2b66511b702700df1187dc1169d5800abf8122a1..9dfd082f7f8b1e47531c4ace3e1383ce017c1f9a 100644 (file)
@@ -886,7 +886,7 @@ MappingQ1<2,3>::compute_fill_face (const Triangulation<2,3>::cell_iterator &,
 template <>
 void
 MappingQ1<1,1>::compute_fill_face (
-  const typename Triangulation<1,1>::cell_iterator &,
+  const Triangulation<1,1>::cell_iterator &,
   const unsigned int,
   const unsigned int,
   const unsigned int,
@@ -906,7 +906,7 @@ MappingQ1<1,1>::compute_fill_face (
 template <>
 void
 MappingQ1<1,2>::compute_fill_face (
-  const typename Triangulation<1,2>::cell_iterator &,
+  const Triangulation<1,2>::cell_iterator &,
   const unsigned int,
   const unsigned int,
   const unsigned int,
@@ -926,10 +926,10 @@ MappingQ1<1,2>::compute_fill_face (
 template <>
 void
 MappingQ1<1,1>::fill_fe_face_values (
-  const typename Triangulation<1,1>::cell_iterator &,
+  const Triangulation<1,1>::cell_iterator &,
   const unsigned,
   const Quadrature<0>&,
-  typename Mapping<1,1>::InternalDataBase&,
+  Mapping<1,1>::InternalDataBase&,
   std::vector<Point<1> >&,
   std::vector<double>&,
   std::vector<Tensor<1,1> >&,
@@ -943,10 +943,10 @@ MappingQ1<1,1>::fill_fe_face_values (
 template <>
 void
 MappingQ1<1,2>::fill_fe_face_values (
-  const typename Triangulation<1,2>::cell_iterator &,
+  const Triangulation<1,2>::cell_iterator &,
   const unsigned,
   const Quadrature<0>&,
-  typename Mapping<1,2>::InternalDataBase&,
+  Mapping<1,2>::InternalDataBase&,
   std::vector<Point<2> >&,
   std::vector<double>&,
   std::vector<Tensor<1,2> >&,
@@ -960,11 +960,11 @@ MappingQ1<1,2>::fill_fe_face_values (
 template <>
 void
 MappingQ1<1,1>::fill_fe_subface_values (
-  const typename Triangulation<1,1>::cell_iterator &,
+  const Triangulation<1,1>::cell_iterator &,
   const unsigned,
   const unsigned,
   const Quadrature<0>&,
-  typename Mapping<1,1>::InternalDataBase&,
+  Mapping<1,1>::InternalDataBase&,
   std::vector<Point<1> >&,
   std::vector<double>&,
   std::vector<Tensor<1,1> >&,
@@ -978,11 +978,11 @@ MappingQ1<1,1>::fill_fe_subface_values (
 template <>
 void
 MappingQ1<1,2>::fill_fe_subface_values (
-  const typename Triangulation<1,2>::cell_iterator &,
+  const Triangulation<1,2>::cell_iterator &,
   const unsigned,
   const unsigned,
   const Quadrature<0>&,
-  typename Mapping<1,2>::InternalDataBase&,
+  Mapping<1,2>::InternalDataBase&,
   std::vector<Point<2> >&,
   std::vector<double>&,
   std::vector<Tensor<1,2> >&,

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.