]> https://gitweb.dealii.org/ - dealii.git/commitdiff
MatrixFreeTools: small clean up 13373/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 13 Feb 2022 11:43:39 +0000 (12:43 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 13 Feb 2022 11:43:39 +0000 (12:43 +0100)
include/deal.II/matrix_free/tools.h
tests/matrix_free/compute_diagonal_07.cc

index a48808e3e981cbcc32c78336a9e011f16ff42efe..5347bd4175208b0d6a8f8fdc022e60635bc55f43 100644 (file)
@@ -1026,7 +1026,7 @@ namespace MatrixFreeTools
           {
             integrator.reinit(cell);
 
-            unsigned int const n_filled_lanes =
+            const unsigned int n_filled_lanes =
               matrix_free.n_active_entries_per_cell_batch(cell);
 
             for (unsigned int v = 0; v < n_filled_lanes; ++v)
index eb0c3f087fde658814328db5ef1efe7245336c3e..8b7d022cf5e838ea452ed6de6153a2b3b3201d19 100644 (file)
@@ -50,8 +50,6 @@ test()
   DoFTools::make_zero_boundary_constraints(dof_handler_q, constraints_q);
   constraints_q.close();
 
-  constraints_q.print(std::cout);
-
   AffineConstraints<Number> constraints_system;
   DoFTools::make_hanging_node_constraints(dof_handler_system,
                                           constraints_system);
@@ -59,8 +57,6 @@ test()
                                            constraints_system);
   constraints_system.close();
 
-  constraints_system.print(std::cout);
-
   typename MatrixFree<dim, Number, VectorizedArrayType>::AdditionalData
     additional_data;
   additional_data.mapping_update_flags = update_values | update_gradients;

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.