]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix flags bug point_values 13284/head
authorMaximilian Bergbauer <bergbauer@lnm.mw.tum.de>
Mon, 24 Jan 2022 12:50:56 +0000 (13:50 +0100)
committerMaximilian Bergbauer <bergbauer@lnm.mw.tum.de>
Mon, 24 Jan 2022 13:09:51 +0000 (14:09 +0100)
include/deal.II/numerics/vector_tools_evaluate.h

index 342af035bd9beb1132481b6d6ff2d4236b5a1382..c0d9f8cb1b904425fe6e06d2b6c3e40cb2b6698f 100644 (file)
@@ -234,7 +234,7 @@ namespace VectorTools
             if (evaluators[cell->active_fe_index()] == nullptr)
               evaluators[cell->active_fe_index()] =
                 std::make_unique<FEPointEvaluation<n_components, dim>>(
-                  cache.get_mapping(), cell->get_fe(), flags);
+                  cache.get_mapping(), cell->get_fe(), update_values);
             auto &evaluator = *evaluators[cell->active_fe_index()];
 
             evaluator.reinit(cell, unit_points);

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.