From: Daniel Arndt Date: Mon, 6 May 2019 13:11:35 +0000 (+0200) Subject: Fix Sacado tests X-Git-Tag: v9.1.0-rc1~127^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8017%2Fhead;p=dealii.git Fix Sacado tests --- diff --git a/tests/ad_common_tests/helper_scalar_coupled_4_components_01.h b/tests/ad_common_tests/helper_scalar_coupled_4_components_01.h index bf56e7d7aa..082b1de741 100644 --- a/tests/ad_common_tests/helper_scalar_coupled_4_components_01.h +++ b/tests/ad_common_tests/helper_scalar_coupled_4_components_01.h @@ -529,7 +529,7 @@ test_symmetric_tensor_tensor_vector_scalar_coupled() FunctionsTestSymmetricTensorTensorVectorScalarCoupled; static const ScalarNumberType tol = - 1e5 * std::numeric_limits::epsilon(); + 1e6 * std::numeric_limits::epsilon(); Assert(std::abs(psi - func::psi(st, t, v, s)) < tol, ExcMessage("No match for function value.")); Assert(std::abs((dpsi_dst - func::dpsi_dst(st, t, v, s)).norm()) < tol, diff --git a/tests/sacado/helper_scalar_coupled_3_components_01_4.with_mpi=true.mpirun=2.output b/tests/sacado/helper_scalar_coupled_3_components_01_4.with_mpi=true.mpirun=2.output index 6a8fc524f3..8562980009 100644 --- a/tests/sacado/helper_scalar_coupled_3_components_01_4.with_mpi=true.mpirun=2.output +++ b/tests/sacado/helper_scalar_coupled_3_components_01_4.with_mpi=true.mpirun=2.output @@ -6,3 +6,4 @@ DEAL:0::OK DEAL:1:Double::OK DEAL:1:Float::OK DEAL:1::OK +