From: David Wells Date: Sun, 25 Aug 2019 21:48:46 +0000 (-0400) Subject: Clean up the last two commits slightly. X-Git-Tag: v9.2.0-rc1~1182^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798297ed8d50253d511a64dcbc04e3b4e08e7fdd;p=dealii.git Clean up the last two commits slightly. --- diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index 6b97d34685..8db89f0471 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -1445,10 +1445,11 @@ namespace Step33 std::vector dof_indices_neighbor(dofs_per_cell); const UpdateFlags update_flags = update_values | update_gradients | - update_quadrature_points | update_JxW_values, - face_update_flags = update_values | update_quadrature_points | - update_JxW_values | - update_normal_vectors, + 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; FEValues fe_v(mapping, fe, quadrature, update_flags); diff --git a/examples/step-4/step-4.cc b/examples/step-4/step-4.cc index 0ab6776ce1..792674e03b 100644 --- a/examples/step-4/step-4.cc +++ b/examples/step-4/step-4.cc @@ -422,8 +422,7 @@ void Step4::assemble_system() // If there are faces with boundary id other than 0, then the function // interpolate_boundary_values will do nothing on these faces. For // the Laplace equation doing nothing is equivalent to assuming that - // on those parts of the boundary, zero Neumann - // boundary condition hold. + // on those parts of the boundary a zero Neumann boundary condition holds. std::map boundary_values; VectorTools::interpolate_boundary_values(dof_handler, 0,