]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Adjust naming in the 3d case to what we have in 2d.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Nov 2004 04:08:44 +0000 (04:08 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Nov 2004 04:08:44 +0000 (04:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@9787 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index e940a15af0c2a34a22d8ddf281b318d0d1fa4082..0b84320f79f65279a7aa274b6885f068f6aab460 100644 (file)
@@ -1383,7 +1383,7 @@ FE_Q<3>::initialize_constraints ()
   for (unsigned int i=0;i<=this->degree;++i)
     v.push_back(Polynomials::LagrangeEquidistant(this->degree,i));
 
-  const TensorProductPolynomials<dim-1> face_polynomial(v);
+  const TensorProductPolynomials<dim-1> face_polynomials(v);
 
   this->interface_constraints
     .TableBase<2,double>::reinit (this->interface_constraints_size());
@@ -1475,7 +1475,7 @@ FE_Q<3>::initialize_constraints ()
             new_index = indices[1] * (this->degree + 1) + indices[0];
 
           this->interface_constraints(j,i) = 
-            face_polynomial.compute_value (new_index, constraint_point);
+            face_polynomials.compute_value (new_index, constraint_point);
            
                                            // if the value is small up
                                            // to round-off, then

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.