]> https://gitweb.dealii.org/ - dealii.git/commitdiff
PArpack: reword comments in the unit tests
authorDenis Davydov <davydden@gmail.com>
Thu, 17 Sep 2015 19:45:40 +0000 (21:45 +0200)
committerDenis Davydov <davydden@gmail.com>
Thu, 17 Sep 2015 19:45:40 +0000 (21:45 +0200)
tests/arpack/step-36_parpack.cc
tests/arpack/step-36_parpack_trilinos.cc

index b37eb61ed0b05a28cc0e49c7944d99c35fe6fecd..98387375ebcc1a2033c9b9ca3e6db917d7a79e6e 100644 (file)
@@ -133,10 +133,8 @@ void test ()
   dealii::GridGenerator::hyper_cube (triangulation, -1, 1);
   triangulation.refine_global (global_mesh_refinement_steps);
 
-  // METIS:
+  // we do not use metis but rather partition by hand below.
   //dealii::GridTools::partition_triangulation (n_mpi_processes, triangulation);
-
-  // partition by hand
   {
     const double x0 = -1.0;
     const double x1 =  1.0;
index df8c833db1f3c12521d18ba4a12fc4160056b2fa..17d18057f266877cad2cc3884821ef02a4e66efe 100644 (file)
@@ -109,10 +109,8 @@ void test ()
   GridGenerator::hyper_cube (triangulation, -1, 1);
   triangulation.refine_global (global_mesh_refinement_steps);
 
-  //METIS:
-  //GridTools::partition_triangulation (n_mpi_processes, triangulation);
-
-  // partition by hand
+  // we do not use metis but rather partition by hand below.
+  //dealii::GridTools::partition_triangulation (n_mpi_processes, triangulation);
   {
     const double x0 = -1.0;
     const double x1 =  1.0;

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.