]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed missing instantiations
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Dec 2013 16:03:57 +0000 (16:03 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 Dec 2013 16:03:57 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_manifold_id@31879 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/grid/tria_boundary_lib.h
deal.II/source/grid/tria_boundary_lib.cc

index a6f63a3ebb643902804dd8cceb983805b737dedb..20e2b5416f0679bfefaef8c3582db6717d29586b 100644 (file)
@@ -88,9 +88,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<spacedim>
-  get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<spacedim>
+//   get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
   /**
    * Refer to the general documentation of
@@ -274,9 +274,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<dim>
-  get_new_point (const std::vector<Point<dim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<dim>
+//   get_new_point (const std::vector<Point<dim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
 
   /**
@@ -418,9 +418,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<spacedim>
-  get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<spacedim>
+//   get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
 
   /**
@@ -604,9 +604,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<dim>
-  get_new_point (const std::vector<Point<dim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<dim>
+//   get_new_point (const std::vector<Point<dim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
     
   /**
@@ -724,9 +724,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<dim>
-  get_new_point (const std::vector<Point<dim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<dim>
+//   get_new_point (const std::vector<Point<dim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
 
   /**
@@ -820,9 +820,9 @@ public:
    * this class and the documentation of the
    * base class.
    */
-  virtual Point<spacedim>
-  get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
-                const std::vector<double> &weights) const;
+//   virtual Point<spacedim>
+//   get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
+//              const std::vector<double> &weights) const;
 
 
   /**
index 86d512782c86a57ae760ee28c2433d313624efdb..dfe6410b08e3399c18a4b8aacb6d18a130420568 100644 (file)
@@ -25,8 +25,6 @@
 
 DEAL_II_NAMESPACE_OPEN
 
-
-
 template <int dim, int spacedim>
 CylinderBoundary<dim,spacedim>::CylinderBoundary (const double radius,
                                                   const unsigned int axis)
@@ -487,23 +485,23 @@ HyperBallBoundary<dim,spacedim>::HyperBallBoundary (const Point<spacedim> p,
   compute_radius_automatically(false)
 {}
 
-template <int dim, int spacedim>
-Point<spacedim>
-HyperBallBoundary<dim,spacedim>::get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
-              const std::vector<double> &weights) const
-{
-  Assert(surrounding_points.size() == weights.size(),
-        ExcDimensionMismatch(surrounding_points.size(), weights.size()));
-
-  double radius = 0;
-  for(unsigned int i=0; i<surrounding_points.size(); ++i)
-    radius += weights[i]*(surrounding_points[i]-center).norm();
-
-  Point<spacedim> p = FlatManifold<spacedim>::get_new_point(surrounding_points, weights);
-  p = p-center;
-  p = p/p.norm()*radius+center;  
-  return p; 
-}
+// template <int dim, int spacedim>
+// Point<spacedim>
+// HyperBallBoundary<dim,spacedim>::get_new_point (const std::vector<Point<spacedim> > &surrounding_points,
+//            const std::vector<double> &weights) const
+// {
+//   Assert(surrounding_points.size() == weights.size(),
+//      ExcDimensionMismatch(surrounding_points.size(), weights.size()));
+
+//   double radius = 0;
+//   for(unsigned int i=0; i<surrounding_points.size(); ++i)
+//     radius += weights[i]*(surrounding_points[i]-center).norm();
+
+//   Point<spacedim> p = FlatManifold<spacedim>::get_new_point(surrounding_points, weights);
+//   p = p-center;
+//   p = p/p.norm()*radius+center;  
+//   return p; 
+// }
 
 
 template <int dim, int spacedim>

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.