]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Small test fix for automatic version detection
authorNicolas Barnafi <nabw91@gmail.com>
Fri, 9 Sep 2022 16:42:28 +0000 (18:42 +0200)
committerNicolas Barnafi <nabw91@gmail.com>
Fri, 9 Sep 2022 16:42:28 +0000 (18:42 +0200)
tests/petsc/bddc.cc
tests/petsc/bddc.with_petsc=true.geq.3.10.mpirun=2.output [moved from tests/petsc/bddc.with_petsc=true.mpirun=2.output with 100% similarity]

index cb32bf2ab0c359ed0a83a60f60f71882ce504109..b3fbaafa0f20519f2560ae6f1b931855b45d51a1 100644 (file)
@@ -63,7 +63,6 @@ main(int argc, char *argv[])
 
   initlog();
   deallog << std::setprecision(10);
-#if DEAL_II_PETSC_VERSION_GTE(3, 10, 0)
   parallel::distributed::Triangulation<2> triangulation(MPI_COMM_WORLD);
   FE_Q<2>                                 fe(1);
   DoFHandler<2>                           dof_handler(triangulation);
@@ -186,10 +185,5 @@ main(int argc, char *argv[])
                             2);
 
   deallog << "CG/BDDC:OK" << std::endl;
-#else
-  deallog << "MATIS:OK" << std::endl;
-  deallog << "DEAL::Solver stopped within 1 - 2 iterations" << std::endl;
-  deallog << "CG/BDDC:OK" << std::endl;
-#endif
   return 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.