]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update include/deal.II/numerics/vector_tools_evaluate.h 12809/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 10 Oct 2021 02:23:51 +0000 (22:23 -0400)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 02:23:51 +0000 (22:23 -0400)
Co-authored-by: Peter Munch <peterrmuench@gmail.com>
include/deal.II/numerics/vector_tools_evaluate.h

index aa8db8763c695c1411ec632455ab1e007d72f1e6..342af035bd9beb1132481b6d6ff2d4236b5a1382 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(), update_flags);
+                  cache.get_mapping(), cell->get_fe(), flags);
             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.