]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Very stupid idea to write UpdateFlags(0)! Might be that we therefore
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Dec 1999 10:59:20 +0000 (10:59 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 23 Dec 1999 10:59:20 +0000 (10:59 +0000)
have introduced upadte_default?

git-svn-id: https://svn.dealii.org/trunk@2118 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/matrices.cc

index 40026511fd3f498d1fbd7e22d1c21b5f0a6914df..3de2be66b8e4ba6f4b5d0f98f193d58b94c62df5 100644 (file)
@@ -1021,7 +1021,7 @@ MatrixCreator<dim>::create_interpolation_matrix(const FiniteElement<dim> &high,
   Quadrature<dim> low_points(support_points,
                             phantom_weights);
 
-  FEValues<dim> fe(high, low_points, UpdateFlags(0));
+  FEValues<dim> fe(high, low_points, update_values);
   
   for (unsigned int i=0; i<low.dofs_per_cell; ++i)
     for (unsigned int j=0; j<high.dofs_per_cell; ++j)

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.