]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix problem with added update_values tag.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Dec 1999 16:29:32 +0000 (16:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Dec 1999 16:29:32 +0000 (16:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@2136 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/helmholtz1.th
tests/deal.II/helmholtz1mg.th

index 85373d700faee6c732074079b502cf5ae2c1fa94..3f09e4f11d6240363901bd7b71486df6499b2503 100644 (file)
@@ -10,8 +10,8 @@ Helmholtz::build_all(MATRIX& A,
 {
   const unsigned int fe_dofs = dof.get_fe().n_dofs_per_cell();
   FEValues<dim> fe(dof.get_fe(), quadrature,
-                  UpdateFlags(update_gradients | update_JxW_values |
-                              update_q_points));
+                  UpdateFlags(update_values     | update_gradients | 
+                              update_JxW_values | update_q_points));
   
   Vector<double> elvec(fe_dofs);
   FullMatrix<double> elmat(fe_dofs);
index b4d358e180698638e2c5d60560f192dbd9f7df01..5bf4392710b2b187a1896a471d89d8a6abb14139 100644 (file)
@@ -8,8 +8,8 @@ Helmholtz::build_mgmatrix(MGMatrix<MATRIX>& A,
 {
   const unsigned int fe_dofs = dof.get_fe().n_dofs_per_cell();
   FEValues<dim> fe(dof.get_fe(), quadrature,
-                  UpdateFlags(update_gradients | update_JxW_values |
-                              update_q_points));
+                  UpdateFlags(update_values     | update_gradients |
+                              update_JxW_values | update_q_points));
   
   Vector<double> elvec(fe_dofs);
   FullMatrix<double> elmat(fe_dofs);

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.