From 78fae3747ff630a9ce001cb87830ff6dd50860bf Mon Sep 17 00:00:00 2001 From: Roland Date: Mon, 21 Oct 2019 10:37:33 +0200 Subject: [PATCH] Updated test outputs for failing tests --- .../arpack_advection_diffusion.with_umfpack=true.output | 1 + tests/arpack/step-36_ar.with_umfpack=true.output | 1 + ...ep-36_ar_shift.output => step-36_ar_shift.debug.output} | 1 + tests/arpack/step-36_ar_shift.release.output | 7 +++++++ 4 files changed, 10 insertions(+) rename tests/arpack/{step-36_ar_shift.output => step-36_ar_shift.debug.output} (85%) create mode 100644 tests/arpack/step-36_ar_shift.release.output diff --git a/tests/arpack/arpack_advection_diffusion.with_umfpack=true.output b/tests/arpack/arpack_advection_diffusion.with_umfpack=true.output index 492d63b38c..9f534b77f0 100644 --- a/tests/arpack/arpack_advection_diffusion.with_umfpack=true.output +++ b/tests/arpack/arpack_advection_diffusion.with_umfpack=true.output @@ -1,4 +1,5 @@ +DEAL::Convergence step 16 value 0.00000 DEAL:: Eigenvalue 0 : (31.3555,0.00000) DEAL:: Eigenvalue 1 : (39.6418,-4.53224) DEAL:: Eigenvalue 2 : (39.6418,4.53224) diff --git a/tests/arpack/step-36_ar.with_umfpack=true.output b/tests/arpack/step-36_ar.with_umfpack=true.output index 684685d6fb..b9591d254d 100644 --- a/tests/arpack/step-36_ar.with_umfpack=true.output +++ b/tests/arpack/step-36_ar.with_umfpack=true.output @@ -1,4 +1,5 @@ +DEAL::Convergence step 8 value 0.00000 DEAL:: Eigenvalue 0 : (4.93877,0.00000) DEAL:: Eigenvalue 1 : (12.3707,0.00000) DEAL:: Eigenvalue 2 : (12.3707,0.00000) diff --git a/tests/arpack/step-36_ar_shift.output b/tests/arpack/step-36_ar_shift.debug.output similarity index 85% rename from tests/arpack/step-36_ar_shift.output rename to tests/arpack/step-36_ar_shift.debug.output index 684685d6fb..255fdfd3f4 100644 --- a/tests/arpack/step-36_ar_shift.output +++ b/tests/arpack/step-36_ar_shift.debug.output @@ -1,4 +1,5 @@ +DEAL::Convergence step 4 value 0.00000 DEAL:: Eigenvalue 0 : (4.93877,0.00000) DEAL:: Eigenvalue 1 : (12.3707,0.00000) DEAL:: Eigenvalue 2 : (12.3707,0.00000) diff --git a/tests/arpack/step-36_ar_shift.release.output b/tests/arpack/step-36_ar_shift.release.output new file mode 100644 index 0000000000..b9591d254d --- /dev/null +++ b/tests/arpack/step-36_ar_shift.release.output @@ -0,0 +1,7 @@ + +DEAL::Convergence step 8 value 0.00000 +DEAL:: Eigenvalue 0 : (4.93877,0.00000) +DEAL:: Eigenvalue 1 : (12.3707,0.00000) +DEAL:: Eigenvalue 2 : (12.3707,0.00000) +DEAL:: Eigenvalue 3 : (19.8027,0.00000) +DEAL:: Eigenvalue 4 : (24.8370,0.00000) -- 2.39.5