From: Matthias Maier Date: Tue, 4 Jul 2023 03:57:08 +0000 (-0500) Subject: Test fe/fe_enriched_step-36: make a test less expensive X-Git-Tag: relicensing~755^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15642%2Fhead;p=dealii.git Test fe/fe_enriched_step-36: make a test less expensive 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. --- diff --git a/tests/fe/fe_enriched_step-36.cc b/tests/fe/fe_enriched_step-36.cc index ecbff3aae7..eabb8d684b 100644 --- a/tests/fe/fe_enriched_step-36.cc +++ b/tests/fe/fe_enriched_step-36.cc @@ -610,7 +610,7 @@ namespace Step36 void EigenvalueProblem::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 n_cells = setup_system(); diff --git a/tests/fe/fe_enriched_step-36.with_petsc=on.with_slepc=on.with_cxx14=on.with_petsc_with_complex=false.output b/tests/fe/fe_enriched_step-36.with_petsc=on.with_slepc=on.with_cxx14=on.with_petsc_with_complex=false.output index 1bac6a3138..516893b783 100644 --- a/tests/fe/fe_enriched_step-36.with_petsc=on.with_slepc=on.with_cxx14=on.with_petsc_with_complex=false.output +++ b/tests/fe/fe_enriched_step-36.with_petsc=on.with_slepc=on.with_cxx14=on.with_petsc_with_complex=false.output @@ -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