From 4e120796b0c3e95a5472ece2082df174441292d1 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 21 Dec 2017 14:54:18 +0100 Subject: [PATCH] Increase precision in arpack/parpack_advection_diffusion_petsc --- tests/arpack/parpack_advection_diffusion_petsc.cc | 1 + ...ack=true.mpirun=3.with_petsc_with_complex=false.output | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/arpack/parpack_advection_diffusion_petsc.cc b/tests/arpack/parpack_advection_diffusion_petsc.cc index 4c047bac78..4bd40e5263 100644 --- a/tests/arpack/parpack_advection_diffusion_petsc.cc +++ b/tests/arpack/parpack_advection_diffusion_petsc.cc @@ -395,6 +395,7 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); + deallog << std::setprecision(7); try { diff --git a/tests/arpack/parpack_advection_diffusion_petsc.with_mpi=true.with_petsc=true.with_arpack_with_parpack=true.mpirun=3.with_petsc_with_complex=false.output b/tests/arpack/parpack_advection_diffusion_petsc.with_mpi=true.with_petsc=true.with_arpack_with_parpack=true.mpirun=3.with_petsc_with_complex=false.output index 0744b5ca91..d7776ab6dd 100644 --- a/tests/arpack/parpack_advection_diffusion_petsc.with_mpi=true.with_petsc=true.with_arpack_with_parpack=true.mpirun=3.with_petsc_with_complex=false.output +++ b/tests/arpack/parpack_advection_diffusion_petsc.with_mpi=true.with_petsc=true.with_arpack_with_parpack=true.mpirun=3.with_petsc_with_complex=false.output @@ -1,5 +1,5 @@ -DEAL::(32.2359,0.00000) -DEAL::(40.3938,-4.48216) -DEAL::(40.3938,4.48216) -DEAL::(50.5706,-9.07560) +DEAL::(32.23585,0.000000) +DEAL::(40.39385,-4.482164) +DEAL::(40.39385,4.482164) +DEAL::(50.57060,-9.075606) DEAL::Ok -- 2.39.5