]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update step-33.cc
authorMario Zepeda Aguilar <mario.zepeda@upr.edu>
Tue, 6 Aug 2019 21:36:25 +0000 (17:36 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sun, 25 Aug 2019 21:48:12 +0000 (17:48 -0400)
examples/step-33/step-33.cc

index f20f72c1ea659cbb6da11a49763c4441debd8bd0..6b97d3468569da46f287630e43a105c69ac0a8b8 100644 (file)
@@ -1445,8 +1445,8 @@ namespace Step33
     std::vector<types::global_dof_index> dof_indices_neighbor(dofs_per_cell);
 
     const UpdateFlags update_flags = update_values | update_gradients |
-                                     update_q_points | update_JxW_values,
-                      face_update_flags = update_values | update_q_points |
+                                     update_quadrature_points | update_JxW_values,
+                      face_update_flags = update_values | update_quadrature_points |
                                           update_JxW_values |
                                           update_normal_vectors,
                       neighbor_face_update_flags = update_values;

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.