]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix mistake
authorTimo Heister <timo.heister@gmail.com>
Thu, 28 May 2020 01:44:27 +0000 (21:44 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 28 May 2020 01:44:27 +0000 (21:44 -0400)
examples/step-48/step-48.cc

index 1fe2971238858edaf72256c06d1cf693dda13ab2..8b4d5112fc9f30b9c83bac8da4729775ecfea5d5 100644 (file)
@@ -132,7 +132,7 @@ namespace Step48
         fe_eval.reinit(cell);
         for (unsigned int q = 0; q < n_q_points; ++q)
           fe_eval.submit_value(make_vectorized_array(1.), q);
-        fe_eval.integrate();
+        fe_eval.integrate(EvaluationFlags::values);
         fe_eval.distribute_local_to_global(inv_mass_matrix);
       }
 

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.