]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add this's
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 19 Jan 2006 21:53:16 +0000 (21:53 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 19 Jan 2006 21:53:16 +0000 (21:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@12104 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_raviart_thomas.cc

index d50f499d1c7371304b07154d9d27b4c1c7c71031..7fd78f79d68c3f2a10831974db4fa96e40d200dd 100644 (file)
@@ -276,7 +276,7 @@ void
 FE_RaviartThomas<dim>::initialize_restriction()
 {
   for (unsigned int i=0;i<GeometryInfo<dim>::children_per_cell;++i)
-    restriction[i].reinit(0,0);
+    this->restriction[i].reinit(0,0);
 }
 
 #else
@@ -345,7 +345,7 @@ FE_RaviartThomas<dim>::initialize_restriction()
                     * this->shape_value_component(face*this->dofs_per_face+i_face,
                                                   q_sub.point(k),
                                                   GeometryInfo<dim>::unit_normal_direction[face]);
-             restriction[child](face*this->dofs_per_face+i_face,
+             this->restriction[child](face*this->dofs_per_face+i_face,
                                 i_child) = s;
            }
       }
@@ -383,7 +383,7 @@ FE_RaviartThomas<dim>::initialize_restriction()
                s += q_sub.weight(k)
                     * this->shape_value_component(i_child, q_cell.point(k), d)
                     * polynomials[d]->compute_value(i_weight, q_sub.point(k));
-             restriction[child](start_cell_dofs+i_weight*dim+d,
+             this->restriction[child](start_cell_dofs+i_weight*dim+d,
                                 i_child) = s;
            }
     }

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.