]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use different partitioner in mpi/mpi/subdomain_ids_parallel_08 5521/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Thu, 23 Nov 2017 14:18:54 +0000 (15:18 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 24 Nov 2017 07:26:34 +0000 (08:26 +0100)
tests/mpi/subdomain_ids_parallel_08.cc
tests/mpi/subdomain_ids_parallel_08.mpirun=2.output

index a433ec3223c403e06192aabda850edc62b985ed3..c9e8d1811942c737f38a2a19fde03f42f88b0a33 100644 (file)
 template<int dim>
 void test()
 {
-  parallel::shared::Triangulation<dim> tria(MPI_COMM_WORLD);
+  parallel::shared::Triangulation<dim>
+  tria(MPI_COMM_WORLD,
+       ::Triangulation<dim>::none,
+       false,
+       parallel::shared::Triangulation<dim>::partition_zorder);
+
   GridGenerator::hyper_cube(tria);
   tria.refine_global(3);
 
index 76b868c7e15f3b031c7f6587a14bbf50333b6d23..8983941d25e6731b85dd7e3aefcd84305bda36bc 100644 (file)
@@ -1,5 +1,3 @@
 
 DEAL:0::OK for 2d
 DEAL:0::OK for 3d
-
-

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.