]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Test fe/fe_enriched_step-36: make a test less expensive 15642/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 4 Jul 2023 03:57:08 +0000 (22:57 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 4 Jul 2023 03:57:08 +0000 (22:57 -0500)
The debug variant of fe/fe_enriched_step-36 takes about 6 minute to
execute with clang and -fsanitize=address. Let's make it a bit less
expensive.

tests/fe/fe_enriched_step-36.cc
tests/fe/fe_enriched_step-36.with_petsc=on.with_slepc=on.with_cxx14=on.with_petsc_with_complex=false.output

index ecbff3aae72c946a37b2c2414d64c341f21c2d79..eabb8d684b7c7be394585597822fe8fc45840901 100644 (file)
@@ -610,7 +610,7 @@ namespace Step36
   void
   EigenvalueProblem<dim>::run()
   {
-    for (unsigned int cycle = 0; cycle < 4; ++cycle)
+    for (unsigned int cycle = 0; cycle < 2; ++cycle)
       {
         pcout << "Cycle " << cycle << std::endl;
         const std::pair<unsigned int, unsigned int> n_cells = setup_system();
index 1bac6a3138029f7535daa3a621be1d4cfc876af5..516893b78303b0d7f0465512a6aa3e8d57bdd8f0 100644 (file)
@@ -10,15 +10,3 @@ Cycle 1
    Number of degrees of freedom: 2206
 
       Eigenvalue 0 : -0.498786
-Cycle 2
-   Number of active cells:       512
-     FE / POUFE :                504 / 72
-   Number of degrees of freedom: 5734
-
-      Eigenvalue 0 : -0.499788
-Cycle 3
-   Number of active cells:       568
-     FE / POUFE :                504 / 136
-   Number of degrees of freedom: 6508
-
-      Eigenvalue 0 : -0.499818

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.