]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix step-40 test: Output n_dofs rather than IndexSet 10011/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 2 May 2020 05:32:02 +0000 (07:32 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sat, 2 May 2020 05:32:02 +0000 (07:32 +0200)
tests/mpi/step-40_direct_solver.cc

index 428ff3be1803481ffd07effab7ade84e38d4e9fc..c34f96614e7d7625151f6ce73ed0bb65c319f56c 100644 (file)
@@ -307,7 +307,7 @@ namespace Step40
              i < Utilities::MPI::n_mpi_processes(mpi_communicator);
              ++i)
           pcout << Utilities::MPI::all_gather(
-                     mpi_communicator, dof_handler.locally_owned_dofs())[i]
+                     mpi_communicator, dof_handler.n_locally_owned_dofs())[i]
                 << '+';
         pcout << std::endl;
 

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.