]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Replace MPI_COMM_WORLD by mpi_communicator 10657/head
authorDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Mon, 6 Jul 2020 08:01:43 +0000 (10:01 +0200)
committerDaniel Garcia-Sanchez <daniel.garcia-sanchez@insp.upmc.fr>
Mon, 6 Jul 2020 08:01:43 +0000 (10:01 +0200)
examples/step-50/step-50.cc

index 8b4f490018186eccb038899937aeeaaf23f3bfe8..c42006da713bafad90c327401a22201365b480a4 100644 (file)
@@ -547,7 +547,7 @@ void LaplaceProblem<dim, degree>::setup_system()
           TrilinosWrappers::SparsityPattern dsp(locally_owned_dofs,
                                                 locally_owned_dofs,
                                                 locally_relevant_dofs,
-                                                MPI_COMM_WORLD);
+                                                mpi_communicator);
           DoFTools::make_sparsity_pattern(dof_handler, dsp, constraints);
           dsp.compress();
           system_matrix.reinit(dsp);

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.