]> https://gitweb.dealii.org/ - dealii.git/commitdiff
cleanup
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 17 Oct 2005 14:38:43 +0000 (14:38 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 17 Oct 2005 14:38:43 +0000 (14:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@11612 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_raviart_thomas_nodal.cc

index 54b3059ad5ce43487519437ee64e5382724917ba..a64af0bf83f615d3a59aa33c6ced880ec631c006 100644 (file)
@@ -342,7 +342,8 @@ FE_RaviartThomasNodal<dim>::initialize_support_points (const unsigned int deg)
 {
   this->generalized_support_points.resize (this->dofs_per_cell);
   this->generalized_face_support_points.resize (this->dofs_per_face);
-  
+
+                                  // Number of the point being entered
   unsigned int current = 0;
 
                                   // On the faces, we choose as many
@@ -359,8 +360,9 @@ FE_RaviartThomasNodal<dim>::initialize_support_points (const unsigned int deg)
       for (unsigned int k=0;k<this->dofs_per_face;++k)
        this->generalized_face_support_points[k] = face_points.point(k);
       Quadrature<dim> faces = QProjector<dim>::project_to_all_faces(face_points);
-      for (unsigned int k=0;k<//faces.n_quadrature_points
-                         this->dofs_per_face*GeometryInfo<dim>::faces_per_cell;++k)
+      for (unsigned int k=0;
+          k<this->dofs_per_face*GeometryInfo<dim>::faces_per_cell;
+          ++k)
        this->generalized_support_points[k] = faces.point(k);
 
       current = this->dofs_per_face*GeometryInfo<dim>::faces_per_cell;

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.