]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not ask for things we don't actually need. 14908/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Mar 2023 23:53:45 +0000 (17:53 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 17 Mar 2023 23:53:45 +0000 (17:53 -0600)
include/deal.II/numerics/data_postprocessor.h
source/numerics/data_postprocessor.cc

index 2188864ab42f0274a6afadab49d8255035107241..e56f4fb949cfc3945ef42dde644cbf4ead19eeea 100644 (file)
@@ -162,7 +162,7 @@ namespace DataPostprocessorInputs
    * {
    * public:
    *   BoundaryIds()
-   *     : DataPostprocessorScalar<dim>("boundary_id", update_quadrature_points)
+   *     : DataPostprocessorScalar<dim>("boundary_id", update_default)
    *   {}
    *
    *
index b4c2895af1235fbbccbc3342c0e3ecc75c9db427..0ae1c7b7583c3cda2ce1cb178aecd9fe94c424b1 100644 (file)
@@ -200,7 +200,7 @@ namespace DataPostprocessors
 {
   template <int dim>
   BoundaryIds<dim>::BoundaryIds()
-    : DataPostprocessorScalar<dim>("boundary_id", update_quadrature_points)
+    : DataPostprocessorScalar<dim>("boundary_id", update_default)
   {}
 
 

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.