]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix mpi/extract_boundary_dofs 12095/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 26 Apr 2021 14:11:28 +0000 (10:11 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 26 Apr 2021 14:11:41 +0000 (10:11 -0400)
tests/mpi/extract_boundary_dofs.cc

index 64d96e4c00dc60ccb8e09d230ad509abc9d6fb14..74e9d692bc3d24a9917a15fb32374c530f334ca0 100644 (file)
@@ -43,7 +43,7 @@ test()
   DoFHandler<dim> dofh(tr);
   dofh.distribute_dofs(fe);
 
-  const IndexSet boundary_dofs =
+  IndexSet boundary_dofs =
     DoFTools::extract_boundary_dofs(dofh, std::vector<bool>(1, true));
   if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0)
     boundary_dofs.write(deallog.get_file_stream());

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.