From: Matthias Maier Date: Sun, 13 Aug 2017 16:39:37 +0000 (-0500) Subject: tests: Update affected tests X-Git-Tag: v9.0.0-rc1~1275^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7e5c3fee45661a52a283055bbd6ea45d57264f;p=dealii.git tests: Update affected tests --- diff --git a/tests/algorithms/newton_01.cc b/tests/algorithms/newton_01.cc index 8be4e5214f..3dad0000cc 100644 --- a/tests/algorithms/newton_01.cc +++ b/tests/algorithms/newton_01.cc @@ -122,7 +122,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/algorithms/newton_02.cc b/tests/algorithms/newton_02.cc index 673063a411..28a4244d99 100644 --- a/tests/algorithms/newton_02.cc +++ b/tests/algorithms/newton_02.cc @@ -116,7 +116,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/algorithms/theta_01.cc b/tests/algorithms/theta_01.cc index 3d9b59955a..a5537131af 100644 --- a/tests/algorithms/theta_01.cc +++ b/tests/algorithms/theta_01.cc @@ -58,7 +58,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FullMatrix matrix(2); matrix(0,0) = 0.; diff --git a/tests/aniso/anisotropic_crash.cc b/tests/aniso/anisotropic_crash.cc index c514a1a9b4..e8a686206c 100644 --- a/tests/aniso/anisotropic_crash.cc +++ b/tests/aniso/anisotropic_crash.cc @@ -38,7 +38,6 @@ int main() logfile.precision (3); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Create triangulation Triangulation<2> tri; diff --git a/tests/aniso/fe_tools.cc b/tests/aniso/fe_tools.cc index c615f86882..19326fea66 100644 --- a/tests/aniso/fe_tools.cc +++ b/tests/aniso/fe_tools.cc @@ -170,7 +170,6 @@ int main() std::ofstream logfile("output"); deallog.attach(logfile); deallog << std::setprecision(8); - deallog.threshold_double(1.e-8); test_projection<2>(logfile); test_projection<3>(logfile); diff --git a/tests/aniso/mesh_3d_21.cc b/tests/aniso/mesh_3d_21.cc index d5cdc9505e..736b11fbff 100644 --- a/tests/aniso/mesh_3d_21.cc +++ b/tests/aniso/mesh_3d_21.cc @@ -179,7 +179,6 @@ void check2 (Triangulation<3> &orig_tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid(Triangulation<3>::allow_anisotropic_smoothing); diff --git a/tests/aniso/solution_transfer.cc b/tests/aniso/solution_transfer.cc index a55824e4f4..e5bf03d798 100644 --- a/tests/aniso/solution_transfer.cc +++ b/tests/aniso/solution_transfer.cc @@ -130,7 +130,6 @@ int main() deallog << std::setprecision (4); logfile << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); transfer<2>(logfile); transfer<3>(logfile); diff --git a/tests/aniso/up_and_down.cc b/tests/aniso/up_and_down.cc index 1241143b72..2824ef9659 100644 --- a/tests/aniso/up_and_down.cc +++ b/tests/aniso/up_and_down.cc @@ -246,7 +246,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/arpack/arpack_advection_diffusion.cc b/tests/arpack/arpack_advection_diffusion.cc index 4ed80024b8..ee6e545977 100644 --- a/tests/arpack/arpack_advection_diffusion.cc +++ b/tests/arpack/arpack_advection_diffusion.cc @@ -316,7 +316,6 @@ int main (int argc, char **argv) using namespace dealii; initlog(); - deallog.threshold_double(1.e-10); EigenvalueProblem<2> problem(4); diff --git a/tests/arpack/parpack_advection_diffusion_petsc.cc b/tests/arpack/parpack_advection_diffusion_petsc.cc index 8019c11d13..39e7ef2b2a 100644 --- a/tests/arpack/parpack_advection_diffusion_petsc.cc +++ b/tests/arpack/parpack_advection_diffusion_petsc.cc @@ -395,7 +395,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); - dealii::deallog.threshold_double(eps); try { diff --git a/tests/arpack/parpack_advection_diffusion_trilinos.cc b/tests/arpack/parpack_advection_diffusion_trilinos.cc index 3debff01f7..46c3ef4b45 100644 --- a/tests/arpack/parpack_advection_diffusion_trilinos.cc +++ b/tests/arpack/parpack_advection_diffusion_trilinos.cc @@ -395,7 +395,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/arpack/step-36_ar.cc b/tests/arpack/step-36_ar.cc index 122af228ec..0630a2a4d2 100644 --- a/tests/arpack/step-36_ar.cc +++ b/tests/arpack/step-36_ar.cc @@ -329,7 +329,6 @@ int main (int argc, char **argv) using namespace Step36; initlog(); - deallog.threshold_double(1.e-10); EigenvalueProblem<2> problem (""); diff --git a/tests/arpack/step-36_ar_shift.cc b/tests/arpack/step-36_ar_shift.cc index b278520a2c..cc300622b8 100644 --- a/tests/arpack/step-36_ar_shift.cc +++ b/tests/arpack/step-36_ar_shift.cc @@ -332,7 +332,6 @@ int main (int argc, char **argv) using namespace Step36; initlog(); - deallog.threshold_double(1.e-10); EigenvalueProblem<2> problem (""); diff --git a/tests/arpack/step-36_parpack.cc b/tests/arpack/step-36_parpack.cc index bc0c1b08b4..d0dde054db 100644 --- a/tests/arpack/step-36_parpack.cc +++ b/tests/arpack/step-36_parpack.cc @@ -359,7 +359,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); - dealii::deallog.threshold_double(eps); try { diff --git a/tests/arpack/step-36_parpack_mf.cc b/tests/arpack/step-36_parpack_mf.cc index 9d1ed7ad9f..9795269805 100644 --- a/tests/arpack/step-36_parpack_mf.cc +++ b/tests/arpack/step-36_parpack_mf.cc @@ -202,7 +202,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/arpack/step-36_parpack_mf_02.cc b/tests/arpack/step-36_parpack_mf_02.cc index 4b17658e30..3f3b383d1b 100644 --- a/tests/arpack/step-36_parpack_mf_02.cc +++ b/tests/arpack/step-36_parpack_mf_02.cc @@ -210,7 +210,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/arpack/step-36_parpack_mf_03.cc b/tests/arpack/step-36_parpack_mf_03.cc index 59de9f6ea3..f0d994dd9a 100644 --- a/tests/arpack/step-36_parpack_mf_03.cc +++ b/tests/arpack/step-36_parpack_mf_03.cc @@ -208,7 +208,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/arpack/step-36_parpack_trilinos.cc b/tests/arpack/step-36_parpack_trilinos.cc index 6b67d828c3..1860bac98e 100644 --- a/tests/arpack/step-36_parpack_trilinos.cc +++ b/tests/arpack/step-36_parpack_trilinos.cc @@ -360,7 +360,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/base/aligned_vector_01.cc b/tests/base/aligned_vector_01.cc index 26d1f5c485..98f9bc7876 100644 --- a/tests/base/aligned_vector_01.cc +++ b/tests/base/aligned_vector_01.cc @@ -89,7 +89,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/aligned_vector_02.cc b/tests/base/aligned_vector_02.cc index 8a48708aa2..8c99bed8fa 100644 --- a/tests/base/aligned_vector_02.cc +++ b/tests/base/aligned_vector_02.cc @@ -87,7 +87,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/aligned_vector_03.cc b/tests/base/aligned_vector_03.cc index c63d842e00..98510b69f6 100644 --- a/tests/base/aligned_vector_03.cc +++ b/tests/base/aligned_vector_03.cc @@ -88,7 +88,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/aligned_vector_05.cc b/tests/base/aligned_vector_05.cc index 2b76a787fc..51d24d24b8 100644 --- a/tests/base/aligned_vector_05.cc +++ b/tests/base/aligned_vector_05.cc @@ -59,7 +59,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/aligned_vector_move.cc b/tests/base/aligned_vector_move.cc index 6a0ad278ca..8943300086 100644 --- a/tests/base/aligned_vector_move.cc +++ b/tests/base/aligned_vector_move.cc @@ -58,7 +58,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/base/auto_derivative_function.cc b/tests/base/auto_derivative_function.cc index 2f48da05d5..c81210214a 100644 --- a/tests/base/auto_derivative_function.cc +++ b/tests/base/auto_derivative_function.cc @@ -120,7 +120,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim=2; AutoSinExp auto_function; diff --git a/tests/base/boost_fusion.cc b/tests/base/boost_fusion.cc index c1202c6552..01341433aa 100644 --- a/tests/base/boost_fusion.cc +++ b/tests/base/boost_fusion.cc @@ -27,7 +27,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << boost::math::erf (0.5) << std::endl; } diff --git a/tests/base/boost_iostreams_01.cc b/tests/base/boost_iostreams_01.cc index c78cc79231..2dfe9c8d26 100644 --- a/tests/base/boost_iostreams_01.cc +++ b/tests/base/boost_iostreams_01.cc @@ -50,7 +50,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/conditional_ostream.cc b/tests/base/conditional_ostream.cc index a50b582295..ba9fbdc938 100644 --- a/tests/base/conditional_ostream.cc +++ b/tests/base/conditional_ostream.cc @@ -27,7 +27,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ConditionalOStream o(logfile, true); o << "Yes" << std::endl; diff --git a/tests/base/convergence_table_01.cc b/tests/base/convergence_table_01.cc index 14ccff93aa..dd97eaa1a2 100644 --- a/tests/base/convergence_table_01.cc +++ b/tests/base/convergence_table_01.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ConvergenceTable table; ConvergenceTable table_2; diff --git a/tests/base/convergence_table_02.cc b/tests/base/convergence_table_02.cc index 22632b1b1a..346599cf0c 100644 --- a/tests/base/convergence_table_02.cc +++ b/tests/base/convergence_table_02.cc @@ -27,7 +27,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ConvergenceTable table; diff --git a/tests/base/convergence_table_03.cc b/tests/base/convergence_table_03.cc index 65daa89f6b..76b51a79f3 100644 --- a/tests/base/convergence_table_03.cc +++ b/tests/base/convergence_table_03.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ConvergenceTable table; table.set_auto_fill_mode (true); diff --git a/tests/base/convergence_table_04.cc b/tests/base/convergence_table_04.cc index 753bf44d3c..51b4558918 100644 --- a/tests/base/convergence_table_04.cc +++ b/tests/base/convergence_table_04.cc @@ -32,7 +32,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ConvergenceTable table_1; ConvergenceTable table_2; diff --git a/tests/base/full_tensor_01.cc b/tests/base/full_tensor_01.cc index 5c3fe49bd2..119eea0aba 100644 --- a/tests/base/full_tensor_01.cc +++ b/tests/base/full_tensor_01.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Tensor<2,2> t; t[0][0] = 1; diff --git a/tests/base/full_tensor_02.cc b/tests/base/full_tensor_02.cc index 0a703102ce..d8b3e381ae 100644 --- a/tests/base/full_tensor_02.cc +++ b/tests/base/full_tensor_02.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Tensor<2,3> t; t[0][0] = 1; diff --git a/tests/base/full_tensor_03.cc b/tests/base/full_tensor_03.cc index c020379b88..e22fa11ff7 100644 --- a/tests/base/full_tensor_03.cc +++ b/tests/base/full_tensor_03.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Tensor<4,2> t; t[0][0][0][0] = 1; diff --git a/tests/base/full_tensor_04.cc b/tests/base/full_tensor_04.cc index 7796985210..a899e8a4d8 100644 --- a/tests/base/full_tensor_04.cc +++ b/tests/base/full_tensor_04.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Tensor<4,3> t; t[0][0][0][0] = 1; diff --git a/tests/base/full_tensor_05.cc b/tests/base/full_tensor_05.cc index 3b7be8bea9..bec765d2f5 100644 --- a/tests/base/full_tensor_05.cc +++ b/tests/base/full_tensor_05.cc @@ -78,7 +78,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/full_tensor_06.cc b/tests/base/full_tensor_06.cc index 4e5eed2884..1864eaf6c0 100644 --- a/tests/base/full_tensor_06.cc +++ b/tests/base/full_tensor_06.cc @@ -83,7 +83,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/full_tensor_08.cc b/tests/base/full_tensor_08.cc index 96c7511b9c..019b3eb894 100644 --- a/tests/base/full_tensor_08.cc +++ b/tests/base/full_tensor_08.cc @@ -63,7 +63,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/full_tensor_09.cc b/tests/base/full_tensor_09.cc index 1c43c6f68a..2c7632a5b4 100644 --- a/tests/base/full_tensor_09.cc +++ b/tests/base/full_tensor_09.cc @@ -46,7 +46,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/full_tensor_10.cc b/tests/base/full_tensor_10.cc index 9c12014cff..878ea9f0e8 100644 --- a/tests/base/full_tensor_10.cc +++ b/tests/base/full_tensor_10.cc @@ -47,7 +47,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<4> (); test<5> (); diff --git a/tests/base/function_derivative.cc b/tests/base/function_derivative.cc index ab19046edb..85868a15cd 100644 --- a/tests/base/function_derivative.cc +++ b/tests/base/function_derivative.cc @@ -156,7 +156,6 @@ check_sine(unsigned int nquad) int main() { initlog(); - deallog.threshold_double(1.e-10); check_sine<2>(3); check_sine<3>(3); diff --git a/tests/base/function_parser.cc b/tests/base/function_parser.cc index 01fb87f4a9..237f285632 100644 --- a/tests/base/function_parser.cc +++ b/tests/base/function_parser.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); // Define some constants that will be used by the function parser std::map constants; diff --git a/tests/base/function_parser_02.cc b/tests/base/function_parser_02.cc index b701aaf848..9fb4231526 100644 --- a/tests/base/function_parser_02.cc +++ b/tests/base/function_parser_02.cc @@ -30,7 +30,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); diff --git a/tests/base/functions_02.cc b/tests/base/functions_02.cc index b5a119040d..7e09a91875 100644 --- a/tests/base/functions_02.cc +++ b/tests/base/functions_02.cc @@ -166,7 +166,6 @@ void check_laplacian_list(const Function &f) int main() { initlog(); - deallog.threshold_double(1.e-10); if (true) { diff --git a/tests/base/functions_03.cc b/tests/base/functions_03.cc index 4c3c3e0902..ef49ae444e 100644 --- a/tests/base/functions_03.cc +++ b/tests/base/functions_03.cc @@ -137,7 +137,6 @@ void check_laplacian_list (const Function &f) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << "Functions PillowFunction" << std::endl; check_value (Functions::PillowFunction<1>()); diff --git a/tests/base/functions_04.cc b/tests/base/functions_04.cc index 9860a3fc76..3129ab0892 100644 --- a/tests/base/functions_04.cc +++ b/tests/base/functions_04.cc @@ -194,7 +194,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); if (true) { diff --git a/tests/base/functions_05.cc b/tests/base/functions_05.cc index 86b9329101..ea610ef2ca 100644 --- a/tests/base/functions_05.cc +++ b/tests/base/functions_05.cc @@ -71,7 +71,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check1<1> (); check1<2> (); diff --git a/tests/base/functions_06.cc b/tests/base/functions_06.cc index d5d9fc67ce..372009d5a7 100644 --- a/tests/base/functions_06.cc +++ b/tests/base/functions_06.cc @@ -81,7 +81,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check1<1> (); check1<2> (); diff --git a/tests/base/functions_07.cc b/tests/base/functions_07.cc index dcc3f7c2d1..a633fd65fb 100644 --- a/tests/base/functions_07.cc +++ b/tests/base/functions_07.cc @@ -66,7 +66,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/base/functions_08.cc b/tests/base/functions_08.cc index 526ff69af7..97eb57a1c4 100644 --- a/tests/base/functions_08.cc +++ b/tests/base/functions_08.cc @@ -78,7 +78,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check1<1> (); check1<2> (); diff --git a/tests/base/functions_09.cc b/tests/base/functions_09.cc index b31affd490..1c067438de 100644 --- a/tests/base/functions_09.cc +++ b/tests/base/functions_09.cc @@ -130,7 +130,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1,1>(); check<2,1>(); diff --git a/tests/base/functions_10.cc b/tests/base/functions_10.cc index 1d1d6c5d32..11b150ef7f 100644 --- a/tests/base/functions_10.cc +++ b/tests/base/functions_10.cc @@ -127,7 +127,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/base/functions_11.cc b/tests/base/functions_11.cc index 3a58664b44..793e69563c 100644 --- a/tests/base/functions_11.cc +++ b/tests/base/functions_11.cc @@ -129,7 +129,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/base/functions_12.cc b/tests/base/functions_12.cc index b44bfb5b3a..adbce4ce86 100644 --- a/tests/base/functions_12.cc +++ b/tests/base/functions_12.cc @@ -70,7 +70,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/base/functions_constant_function_00.cc b/tests/base/functions_constant_function_00.cc index 386c59933a..536ef2c199 100644 --- a/tests/base/functions_constant_function_00.cc +++ b/tests/base/functions_constant_function_00.cc @@ -197,7 +197,6 @@ int main() std::ofstream logfile(LOG_FILE); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_n_components<1,NUMBER> (component_data); test_n_components<2,NUMBER> (component_data); diff --git a/tests/base/functions_cspline.cc b/tests/base/functions_cspline.cc index 1252f2449b..6375ea7d1b 100644 --- a/tests/base/functions_cspline.cc +++ b/tests/base/functions_cspline.cc @@ -72,7 +72,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); } diff --git a/tests/base/functions_cspline_02.cc b/tests/base/functions_cspline_02.cc index 21a56ab116..c20d485d80 100644 --- a/tests/base/functions_cspline_02.cc +++ b/tests/base/functions_cspline_02.cc @@ -73,7 +73,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); } diff --git a/tests/base/functions_spherical_01.cc b/tests/base/functions_spherical_01.cc index 8dcc9bb3aa..3866e931d4 100644 --- a/tests/base/functions_spherical_01.cc +++ b/tests/base/functions_spherical_01.cc @@ -166,7 +166,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3>(); } diff --git a/tests/base/functions_spherical_02.cc b/tests/base/functions_spherical_02.cc index 3aa75dc3e0..b015193c6e 100644 --- a/tests/base/functions_spherical_02.cc +++ b/tests/base/functions_spherical_02.cc @@ -218,7 +218,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3>(); } diff --git a/tests/base/gauss_lobatto.cc b/tests/base/gauss_lobatto.cc index f541d30b32..e50f124080 100644 --- a/tests/base/gauss_lobatto.cc +++ b/tests/base/gauss_lobatto.cc @@ -24,7 +24,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int n=2; n<20; ++n) { diff --git a/tests/base/generate_normal_random_number_01.cc b/tests/base/generate_normal_random_number_01.cc index 321d416683..929b87aeec 100644 --- a/tests/base/generate_normal_random_number_01.cc +++ b/tests/base/generate_normal_random_number_01.cc @@ -51,7 +51,6 @@ std::pair test () int main() { initlog(); - deallog.threshold_double(1.e-10); // create 4 threads, run the test function on them Threads::Thread > tg[4]; diff --git a/tests/base/geometric_utilities_01.cc b/tests/base/geometric_utilities_01.cc index d9bb5fad98..e49828b415 100644 --- a/tests/base/geometric_utilities_01.cc +++ b/tests/base/geometric_utilities_01.cc @@ -108,7 +108,6 @@ void test3d() int main () { initlog(); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/geometric_utilities_02.cc b/tests/base/geometric_utilities_02.cc index d668eaa56f..3c3a38e8c2 100644 --- a/tests/base/geometric_utilities_02.cc +++ b/tests/base/geometric_utilities_02.cc @@ -56,7 +56,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<3> (); diff --git a/tests/base/geometry_info_1.cc b/tests/base/geometry_info_1.cc index 5a5c9a9e7a..574603b694 100644 --- a/tests/base/geometry_info_1.cc +++ b/tests/base/geometry_info_1.cc @@ -87,7 +87,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/geometry_info_2.cc b/tests/base/geometry_info_2.cc index cf06422882..efcf83e44a 100644 --- a/tests/base/geometry_info_2.cc +++ b/tests/base/geometry_info_2.cc @@ -109,7 +109,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1> (); diff --git a/tests/base/geometry_info_3.cc b/tests/base/geometry_info_3.cc index e2ec01523f..0ce62ad598 100644 --- a/tests/base/geometry_info_3.cc +++ b/tests/base/geometry_info_3.cc @@ -50,7 +50,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/geometry_info_4.cc b/tests/base/geometry_info_4.cc index 0eaf3a6d46..040a7ed353 100644 --- a/tests/base/geometry_info_4.cc +++ b/tests/base/geometry_info_4.cc @@ -70,7 +70,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/geometry_info_5.cc b/tests/base/geometry_info_5.cc index 4c9fd1568f..623abda063 100644 --- a/tests/base/geometry_info_5.cc +++ b/tests/base/geometry_info_5.cc @@ -71,7 +71,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/geometry_info_6.cc b/tests/base/geometry_info_6.cc index 24cb841463..74d831f8d2 100644 --- a/tests/base/geometry_info_6.cc +++ b/tests/base/geometry_info_6.cc @@ -134,7 +134,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/geometry_info_7.cc b/tests/base/geometry_info_7.cc index 5813150de0..04a50c9487 100644 --- a/tests/base/geometry_info_7.cc +++ b/tests/base/geometry_info_7.cc @@ -189,7 +189,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/geometry_info_8.cc b/tests/base/geometry_info_8.cc index ac15c5ab33..3cbe4448c0 100644 --- a/tests/base/geometry_info_8.cc +++ b/tests/base/geometry_info_8.cc @@ -92,7 +92,6 @@ void test_lines() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << std::endl << "GeometryInfo::face_to_cell_vertices:" << std::endl; diff --git a/tests/base/hierarchical.cc b/tests/base/hierarchical.cc index 3d69dce930..829a7b8f72 100644 --- a/tests/base/hierarchical.cc +++ b/tests/base/hierarchical.cc @@ -31,7 +31,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const std::vector > p = Hierarchical::generate_complete_basis (10); diff --git a/tests/base/index_set_01.cc b/tests/base/index_set_01.cc index b0308f0274..5de7159308 100644 --- a/tests/base/index_set_01.cc +++ b/tests/base/index_set_01.cc @@ -42,7 +42,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_02.cc b/tests/base/index_set_02.cc index a3b44ca985..53391d972e 100644 --- a/tests/base/index_set_02.cc +++ b/tests/base/index_set_02.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_03.cc b/tests/base/index_set_03.cc index e51e73322a..56c7372a43 100644 --- a/tests/base/index_set_03.cc +++ b/tests/base/index_set_03.cc @@ -46,7 +46,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_04.cc b/tests/base/index_set_04.cc index c05d926db7..5aa5af1d5f 100644 --- a/tests/base/index_set_04.cc +++ b/tests/base/index_set_04.cc @@ -50,7 +50,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_05.cc b/tests/base/index_set_05.cc index 1bbcb6b116..2e07715b71 100644 --- a/tests/base/index_set_05.cc +++ b/tests/base/index_set_05.cc @@ -48,7 +48,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_06.cc b/tests/base/index_set_06.cc index 8073eeb883..67ebe4084c 100644 --- a/tests/base/index_set_06.cc +++ b/tests/base/index_set_06.cc @@ -48,7 +48,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_07.cc b/tests/base/index_set_07.cc index db85488543..c2c649d573 100644 --- a/tests/base/index_set_07.cc +++ b/tests/base/index_set_07.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_08.cc b/tests/base/index_set_08.cc index 69b98c2980..9d41b10091 100644 --- a/tests/base/index_set_08.cc +++ b/tests/base/index_set_08.cc @@ -53,7 +53,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_09.cc b/tests/base/index_set_09.cc index 0aef47043a..9521fff8a1 100644 --- a/tests/base/index_set_09.cc +++ b/tests/base/index_set_09.cc @@ -43,7 +43,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_10.cc b/tests/base/index_set_10.cc index ec9a49efcf..5fd6ac2697 100644 --- a/tests/base/index_set_10.cc +++ b/tests/base/index_set_10.cc @@ -57,7 +57,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_11.cc b/tests/base/index_set_11.cc index a0c858db51..3595a7d30c 100644 --- a/tests/base/index_set_11.cc +++ b/tests/base/index_set_11.cc @@ -62,7 +62,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_12.cc b/tests/base/index_set_12.cc index 8c4b792ee6..1ba0727f9b 100644 --- a/tests/base/index_set_12.cc +++ b/tests/base/index_set_12.cc @@ -57,7 +57,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_13.cc b/tests/base/index_set_13.cc index 1264377803..7802e69caa 100644 --- a/tests/base/index_set_13.cc +++ b/tests/base/index_set_13.cc @@ -63,7 +63,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_14.cc b/tests/base/index_set_14.cc index 26776f9ed8..7c0323cc7a 100644 --- a/tests/base/index_set_14.cc +++ b/tests/base/index_set_14.cc @@ -70,7 +70,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_15.cc b/tests/base/index_set_15.cc index c4f7b9b6d3..d1a0067154 100644 --- a/tests/base/index_set_15.cc +++ b/tests/base/index_set_15.cc @@ -76,7 +76,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_16.cc b/tests/base/index_set_16.cc index 209e85533b..6ad3b5f674 100644 --- a/tests/base/index_set_16.cc +++ b/tests/base/index_set_16.cc @@ -60,7 +60,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_17.cc b/tests/base/index_set_17.cc index 45c0198e54..ec595ebe46 100644 --- a/tests/base/index_set_17.cc +++ b/tests/base/index_set_17.cc @@ -50,7 +50,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_18.cc b/tests/base/index_set_18.cc index 2ced3e9c13..798e8e8ece 100644 --- a/tests/base/index_set_18.cc +++ b/tests/base/index_set_18.cc @@ -50,7 +50,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_19.cc b/tests/base/index_set_19.cc index 724f542af3..8592e1540f 100644 --- a/tests/base/index_set_19.cc +++ b/tests/base/index_set_19.cc @@ -55,7 +55,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_20.cc b/tests/base/index_set_20.cc index 862ce4e390..4f09ed6ed2 100644 --- a/tests/base/index_set_20.cc +++ b/tests/base/index_set_20.cc @@ -97,7 +97,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_20_offset.cc b/tests/base/index_set_20_offset.cc index 25b04d50cc..9a4f5a2a6e 100644 --- a/tests/base/index_set_20_offset.cc +++ b/tests/base/index_set_20_offset.cc @@ -86,7 +86,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_21.cc b/tests/base/index_set_21.cc index ca9b0df46d..ef6e4a0d02 100644 --- a/tests/base/index_set_21.cc +++ b/tests/base/index_set_21.cc @@ -53,7 +53,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_22.cc b/tests/base/index_set_22.cc index bd90b6a79c..2da378115a 100644 --- a/tests/base/index_set_22.cc +++ b/tests/base/index_set_22.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_23.cc b/tests/base/index_set_23.cc index 7b8b055812..9d0f8bff58 100644 --- a/tests/base/index_set_23.cc +++ b/tests/base/index_set_23.cc @@ -42,7 +42,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_28.cc b/tests/base/index_set_28.cc index 2ffb147de2..f8a06df7e8 100644 --- a/tests/base/index_set_28.cc +++ b/tests/base/index_set_28.cc @@ -68,7 +68,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_29.cc b/tests/base/index_set_29.cc index 85d05487b7..98e105c656 100644 --- a/tests/base/index_set_29.cc +++ b/tests/base/index_set_29.cc @@ -68,7 +68,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_30.cc b/tests/base/index_set_30.cc index c234dfb36e..67ea514dbb 100644 --- a/tests/base/index_set_30.cc +++ b/tests/base/index_set_30.cc @@ -40,7 +40,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_iterate_01.cc b/tests/base/index_set_iterate_01.cc index 3b004a20d0..26065b5738 100644 --- a/tests/base/index_set_iterate_01.cc +++ b/tests/base/index_set_iterate_01.cc @@ -154,7 +154,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_iterate_02.cc b/tests/base/index_set_iterate_02.cc index 3f87e2ba72..4c7f5e9776 100644 --- a/tests/base/index_set_iterate_02.cc +++ b/tests/base/index_set_iterate_02.cc @@ -62,7 +62,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_readwrite_01.cc b/tests/base/index_set_readwrite_01.cc index 2a01acfac4..994f95d7ea 100644 --- a/tests/base/index_set_readwrite_01.cc +++ b/tests/base/index_set_readwrite_01.cc @@ -56,7 +56,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_readwrite_02.cc b/tests/base/index_set_readwrite_02.cc index e67b7e4189..45ac4d823a 100644 --- a/tests/base/index_set_readwrite_02.cc +++ b/tests/base/index_set_readwrite_02.cc @@ -59,7 +59,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/index_set_readwrite_03.cc b/tests/base/index_set_readwrite_03.cc index fc2156fc77..ee98ea7e90 100644 --- a/tests/base/index_set_readwrite_03.cc +++ b/tests/base/index_set_readwrite_03.cc @@ -53,7 +53,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/is_finite.cc b/tests/base/is_finite.cc index 96ba2548c8..5910824ed8 100644 --- a/tests/base/is_finite.cc +++ b/tests/base/is_finite.cc @@ -58,7 +58,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // the isnan() function (which we call in is_finite()) helpfully // produces a floating point exception when called with a signalling diff --git a/tests/base/is_finite_complex.cc b/tests/base/is_finite_complex.cc index 869cfcc3a9..e95229be11 100644 --- a/tests/base/is_finite_complex.cc +++ b/tests/base/is_finite_complex.cc @@ -66,7 +66,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // the isnan() function (which we call in is_finite()) helpfully // produces a floating point exception when called with a signalling diff --git a/tests/base/log_infinity.cc b/tests/base/log_infinity.cc index eec33cb5ab..22bed62d59 100644 --- a/tests/base/log_infinity.cc +++ b/tests/base/log_infinity.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << std::numeric_limits::infinity() << std::endl; deallog << -std::numeric_limits::infinity() << std::endl; diff --git a/tests/base/log_nan.cc b/tests/base/log_nan.cc index 3b204f9121..f0c3963d86 100644 --- a/tests/base/log_nan.cc +++ b/tests/base/log_nan.cc @@ -27,7 +27,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // the isnan() function (which we call in is_finite()) helpfully // produces a floating point exception when called with a signalling diff --git a/tests/base/log_precision.cc b/tests/base/log_precision.cc index 79f411b37c..18604d5e6e 100644 --- a/tests/base/log_precision.cc +++ b/tests/base/log_precision.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << numbers::PI << std::endl; diff --git a/tests/base/log_width.cc b/tests/base/log_width.cc index df4580e507..624cf7ade2 100644 --- a/tests/base/log_width.cc +++ b/tests/base/log_width.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << numbers::PI*2 << 42 << std::endl; diff --git a/tests/base/logstream_end.cc b/tests/base/logstream_end.cc index 627dcf8698..67d951da6d 100644 --- a/tests/base/logstream_end.cc +++ b/tests/base/logstream_end.cc @@ -30,13 +30,11 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { LogStream log; log.attach(logfile); - log.threshold_double(1.e-10); log.log_thread_id (false); log << "This should be printed!"; diff --git a/tests/base/logtest.cc b/tests/base/logtest.cc index 250f0c84ed..34133dd3d8 100644 --- a/tests/base/logtest.cc +++ b/tests/base/logtest.cc @@ -26,7 +26,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << "Test" << std::endl; deallog.push("l1"); diff --git a/tests/base/mpi_exceptions.cc b/tests/base/mpi_exceptions.cc index eef85f3446..cc3548e5af 100644 --- a/tests/base/mpi_exceptions.cc +++ b/tests/base/mpi_exceptions.cc @@ -29,7 +29,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); std::vector mpi_error_codes; mpi_error_codes.push_back(MPI_ERR_BUFFER); diff --git a/tests/base/mutex_01.cc b/tests/base/mutex_01.cc index af153d42dd..ac4c9c6cb1 100644 --- a/tests/base/mutex_01.cc +++ b/tests/base/mutex_01.cc @@ -38,7 +38,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); #ifdef DEAL_II_WITH_THREADS diff --git a/tests/base/number_traits_complex.cc b/tests/base/number_traits_complex.cc index 33e98c54e1..d14e8ede10 100644 --- a/tests/base/number_traits_complex.cc +++ b/tests/base/number_traits_complex.cc @@ -59,7 +59,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (std::complex(1.5, 2.5)); check (std::complex(-1.5, -2.5)); diff --git a/tests/base/number_traits_real.cc b/tests/base/number_traits_real.cc index b11e716836..89a3b6abed 100644 --- a/tests/base/number_traits_real.cc +++ b/tests/base/number_traits_real.cc @@ -48,7 +48,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check ((float)1.5); check ((float)-1.5); diff --git a/tests/base/parallel_accumulate.cc b/tests/base/parallel_accumulate.cc index 29a6c098df..eade3a2366 100644 --- a/tests/base/parallel_accumulate.cc +++ b/tests/base/parallel_accumulate.cc @@ -34,7 +34,6 @@ int sum (const int begin, int main() { initlog(); - deallog.threshold_double(1.e-10); const int N = 10000; const int s = parallel::accumulate_from_subranges (&sum, 0, N, 10); diff --git a/tests/base/parallel_transform_01.cc b/tests/base/parallel_transform_01.cc index fa634e5136..46bfaf84bf 100644 --- a/tests/base/parallel_transform_01.cc +++ b/tests/base/parallel_transform_01.cc @@ -27,7 +27,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); const unsigned int N=10000; Vector x(N), y(N); diff --git a/tests/base/parallel_transform_02.cc b/tests/base/parallel_transform_02.cc index 84e166d306..7a45dcd808 100644 --- a/tests/base/parallel_transform_02.cc +++ b/tests/base/parallel_transform_02.cc @@ -27,7 +27,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); const unsigned int N=10000; Vector x(N), y(N), z(N); diff --git a/tests/base/parallel_transform_03.cc b/tests/base/parallel_transform_03.cc index 759653d49c..db929dc884 100644 --- a/tests/base/parallel_transform_03.cc +++ b/tests/base/parallel_transform_03.cc @@ -27,7 +27,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); const unsigned int N=10000; Vector x(N), y(N), z(N), a(N); diff --git a/tests/base/patterns_01.cc b/tests/base/patterns_01.cc index a784c4b9c6..ea318218ad 100644 --- a/tests/base/patterns_01.cc +++ b/tests/base/patterns_01.cc @@ -21,7 +21,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); // create a pattern and let it // output its description diff --git a/tests/base/point_01.cc b/tests/base/point_01.cc index 5c57446cfb..c31daf5884 100644 --- a/tests/base/point_01.cc +++ b/tests/base/point_01.cc @@ -38,7 +38,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/base/point_02.cc b/tests/base/point_02.cc index 0319f261f9..2ab8ecf7ef 100644 --- a/tests/base/point_02.cc +++ b/tests/base/point_02.cc @@ -45,7 +45,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/base/polynomial1d.cc b/tests/base/polynomial1d.cc index 8d4f006a01..f346a43f26 100644 --- a/tests/base/polynomial1d.cc +++ b/tests/base/polynomial1d.cc @@ -95,7 +95,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.log_cerr(); polynomial_arithmetic(); diff --git a/tests/base/polynomial_hermite_interpolation.cc b/tests/base/polynomial_hermite_interpolation.cc index b6b4cf2a7d..e3da9ac7d9 100644 --- a/tests/base/polynomial_hermite_interpolation.cc +++ b/tests/base/polynomial_hermite_interpolation.cc @@ -52,7 +52,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-12); interpolation_conditions(HermiteInterpolation::generate_complete_basis(6)); plot(HermiteInterpolation::generate_complete_basis(6)); diff --git a/tests/base/polynomial_lagrange.cc b/tests/base/polynomial_lagrange.cc index a91618f8a1..e5d6b09d42 100644 --- a/tests/base/polynomial_lagrange.cc +++ b/tests/base/polynomial_lagrange.cc @@ -78,7 +78,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); -// deallog.threshold_double(1.e-10); QTrapez<1> trapez; QSimpson<1> simpson; diff --git a/tests/base/polynomial_lagrange_ops.cc b/tests/base/polynomial_lagrange_ops.cc index a453774970..f8808d1f3f 100644 --- a/tests/base/polynomial_lagrange_ops.cc +++ b/tests/base/polynomial_lagrange_ops.cc @@ -213,7 +213,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("LagrangeEquidistant"); for (unsigned i=1; i<10; i+=2) diff --git a/tests/base/polynomial_lagrange_order.cc b/tests/base/polynomial_lagrange_order.cc index 90bd03d9cb..4ae4fd8244 100644 --- a/tests/base/polynomial_lagrange_order.cc +++ b/tests/base/polynomial_lagrange_order.cc @@ -113,7 +113,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("LagrangeEquidistant"); for (unsigned i=8; i<18; i+=2) diff --git a/tests/base/polynomial_lagrange_product.cc b/tests/base/polynomial_lagrange_product.cc index da2dac8e3d..d1e15a10e9 100644 --- a/tests/base/polynomial_lagrange_product.cc +++ b/tests/base/polynomial_lagrange_product.cc @@ -92,7 +92,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("LagrangeEquidistant"); for (unsigned i=1; i<8; i+=2) diff --git a/tests/base/polynomial_legendre_order.cc b/tests/base/polynomial_legendre_order.cc index 1c2eb97c79..294a9379b4 100644 --- a/tests/base/polynomial_legendre_order.cc +++ b/tests/base/polynomial_legendre_order.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_poly(10); check_poly(50); diff --git a/tests/base/polynomial_test.cc b/tests/base/polynomial_test.cc index 3ac044f16f..c4d0d4b527 100644 --- a/tests/base/polynomial_test.cc +++ b/tests/base/polynomial_test.cc @@ -169,7 +169,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("Lagrange"); std::vector > p; diff --git a/tests/base/polynomials_bdm_01.cc b/tests/base/polynomials_bdm_01.cc index f1b3aa39c9..381748e556 100644 --- a/tests/base/polynomials_bdm_01.cc +++ b/tests/base/polynomials_bdm_01.cc @@ -59,7 +59,6 @@ int main() std::ofstream logfile(logname.c_str()); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); PolynomialsBDM<2> p20(0); PolynomialsBDM<2> p21(1); diff --git a/tests/base/polynomials_bdm_02.cc b/tests/base/polynomials_bdm_02.cc index 5f8385cbec..119ebb85ac 100644 --- a/tests/base/polynomials_bdm_02.cc +++ b/tests/base/polynomials_bdm_02.cc @@ -81,7 +81,6 @@ int main() std::ofstream logfile(logname.c_str()); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); PolynomialsBDM<3> p31(1); diff --git a/tests/base/polynomials_integrated_legendre_sz.cc b/tests/base/polynomials_integrated_legendre_sz.cc index 6b4956874e..19dfc8739f 100644 --- a/tests/base/polynomials_integrated_legendre_sz.cc +++ b/tests/base/polynomials_integrated_legendre_sz.cc @@ -77,7 +77,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_poly(25); } diff --git a/tests/base/polynomials_rt.cc b/tests/base/polynomials_rt.cc index 3e26750bb8..905074fd78 100644 --- a/tests/base/polynomials_rt.cc +++ b/tests/base/polynomials_rt.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); PolynomialsRaviartThomas<2> p20(0); PolynomialsRaviartThomas<2> p21(1); diff --git a/tests/base/polynomials_tensor.cc b/tests/base/polynomials_tensor.cc index 6ecaffca21..54496052bb 100644 --- a/tests/base/polynomials_tensor.cc +++ b/tests/base/polynomials_tensor.cc @@ -102,7 +102,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("BDM"); check_bdm<2>(); diff --git a/tests/base/product_type_01.cc b/tests/base/product_type_01.cc index db965c94f6..58d5c8ffab 100644 --- a/tests/base/product_type_01.cc +++ b/tests/base/product_type_01.cc @@ -37,7 +37,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); // check product of scalars check(); diff --git a/tests/base/product_type_01_symmetric.cc b/tests/base/product_type_01_symmetric.cc index e9422be5bf..b6a6daf54a 100644 --- a/tests/base/product_type_01_symmetric.cc +++ b/tests/base/product_type_01_symmetric.cc @@ -37,7 +37,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); // check product with SymmetricTensor<2,dim> check,double,SymmetricTensor<2,2,double> >(); diff --git a/tests/base/product_type_02.cc b/tests/base/product_type_02.cc index 85150800c3..ad06841412 100644 --- a/tests/base/product_type_02.cc +++ b/tests/base/product_type_02.cc @@ -38,7 +38,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); // check product of scalars check,double,Tensor<1,1,double> >(); diff --git a/tests/base/product_type_03.cc b/tests/base/product_type_03.cc index e0a5e4cf90..d579e533e3 100644 --- a/tests/base/product_type_03.cc +++ b/tests/base/product_type_03.cc @@ -38,7 +38,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); // check product of scalars check,double,Tensor<2,1,double> >(); diff --git a/tests/base/product_type_03_symmetric.cc b/tests/base/product_type_03_symmetric.cc index c3b983dd32..3748187d69 100644 --- a/tests/base/product_type_03_symmetric.cc +++ b/tests/base/product_type_03_symmetric.cc @@ -37,7 +37,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); // check product of scalars check,double,SymmetricTensor<2,1,double> >(); diff --git a/tests/base/product_type_04.cc b/tests/base/product_type_04.cc index 90f3cb802e..764427c32a 100644 --- a/tests/base/product_type_04.cc +++ b/tests/base/product_type_04.cc @@ -29,7 +29,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); // try it for a rank-1 tensor { diff --git a/tests/base/product_type_04_symmetric.cc b/tests/base/product_type_04_symmetric.cc index 5596ef4560..ed8fc4f7d8 100644 --- a/tests/base/product_type_04_symmetric.cc +++ b/tests/base/product_type_04_symmetric.cc @@ -29,7 +29,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); { SymmetricTensor<2,2> t; diff --git a/tests/base/product_type_05.cc b/tests/base/product_type_05.cc index db5e2e3e58..c2a8163cd6 100644 --- a/tests/base/product_type_05.cc +++ b/tests/base/product_type_05.cc @@ -39,7 +39,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); check(); deallog << ProductType::type(2.345)*ProductType::type(3.456) diff --git a/tests/base/qprojector.cc b/tests/base/qprojector.cc index 8b20ba96b6..f46fca3a2f 100644 --- a/tests/base/qprojector.cc +++ b/tests/base/qprojector.cc @@ -175,7 +175,6 @@ int main() initlog(); deallog << std::setprecision(2); - deallog.threshold_double(1.e-10); Quadrature<1> none(0); check(none); diff --git a/tests/base/quadrature_chebyshev.cc b/tests/base/quadrature_chebyshev.cc index ca24816764..ba3d309bd2 100644 --- a/tests/base/quadrature_chebyshev.cc +++ b/tests/base/quadrature_chebyshev.cc @@ -72,7 +72,6 @@ int main() initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision(8); deallog << "* 1d Gauss-Chebyshev" << std::endl; diff --git a/tests/base/quadrature_selector.cc b/tests/base/quadrature_selector.cc index 4ebb3fee17..b57dd166de 100644 --- a/tests/base/quadrature_selector.cc +++ b/tests/base/quadrature_selector.cc @@ -41,7 +41,6 @@ void check (const std::string &name, int main() { initlog(); - deallog.threshold_double(1.e-10); check ("gauss", 2, QGauss<1>(2)); check ("gauss", 2, QGauss<2>(2)); diff --git a/tests/base/quadrature_sorted_test.cc b/tests/base/quadrature_sorted_test.cc index 47fa2f76b2..7899948b06 100644 --- a/tests/base/quadrature_sorted_test.cc +++ b/tests/base/quadrature_sorted_test.cc @@ -201,7 +201,6 @@ check_quadratures (const std::vector*> &quadratures) int main() { initlog(); - deallog.threshold_double(1.e-10); std::vector *> q1; std::vector *> q2; diff --git a/tests/base/quadrature_test.cc b/tests/base/quadrature_test.cc index 5905e9cdac..622c146b69 100644 --- a/tests/base/quadrature_test.cc +++ b/tests/base/quadrature_test.cc @@ -190,7 +190,6 @@ check_faces (const std::vector*>& quadratures, const bool sub) int main() { initlog(); - deallog.threshold_double(1.e-10); std::vector *> q1; std::vector *> q2; diff --git a/tests/base/reference.cc b/tests/base/reference.cc index 41c1ce1ef5..db50cbc945 100644 --- a/tests/base/reference.cc +++ b/tests/base/reference.cc @@ -59,7 +59,6 @@ int main() deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/base/replace_in_string_01.cc b/tests/base/replace_in_string_01.cc index 24cde4f2e0..12037780c8 100644 --- a/tests/base/replace_in_string_01.cc +++ b/tests/base/replace_in_string_01.cc @@ -54,7 +54,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/sacado_product_type_01.cc b/tests/base/sacado_product_type_01.cc index 522893e67e..a56e2da7d8 100644 --- a/tests/base/sacado_product_type_01.cc +++ b/tests/base/sacado_product_type_01.cc @@ -35,7 +35,6 @@ int main() { typedef Sacado::Fad::DFad Sdouble; initlog(); - deallog.threshold_double(1.e-10); // check product of scalars diff --git a/tests/base/sacado_product_type_02.cc b/tests/base/sacado_product_type_02.cc index 9b2e7c1851..fda3f6b613 100644 --- a/tests/base/sacado_product_type_02.cc +++ b/tests/base/sacado_product_type_02.cc @@ -36,7 +36,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product of scalars diff --git a/tests/base/sacado_product_type_03.cc b/tests/base/sacado_product_type_03.cc index 3e3017dce6..2481b819d4 100644 --- a/tests/base/sacado_product_type_03.cc +++ b/tests/base/sacado_product_type_03.cc @@ -36,7 +36,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product of scalars diff --git a/tests/base/sacado_product_type_04.cc b/tests/base/sacado_product_type_04.cc index 6800f45ddd..93ee01b66b 100644 --- a/tests/base/sacado_product_type_04.cc +++ b/tests/base/sacado_product_type_04.cc @@ -36,7 +36,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<1,dim> diff --git a/tests/base/sacado_product_type_05.cc b/tests/base/sacado_product_type_05.cc index adf6ecdb58..c85863d0a9 100644 --- a/tests/base/sacado_product_type_05.cc +++ b/tests/base/sacado_product_type_05.cc @@ -36,7 +36,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<2,dim> diff --git a/tests/base/sacado_product_type_06.cc b/tests/base/sacado_product_type_06.cc index 1c12792fda..75c2db17b0 100644 --- a/tests/base/sacado_product_type_06.cc +++ b/tests/base/sacado_product_type_06.cc @@ -27,7 +27,6 @@ int main() { typedef Sacado::Fad::DFad Sdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<2,dim> diff --git a/tests/base/sacado_product_type_07.cc b/tests/base/sacado_product_type_07.cc index d78f3df054..61bdea09ba 100644 --- a/tests/base/sacado_product_type_07.cc +++ b/tests/base/sacado_product_type_07.cc @@ -28,7 +28,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<2,dim> diff --git a/tests/base/sacado_product_type_08.cc b/tests/base/sacado_product_type_08.cc index 4ea0a7d916..3ae15815fd 100644 --- a/tests/base/sacado_product_type_08.cc +++ b/tests/base/sacado_product_type_08.cc @@ -27,7 +27,6 @@ int main() { typedef Sacado::Fad::DFad Sdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<2,dim> diff --git a/tests/base/sacado_product_type_09.cc b/tests/base/sacado_product_type_09.cc index cc6668313c..65fa7878dd 100644 --- a/tests/base/sacado_product_type_09.cc +++ b/tests/base/sacado_product_type_09.cc @@ -28,7 +28,6 @@ int main() typedef Sacado::Fad::DFad Sdouble; typedef Sacado::Fad::DFad SSdouble; initlog(); - deallog.threshold_double(1.e-10); // check product with Tensor<2,dim> diff --git a/tests/base/scalar_01.cc b/tests/base/scalar_01.cc index 40a301fb26..fbf6f1e761 100644 --- a/tests/base/scalar_01.cc +++ b/tests/base/scalar_01.cc @@ -33,7 +33,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); typedef Tensor<0,1> T; T t1(13.), t2(42); diff --git a/tests/base/signaling_nan_derivative_form.cc b/tests/base/signaling_nan_derivative_form.cc index be3f516587..84060338e6 100644 --- a/tests/base/signaling_nan_derivative_form.cc +++ b/tests/base/signaling_nan_derivative_form.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (); check (); diff --git a/tests/base/signaling_nan_point.cc b/tests/base/signaling_nan_point.cc index 2a093df3ee..4de4023dcd 100644 --- a/tests/base/signaling_nan_point.cc +++ b/tests/base/signaling_nan_point.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (); check (); diff --git a/tests/base/signaling_nan_symmetric_tensor.cc b/tests/base/signaling_nan_symmetric_tensor.cc index f51aba3185..67d92b77bc 100644 --- a/tests/base/signaling_nan_symmetric_tensor.cc +++ b/tests/base/signaling_nan_symmetric_tensor.cc @@ -42,7 +42,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (); check (); diff --git a/tests/base/signaling_nan_table.cc b/tests/base/signaling_nan_table.cc index 16b20d7f10..6893913f4a 100644 --- a/tests/base/signaling_nan_table.cc +++ b/tests/base/signaling_nan_table.cc @@ -45,7 +45,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (); check (); diff --git a/tests/base/signaling_nan_tensor.cc b/tests/base/signaling_nan_tensor.cc index 044e17fd47..e8718e9b64 100644 --- a/tests/base/signaling_nan_tensor.cc +++ b/tests/base/signaling_nan_tensor.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check (); check (); diff --git a/tests/base/slice_vector.cc b/tests/base/slice_vector.cc index f32f843f85..349fe8ceaa 100644 --- a/tests/base/slice_vector.cc +++ b/tests/base/slice_vector.cc @@ -34,7 +34,6 @@ int main() deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); std::vector v(7); diff --git a/tests/base/stdcxx14_constexpr_min_max.cc b/tests/base/stdcxx14_constexpr_min_max.cc index 3909d49f51..fef82b8962 100644 --- a/tests/base/stdcxx14_constexpr_min_max.cc +++ b/tests/base/stdcxx14_constexpr_min_max.cc @@ -31,7 +31,6 @@ constexpr bool comp (const int &a, const int &b) int main () { initlog(); - deallog.threshold_double(1.e-10); constexpr int max_1 = std_cxx14::max(0,1); deallog << max_1 << std::endl; diff --git a/tests/base/stdcxx1x_vs_stdcxx11.cc b/tests/base/stdcxx1x_vs_stdcxx11.cc index 29c5a93013..92244b568c 100644 --- a/tests/base/stdcxx1x_vs_stdcxx11.cc +++ b/tests/base/stdcxx1x_vs_stdcxx11.cc @@ -29,7 +29,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); std_cxx1x::shared_ptr p; deallog << "OK" << std::endl; diff --git a/tests/base/symmetric_tensor_01.cc b/tests/base/symmetric_tensor_01.cc index d4f6b2bb54..389214b68f 100644 --- a/tests/base/symmetric_tensor_01.cc +++ b/tests/base/symmetric_tensor_01.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SymmetricTensor<2,2> t; t[0][0] = 1; diff --git a/tests/base/symmetric_tensor_02.cc b/tests/base/symmetric_tensor_02.cc index 226f32a52f..10dc9eda3d 100644 --- a/tests/base/symmetric_tensor_02.cc +++ b/tests/base/symmetric_tensor_02.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SymmetricTensor<2,3> t; t[0][0] = 1; diff --git a/tests/base/symmetric_tensor_03.cc b/tests/base/symmetric_tensor_03.cc index d62e8cf1ea..6bf8cc5020 100644 --- a/tests/base/symmetric_tensor_03.cc +++ b/tests/base/symmetric_tensor_03.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SymmetricTensor<4,2> t; t[0][0][0][0] = 1; diff --git a/tests/base/symmetric_tensor_04.cc b/tests/base/symmetric_tensor_04.cc index da5a3da690..6b5d5cb797 100644 --- a/tests/base/symmetric_tensor_04.cc +++ b/tests/base/symmetric_tensor_04.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SymmetricTensor<4,3> t; t[0][0][0][0] = 1; diff --git a/tests/base/symmetric_tensor_05.cc b/tests/base/symmetric_tensor_05.cc index d92a81f769..bcce4175bf 100644 --- a/tests/base/symmetric_tensor_05.cc +++ b/tests/base/symmetric_tensor_05.cc @@ -79,7 +79,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/symmetric_tensor_06.cc b/tests/base/symmetric_tensor_06.cc index 7ab0692847..2b0eb69c2e 100644 --- a/tests/base/symmetric_tensor_06.cc +++ b/tests/base/symmetric_tensor_06.cc @@ -83,7 +83,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/symmetric_tensor_07.cc b/tests/base/symmetric_tensor_07.cc index c0c45978c9..0f48cb7002 100644 --- a/tests/base/symmetric_tensor_07.cc +++ b/tests/base/symmetric_tensor_07.cc @@ -84,7 +84,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/symmetric_tensor_08.cc b/tests/base/symmetric_tensor_08.cc index ccd743732c..493c6f5b2b 100644 --- a/tests/base/symmetric_tensor_08.cc +++ b/tests/base/symmetric_tensor_08.cc @@ -80,7 +80,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/symmetric_tensor_09.cc b/tests/base/symmetric_tensor_09.cc index d99e3bcc4f..7fd248362a 100644 --- a/tests/base/symmetric_tensor_09.cc +++ b/tests/base/symmetric_tensor_09.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/base/symmetric_tensor_10.cc b/tests/base/symmetric_tensor_10.cc index 7b89c08c90..a3c84a7e4e 100644 --- a/tests/base/symmetric_tensor_10.cc +++ b/tests/base/symmetric_tensor_10.cc @@ -55,7 +55,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_11.cc b/tests/base/symmetric_tensor_11.cc index da21b23ae1..d1ab35acde 100644 --- a/tests/base/symmetric_tensor_11.cc +++ b/tests/base/symmetric_tensor_11.cc @@ -57,7 +57,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_12.cc b/tests/base/symmetric_tensor_12.cc index 925159cff9..5a19412e80 100644 --- a/tests/base/symmetric_tensor_12.cc +++ b/tests/base/symmetric_tensor_12.cc @@ -42,7 +42,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_13.cc b/tests/base/symmetric_tensor_13.cc index 4630b4e133..92f481026a 100644 --- a/tests/base/symmetric_tensor_13.cc +++ b/tests/base/symmetric_tensor_13.cc @@ -42,7 +42,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_14.cc b/tests/base/symmetric_tensor_14.cc index 6bc4290322..68d42c31cd 100644 --- a/tests/base/symmetric_tensor_14.cc +++ b/tests/base/symmetric_tensor_14.cc @@ -47,7 +47,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_15.cc b/tests/base/symmetric_tensor_15.cc index 7c62a52537..4ee1e59ffe 100644 --- a/tests/base/symmetric_tensor_15.cc +++ b/tests/base/symmetric_tensor_15.cc @@ -75,7 +75,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_16.cc b/tests/base/symmetric_tensor_16.cc index 0d0d074861..97bd859ab8 100644 --- a/tests/base/symmetric_tensor_16.cc +++ b/tests/base/symmetric_tensor_16.cc @@ -42,7 +42,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_17.cc b/tests/base/symmetric_tensor_17.cc index c4e9093ef1..0279ea4b13 100644 --- a/tests/base/symmetric_tensor_17.cc +++ b/tests/base/symmetric_tensor_17.cc @@ -70,7 +70,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_18.cc b/tests/base/symmetric_tensor_18.cc index 4796aa9ce9..f0486241dc 100644 --- a/tests/base/symmetric_tensor_18.cc +++ b/tests/base/symmetric_tensor_18.cc @@ -69,7 +69,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_19.cc b/tests/base/symmetric_tensor_19.cc index 5e76e0a7e3..21093e19c9 100644 --- a/tests/base/symmetric_tensor_19.cc +++ b/tests/base/symmetric_tensor_19.cc @@ -123,7 +123,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_20.cc b/tests/base/symmetric_tensor_20.cc index d8cb01a8c4..fd888876a0 100644 --- a/tests/base/symmetric_tensor_20.cc +++ b/tests/base/symmetric_tensor_20.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim=3; SymmetricTensor<2,dim> t; diff --git a/tests/base/symmetric_tensor_21.cc b/tests/base/symmetric_tensor_21.cc index 62e3e2dfba..647038faa5 100644 --- a/tests/base/symmetric_tensor_21.cc +++ b/tests/base/symmetric_tensor_21.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim=3; SymmetricTensor<4,dim> t; diff --git a/tests/base/symmetric_tensor_22.cc b/tests/base/symmetric_tensor_22.cc index 8d60ae83b6..bd0b25acfa 100644 --- a/tests/base/symmetric_tensor_22.cc +++ b/tests/base/symmetric_tensor_22.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { const unsigned int dim=2; diff --git a/tests/base/symmetric_tensor_23.cc b/tests/base/symmetric_tensor_23.cc index 3d0bcf67b7..1ead20b763 100644 --- a/tests/base/symmetric_tensor_23.cc +++ b/tests/base/symmetric_tensor_23.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { SymmetricTensor<2,1> t; diff --git a/tests/base/symmetric_tensor_24.cc b/tests/base/symmetric_tensor_24.cc index ea7a003aa4..3a5d0e1623 100644 --- a/tests/base/symmetric_tensor_24.cc +++ b/tests/base/symmetric_tensor_24.cc @@ -45,7 +45,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/base/symmetric_tensor_25.cc b/tests/base/symmetric_tensor_25.cc index de526bda17..aef60a2092 100644 --- a/tests/base/symmetric_tensor_25.cc +++ b/tests/base/symmetric_tensor_25.cc @@ -65,7 +65,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (); diff --git a/tests/base/symmetric_tensor_26.cc b/tests/base/symmetric_tensor_26.cc index af040d7bcf..29038684c3 100644 --- a/tests/base/symmetric_tensor_26.cc +++ b/tests/base/symmetric_tensor_26.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/base/symmetric_tensor_27.cc b/tests/base/symmetric_tensor_27.cc index e868830bf3..dcbc228c2d 100644 --- a/tests/base/symmetric_tensor_27.cc +++ b/tests/base/symmetric_tensor_27.cc @@ -57,7 +57,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/symmetric_tensor_28.cc b/tests/base/symmetric_tensor_28.cc index 46dde52c58..8b395cf476 100644 --- a/tests/base/symmetric_tensor_28.cc +++ b/tests/base/symmetric_tensor_28.cc @@ -48,7 +48,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3> (); test<5> (); diff --git a/tests/base/symmetric_tensor_29.cc b/tests/base/symmetric_tensor_29.cc index 147e5479d1..e76e9a2b8c 100644 --- a/tests/base/symmetric_tensor_29.cc +++ b/tests/base/symmetric_tensor_29.cc @@ -48,7 +48,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3> (); test<5> (); diff --git a/tests/base/symmetric_tensor_30.cc b/tests/base/symmetric_tensor_30.cc index 03faceab09..e8047f86c6 100644 --- a/tests/base/symmetric_tensor_30.cc +++ b/tests/base/symmetric_tensor_30.cc @@ -101,7 +101,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "check rank 2 tensors" << std::endl; check_2<1>(); diff --git a/tests/base/symmetric_tensor_32.cc b/tests/base/symmetric_tensor_32.cc index 8414693414..8cb4ae90fa 100644 --- a/tests/base/symmetric_tensor_32.cc +++ b/tests/base/symmetric_tensor_32.cc @@ -49,7 +49,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "check rank 2 tensors" << std::endl; check<2,1>(); diff --git a/tests/base/symmetric_tensor_33.cc b/tests/base/symmetric_tensor_33.cc index ae488ab12e..5d1647315a 100644 --- a/tests/base/symmetric_tensor_33.cc +++ b/tests/base/symmetric_tensor_33.cc @@ -55,7 +55,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "check rank 2 tensors" << std::endl; check<2,1>(); diff --git a/tests/base/symmetric_tensor_34.cc b/tests/base/symmetric_tensor_34.cc index b8c4c24ac5..80a70d51ca 100644 --- a/tests/base/symmetric_tensor_34.cc +++ b/tests/base/symmetric_tensor_34.cc @@ -61,7 +61,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "checking rank 2 tensors" << std::endl; check<2,1>(); diff --git a/tests/base/symmetric_tensor_35.cc b/tests/base/symmetric_tensor_35.cc index b8283fb449..7c001ef7e4 100644 --- a/tests/base/symmetric_tensor_35.cc +++ b/tests/base/symmetric_tensor_35.cc @@ -69,7 +69,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Symmetric Tensor dim 1" << std::endl; SymmetricTensor<2,1> t1; diff --git a/tests/base/symmetric_tensor_36.cc b/tests/base/symmetric_tensor_36.cc index 80f4ac1a82..40a8856c9d 100644 --- a/tests/base/symmetric_tensor_36.cc +++ b/tests/base/symmetric_tensor_36.cc @@ -99,7 +99,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_fixed_rank<2>(); test_fixed_rank<3>(); diff --git a/tests/base/symmetric_tensor_37.cc b/tests/base/symmetric_tensor_37.cc index d22d14d953..fd01c4416e 100644 --- a/tests/base/symmetric_tensor_37.cc +++ b/tests/base/symmetric_tensor_37.cc @@ -43,7 +43,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const int dim = 3; Tensor<1,dim> v1; diff --git a/tests/base/symmetric_tensor_38.cc b/tests/base/symmetric_tensor_38.cc index b46e1296a3..1e9ae4ef82 100644 --- a/tests/base/symmetric_tensor_38.cc +++ b/tests/base/symmetric_tensor_38.cc @@ -27,7 +27,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const int dim = 3; SymmetricTensor<2,dim,VectorizedArray > s1; diff --git a/tests/base/table.cc b/tests/base/table.cc index 9b385a4e42..a697b37154 100644 --- a/tests/base/table.cc +++ b/tests/base/table.cc @@ -36,7 +36,6 @@ main () deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // a square table if (true) diff --git a/tests/base/table_02.cc b/tests/base/table_02.cc index 571bcd5538..63cd6690fd 100644 --- a/tests/base/table_02.cc +++ b/tests/base/table_02.cc @@ -29,7 +29,6 @@ main () deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // rank=1 { diff --git a/tests/base/table_03.cc b/tests/base/table_03.cc index 1f2d4b6838..f62f628370 100644 --- a/tests/base/table_03.cc +++ b/tests/base/table_03.cc @@ -29,7 +29,6 @@ main () deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const std::string elements = "1 2 3 4 5 6"; { diff --git a/tests/base/table_04.cc b/tests/base/table_04.cc index f21fa9305f..95f5910124 100644 --- a/tests/base/table_04.cc +++ b/tests/base/table_04.cc @@ -30,7 +30,6 @@ main () deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // rank=1 { diff --git a/tests/base/table_05.cc b/tests/base/table_05.cc index 241b71e6e4..ce04fcaf9b 100644 --- a/tests/base/table_05.cc +++ b/tests/base/table_05.cc @@ -41,7 +41,6 @@ main () deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/base/table_handler_01.cc b/tests/base/table_handler_01.cc index 2b01b0ac5b..2c48ea2c3f 100644 --- a/tests/base/table_handler_01.cc +++ b/tests/base/table_handler_01.cc @@ -27,7 +27,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; diff --git a/tests/base/table_handler_02.cc b/tests/base/table_handler_02.cc index f47f2a5a04..029da9cf92 100644 --- a/tests/base/table_handler_02.cc +++ b/tests/base/table_handler_02.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; diff --git a/tests/base/table_handler_03.cc b/tests/base/table_handler_03.cc index b92413972e..1d219eff70 100644 --- a/tests/base/table_handler_03.cc +++ b/tests/base/table_handler_03.cc @@ -29,7 +29,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; diff --git a/tests/base/table_handler_04.cc b/tests/base/table_handler_04.cc index 58d8af93d9..0d8e997c51 100644 --- a/tests/base/table_handler_04.cc +++ b/tests/base/table_handler_04.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_05.cc b/tests/base/table_handler_05.cc index 8c3f4efcf4..98a6e662aa 100644 --- a/tests/base/table_handler_05.cc +++ b/tests/base/table_handler_05.cc @@ -29,7 +29,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_06.cc b/tests/base/table_handler_06.cc index 2fe49b55f4..3e1ea1b49d 100644 --- a/tests/base/table_handler_06.cc +++ b/tests/base/table_handler_06.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_07.cc b/tests/base/table_handler_07.cc index 8286e1338f..0874eff03d 100644 --- a/tests/base/table_handler_07.cc +++ b/tests/base/table_handler_07.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); /* Like in _06 */ TableHandler table; diff --git a/tests/base/table_handler_08.cc b/tests/base/table_handler_08.cc index 14d55ffd7a..00e5f43f6a 100644 --- a/tests/base/table_handler_08.cc +++ b/tests/base/table_handler_08.cc @@ -29,7 +29,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); /* Like in _06 */ TableHandler table; diff --git a/tests/base/table_handler_09.cc b/tests/base/table_handler_09.cc index c2f101ba2d..016f0172b0 100644 --- a/tests/base/table_handler_09.cc +++ b/tests/base/table_handler_09.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_10.cc b/tests/base/table_handler_10.cc index 3f23edf2e8..4687fa0308 100644 --- a/tests/base/table_handler_10.cc +++ b/tests/base/table_handler_10.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_11.cc b/tests/base/table_handler_11.cc index 4f65fa06cf..585be818f3 100644 --- a/tests/base/table_handler_11.cc +++ b/tests/base/table_handler_11.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_12.cc b/tests/base/table_handler_12.cc index 605562ab72..b39dabeb89 100644 --- a/tests/base/table_handler_12.cc +++ b/tests/base/table_handler_12.cc @@ -31,7 +31,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // set precision on the output // stream to 4 digits diff --git a/tests/base/table_handler_13.cc b/tests/base/table_handler_13.cc index 7875333b87..41402593ec 100644 --- a/tests/base/table_handler_13.cc +++ b/tests/base/table_handler_13.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_handler_14.cc b/tests/base/table_handler_14.cc index b833cf6e82..2d1a84ab53 100644 --- a/tests/base/table_handler_14.cc +++ b/tests/base/table_handler_14.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); TableHandler table; table.set_auto_fill_mode (true); diff --git a/tests/base/table_indices_01.cc b/tests/base/table_indices_01.cc index 4b3d886f53..ef3a66e6e6 100644 --- a/tests/base/table_indices_01.cc +++ b/tests/base/table_indices_01.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const TableIndices<2> t1(84,42); TableIndices<2> t2; diff --git a/tests/base/table_move.cc b/tests/base/table_move.cc index edaa360f52..5a7e9ff513 100644 --- a/tests/base/table_move.cc +++ b/tests/base/table_move.cc @@ -21,7 +21,6 @@ int main() { initlog(); - deallog.threshold_double(1.0e-10); const unsigned int entries[] = {1, 2, 3, 4, 5, 6}; Table<2, unsigned int> t (2, 3); diff --git a/tests/base/task_01.cc b/tests/base/task_01.cc index 61346b6484..8617fa92df 100644 --- a/tests/base/task_01.cc +++ b/tests/base/task_01.cc @@ -34,7 +34,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); Threads::Task<> t = Threads::new_task (test); t.join (); diff --git a/tests/base/task_02.cc b/tests/base/task_02.cc index 0298ffcd62..38ca8a66a9 100644 --- a/tests/base/task_02.cc +++ b/tests/base/task_02.cc @@ -34,7 +34,6 @@ int test () int main() { initlog(); - deallog.threshold_double(1.e-10); Threads::Task t = Threads::new_task (test); AssertThrow (t.return_value() == 42, ExcInternalError()); diff --git a/tests/base/task_03.cc b/tests/base/task_03.cc index ec535fd86d..db5f6aa246 100644 --- a/tests/base/task_03.cc +++ b/tests/base/task_03.cc @@ -37,7 +37,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { Threads::Task<> t1 = Threads::new_task (test, 1); diff --git a/tests/base/task_04.cc b/tests/base/task_04.cc index d77a80a593..3efe43a08c 100644 --- a/tests/base/task_04.cc +++ b/tests/base/task_04.cc @@ -46,7 +46,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Threads::Task<> t1 = Threads::new_task (test, 1); Threads::Task<> t2 = Threads::new_task (test, 2); diff --git a/tests/base/task_05.cc b/tests/base/task_05.cc index 002445ae2c..a9fb08d7db 100644 --- a/tests/base/task_05.cc +++ b/tests/base/task_05.cc @@ -43,7 +43,6 @@ int test (int i) int main() { initlog(); - deallog.threshold_double(1.e-10); Threads::Task tasks[] = { diff --git a/tests/base/task_06.cc b/tests/base/task_06.cc index f8bcc72ea2..afddbfa401 100644 --- a/tests/base/task_06.cc +++ b/tests/base/task_06.cc @@ -41,7 +41,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { Threads::Thread<> t1 = Threads::new_thread (test, 1); diff --git a/tests/base/task_07.cc b/tests/base/task_07.cc index 19c33d7698..43a2f26a6c 100644 --- a/tests/base/task_07.cc +++ b/tests/base/task_07.cc @@ -36,7 +36,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Threads::TaskGroup<> tg; tg += Threads::new_task (test, 1); diff --git a/tests/base/task_08.cc b/tests/base/task_08.cc index 7802c36ca1..a402d19175 100644 --- a/tests/base/task_08.cc +++ b/tests/base/task_08.cc @@ -37,7 +37,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { Threads::new_task (test, 1); diff --git a/tests/base/task_09.cc b/tests/base/task_09.cc index 05d473d093..dadf5a46a7 100644 --- a/tests/base/task_09.cc +++ b/tests/base/task_09.cc @@ -54,7 +54,6 @@ void outer () int main() { initlog(); - deallog.threshold_double(1.e-10); { const std::size_t n_tasks = MultithreadInfo::n_cores()*2; diff --git a/tests/base/task_10.cc b/tests/base/task_10.cc index c1ccc30cfc..54039df8a3 100644 --- a/tests/base/task_10.cc +++ b/tests/base/task_10.cc @@ -32,7 +32,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); Threads::Task<> t; AssertThrow (t.joinable() == false, ExcInternalError()); diff --git a/tests/base/task_11.cc b/tests/base/task_11.cc index b80bf2de91..8d2bf01eae 100644 --- a/tests/base/task_11.cc +++ b/tests/base/task_11.cc @@ -68,7 +68,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); const unsigned int n = testing_max_num_threads(); diff --git a/tests/base/task_12.cc b/tests/base/task_12.cc index 8f92b38679..dfef0e02aa 100644 --- a/tests/base/task_12.cc +++ b/tests/base/task_12.cc @@ -41,7 +41,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Threads::TaskGroup tg; tg += Threads::new_task (std::bind (test, 1)); diff --git a/tests/base/task_12_capture.cc b/tests/base/task_12_capture.cc index d1789cbb14..50e0d91a8d 100644 --- a/tests/base/task_12_capture.cc +++ b/tests/base/task_12_capture.cc @@ -44,7 +44,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); int arg1=1; int arg2=2; diff --git a/tests/base/task_13.cc b/tests/base/task_13.cc index 0fa16f4232..207233705b 100644 --- a/tests/base/task_13.cc +++ b/tests/base/task_13.cc @@ -44,7 +44,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Threads::TaskGroup tg; diff --git a/tests/base/tensor.cc b/tests/base/tensor.cc index 9f52174c7f..eeba9557e3 100644 --- a/tests/base/tensor.cc +++ b/tests/base/tensor.cc @@ -24,7 +24,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); double a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; double b[3][3] = {{25,31,37}, {45,57,69}, {75,96,117}}; diff --git a/tests/base/tensor_02.cc b/tests/base/tensor_02.cc index 2530345a50..d8b4ade0c2 100644 --- a/tests/base/tensor_02.cc +++ b/tests/base/tensor_02.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); double a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; diff --git a/tests/base/tensor_03.cc b/tests/base/tensor_03.cc index a1c2dd265b..d65c3f84d5 100644 --- a/tests/base/tensor_03.cc +++ b/tests/base/tensor_03.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); double a[3] = {1, 2, 3}; diff --git a/tests/base/tensor_04.cc b/tests/base/tensor_04.cc index 9fdae99ce7..2662ca6171 100644 --- a/tests/base/tensor_04.cc +++ b/tests/base/tensor_04.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); double a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; diff --git a/tests/base/tensor_05.cc b/tests/base/tensor_05.cc index 79898d653c..a1aad027b1 100644 --- a/tests/base/tensor_05.cc +++ b/tests/base/tensor_05.cc @@ -26,7 +26,6 @@ int main () std::ofstream logfile(logname.c_str()); deallog.attach(logfile); deallog << std::setprecision(3); - deallog.threshold_double(1.e-10); double a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; diff --git a/tests/base/tensor_06.cc b/tests/base/tensor_06.cc index 7cdee8647b..35fda2ba7e 100644 --- a/tests/base/tensor_06.cc +++ b/tests/base/tensor_06.cc @@ -37,7 +37,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_tensor<1>(); test_tensor<2>(); diff --git a/tests/base/tensor_24.cc b/tests/base/tensor_24.cc index ed31301919..01d15a933f 100644 --- a/tests/base/tensor_24.cc +++ b/tests/base/tensor_24.cc @@ -45,7 +45,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/base/tensor_25.cc b/tests/base/tensor_25.cc index cc36c7d731..2c9b20fea6 100644 --- a/tests/base/tensor_25.cc +++ b/tests/base/tensor_25.cc @@ -53,7 +53,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/base/tensor_26.cc b/tests/base/tensor_26.cc index c38d230097..171d37bf3c 100644 --- a/tests/base/tensor_26.cc +++ b/tests/base/tensor_26.cc @@ -57,7 +57,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_tensor<1>(); test_tensor<2>(); diff --git a/tests/base/tensor_27.cc b/tests/base/tensor_27.cc index 6cb8c796ad..1b0d64e35e 100644 --- a/tests/base/tensor_27.cc +++ b/tests/base/tensor_27.cc @@ -40,7 +40,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Tensor dim 1" << std::endl; Tensor<2,1> t1; diff --git a/tests/base/tensor_complex.cc b/tests/base/tensor_complex.cc index 180cfac110..3c9f0e522b 100644 --- a/tests/base/tensor_complex.cc +++ b/tests/base/tensor_complex.cc @@ -27,7 +27,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); double a_double[3][3][2] = {{{1,-1}, {2,0}, {3,0}}, {{3,0}, {4,0}, {5,0}}, diff --git a/tests/base/tensor_complex_06.cc b/tests/base/tensor_complex_06.cc index 1becd472a1..be41ad6a22 100644 --- a/tests/base/tensor_complex_06.cc +++ b/tests/base/tensor_complex_06.cc @@ -54,7 +54,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "First test" << std::endl; diff --git a/tests/base/tensor_float.cc b/tests/base/tensor_float.cc index b3dc5b598c..39f7f32edf 100644 --- a/tests/base/tensor_float.cc +++ b/tests/base/tensor_float.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); float a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; float b[3][3] = {{25,31,37}, {45,57,69}, {75,96,117}}; diff --git a/tests/base/tensor_nondefault_constructor.cc b/tests/base/tensor_nondefault_constructor.cc index b0ae088df5..623bcac7d6 100644 --- a/tests/base/tensor_nondefault_constructor.cc +++ b/tests/base/tensor_nondefault_constructor.cc @@ -25,7 +25,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); float a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}}; float b[3] = {25,31,37}; diff --git a/tests/base/thread_12.cc b/tests/base/thread_12.cc index ce883b70cf..8be9fcc7b7 100644 --- a/tests/base/thread_12.cc +++ b/tests/base/thread_12.cc @@ -41,7 +41,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Threads::ThreadGroup tg; tg += Threads::new_thread (std::bind (test, 1)); diff --git a/tests/base/thread_local_storage_01.cc b/tests/base/thread_local_storage_01.cc index ac1d57797a..092d46b1c6 100644 --- a/tests/base/thread_local_storage_01.cc +++ b/tests/base/thread_local_storage_01.cc @@ -102,7 +102,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_local_storage_02.cc b/tests/base/thread_local_storage_02.cc index 8b4b34ef42..95920c3d21 100644 --- a/tests/base/thread_local_storage_02.cc +++ b/tests/base/thread_local_storage_02.cc @@ -118,7 +118,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_local_storage_03.cc b/tests/base/thread_local_storage_03.cc index c08c56ec35..b12b308273 100644 --- a/tests/base/thread_local_storage_03.cc +++ b/tests/base/thread_local_storage_03.cc @@ -58,7 +58,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); deallog << "OK" << std::endl; diff --git a/tests/base/thread_local_storage_04.cc b/tests/base/thread_local_storage_04.cc index 29c2da3d6f..147f9a6ac3 100644 --- a/tests/base/thread_local_storage_04.cc +++ b/tests/base/thread_local_storage_04.cc @@ -70,7 +70,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); deallog << "OK" << std::endl; diff --git a/tests/base/thread_local_storage_05.cc b/tests/base/thread_local_storage_05.cc index ca6a21d8eb..a15fae4cdf 100644 --- a/tests/base/thread_local_storage_05.cc +++ b/tests/base/thread_local_storage_05.cc @@ -98,7 +98,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_local_storage_06.cc b/tests/base/thread_local_storage_06.cc index 26826f5ec4..bad633f561 100644 --- a/tests/base/thread_local_storage_06.cc +++ b/tests/base/thread_local_storage_06.cc @@ -109,7 +109,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_01.cc b/tests/base/thread_validity_01.cc index 78f6b593b9..843dbc9e41 100644 --- a/tests/base/thread_validity_01.cc +++ b/tests/base/thread_validity_01.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_02.cc b/tests/base/thread_validity_02.cc index 597e7ed773..de77b26d03 100644 --- a/tests/base/thread_validity_02.cc +++ b/tests/base/thread_validity_02.cc @@ -55,7 +55,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_03.cc b/tests/base/thread_validity_03.cc index 0adfe8f126..61f132a346 100644 --- a/tests/base/thread_validity_03.cc +++ b/tests/base/thread_validity_03.cc @@ -56,7 +56,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_04.cc b/tests/base/thread_validity_04.cc index e3bd4071ff..a2e55d6765 100644 --- a/tests/base/thread_validity_04.cc +++ b/tests/base/thread_validity_04.cc @@ -57,7 +57,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_05.cc b/tests/base/thread_validity_05.cc index c4ceccb48f..41b279478c 100644 --- a/tests/base/thread_validity_05.cc +++ b/tests/base/thread_validity_05.cc @@ -89,7 +89,6 @@ void test2 () int main() { initlog(); - deallog.threshold_double(1.e-10); test1 (); test2 (); diff --git a/tests/base/thread_validity_06.cc b/tests/base/thread_validity_06.cc index 2bc1621736..591bbe2e0e 100644 --- a/tests/base/thread_validity_06.cc +++ b/tests/base/thread_validity_06.cc @@ -76,7 +76,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/base/thread_validity_07.cc b/tests/base/thread_validity_07.cc index 59b0ea9e5b..1a465197bc 100644 --- a/tests/base/thread_validity_07.cc +++ b/tests/base/thread_validity_07.cc @@ -47,7 +47,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); worker_thread = Threads::new_thread (worker); diff --git a/tests/base/thread_validity_08.cc b/tests/base/thread_validity_08.cc index ec664f929c..254417fd14 100644 --- a/tests/base/thread_validity_08.cc +++ b/tests/base/thread_validity_08.cc @@ -43,7 +43,6 @@ void worker () int main() { initlog(); - deallog.threshold_double(1.e-10); mutex.acquire (); // start and abandon the diff --git a/tests/base/thread_validity_09.cc b/tests/base/thread_validity_09.cc index fafff51a78..47a8f7b640 100644 --- a/tests/base/thread_validity_09.cc +++ b/tests/base/thread_validity_09.cc @@ -49,7 +49,6 @@ int worker () int main() { initlog(); - deallog.threshold_double(1.e-10); mutex.acquire (); { diff --git a/tests/base/thread_validity_10.cc b/tests/base/thread_validity_10.cc index e21dbb7d79..f6e4939b5f 100644 --- a/tests/base/thread_validity_10.cc +++ b/tests/base/thread_validity_10.cc @@ -38,7 +38,6 @@ int worker () int main() { initlog(); - deallog.threshold_double(1.e-10); Threads::Thread t; // join non-existing thread diff --git a/tests/base/thread_validity_11.cc b/tests/base/thread_validity_11.cc index 668c662afc..f7180a21e1 100644 --- a/tests/base/thread_validity_11.cc +++ b/tests/base/thread_validity_11.cc @@ -43,7 +43,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/thread_validity_12.cc b/tests/base/thread_validity_12.cc index 0d7c92ac82..13bc2e2797 100644 --- a/tests/base/thread_validity_12.cc +++ b/tests/base/thread_validity_12.cc @@ -42,7 +42,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/time_stepping_01.cc b/tests/base/time_stepping_01.cc index fa7cbe68b5..cf26213797 100644 --- a/tests/base/time_stepping_01.cc +++ b/tests/base/time_stepping_01.cc @@ -177,7 +177,6 @@ void test2(TimeStepping::EmbeddedExplicitRungeKutta > &solver, int main() { initlog(); - deallog.threshold_double(1.e-10); deallog<<"Forward Euler"< > fe(TimeStepping::FORWARD_EULER); diff --git a/tests/base/time_stepping_02.cc b/tests/base/time_stepping_02.cc index a16b1e25a8..c7d48ad323 100644 --- a/tests/base/time_stepping_02.cc +++ b/tests/base/time_stepping_02.cc @@ -64,7 +64,6 @@ void test(TimeStepping::EmbeddedExplicitRungeKutta > &solver, int main() { initlog(); - deallog.threshold_double(1.e-10); TimeStepping::EmbeddedExplicitRungeKutta > he(TimeStepping::HEUN_EULER); test(he,f,my); diff --git a/tests/base/timer.cc b/tests/base/timer.cc index 5a0f3080c5..7248647c0a 100644 --- a/tests/base/timer.cc +++ b/tests/base/timer.cc @@ -36,7 +36,6 @@ void burn (unsigned int n) int main () { initlog(); - deallog.threshold_double(1.e-10); Timer t; burn(50); diff --git a/tests/base/timer_02.cc b/tests/base/timer_02.cc index 2348d4b3c9..1244df5ae9 100644 --- a/tests/base/timer_02.cc +++ b/tests/base/timer_02.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-1); { diff --git a/tests/base/timer_03.cc b/tests/base/timer_03.cc index f596ad794a..81c58e0bb9 100644 --- a/tests/base/timer_03.cc +++ b/tests/base/timer_03.cc @@ -69,7 +69,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Timer t1,t2; TimerOutput tO(std::cout, diff --git a/tests/base/timer_04.cc b/tests/base/timer_04.cc index 49e9c36889..f3309ea643 100644 --- a/tests/base/timer_04.cc +++ b/tests/base/timer_04.cc @@ -37,7 +37,6 @@ void burn (unsigned int n) int main () { initlog(); - deallog.threshold_double(1.e-10); Timer t; burn(50); diff --git a/tests/base/timer_05.cc b/tests/base/timer_05.cc index adaf0efb9d..8c38575184 100644 --- a/tests/base/timer_05.cc +++ b/tests/base/timer_05.cc @@ -69,7 +69,6 @@ int main (int argc, char **argv) { Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); mpi_initlog(); - deallog.threshold_double(1.e-10); Timer t1(MPI_COMM_WORLD, false); Timer t2(MPI_COMM_WORLD, true); diff --git a/tests/base/unique_ptr_01.cc b/tests/base/unique_ptr_01.cc index fce0989a9c..935d6d4058 100644 --- a/tests/base/unique_ptr_01.cc +++ b/tests/base/unique_ptr_01.cc @@ -44,7 +44,6 @@ struct X int main () { initlog(); - deallog.threshold_double(1.e-10); // test with plain new/delete { diff --git a/tests/base/utilities_01.cc b/tests/base/utilities_01.cc index e874ea552f..045d32d207 100644 --- a/tests/base/utilities_01.cc +++ b/tests/base/utilities_01.cc @@ -85,7 +85,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_02.cc b/tests/base/utilities_02.cc index 250b874551..0db3714bde 100644 --- a/tests/base/utilities_02.cc +++ b/tests/base/utilities_02.cc @@ -37,7 +37,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/base/utilities_03.cc b/tests/base/utilities_03.cc index 0b5d8496dc..11260cf5fa 100644 --- a/tests/base/utilities_03.cc +++ b/tests/base/utilities_03.cc @@ -41,7 +41,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_04.cc b/tests/base/utilities_04.cc index 8fa96344e6..c614d75f36 100644 --- a/tests/base/utilities_04.cc +++ b/tests/base/utilities_04.cc @@ -83,7 +83,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_05.cc b/tests/base/utilities_05.cc index 10f670b24b..f2b2829d52 100644 --- a/tests/base/utilities_05.cc +++ b/tests/base/utilities_05.cc @@ -57,7 +57,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_06.cc b/tests/base/utilities_06.cc index 518c4b17a0..cc358387d1 100644 --- a/tests/base/utilities_06.cc +++ b/tests/base/utilities_06.cc @@ -48,7 +48,6 @@ void verify (const std::string &s) int main() { initlog(); - deallog.threshold_double(1.e-10); verify ("abc"); verify ("1.23.4"); diff --git a/tests/base/utilities_07.cc b/tests/base/utilities_07.cc index ce332a0edf..6c2357f367 100644 --- a/tests/base/utilities_07.cc +++ b/tests/base/utilities_07.cc @@ -48,7 +48,6 @@ void verify (const std::string &s) int main() { initlog(); - deallog.threshold_double(1.e-10); verify ("abc"); verify ("1.23.4"); diff --git a/tests/base/utilities_08.cc b/tests/base/utilities_08.cc index eff5e33356..5f7fd309ab 100644 --- a/tests/base/utilities_08.cc +++ b/tests/base/utilities_08.cc @@ -41,7 +41,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_09.cc b/tests/base/utilities_09.cc index 86f67e2cb5..7edeb3861f 100644 --- a/tests/base/utilities_09.cc +++ b/tests/base/utilities_09.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_10.cc b/tests/base/utilities_10.cc index c775859b9c..7de0412c43 100644 --- a/tests/base/utilities_10.cc +++ b/tests/base/utilities_10.cc @@ -64,7 +64,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_11.cc b/tests/base/utilities_11.cc index a7f1bda5c1..1ce2792180 100644 --- a/tests/base/utilities_11.cc +++ b/tests/base/utilities_11.cc @@ -65,7 +65,6 @@ int main() { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/utilities_12.cc b/tests/base/utilities_12.cc index 758217adb0..cc29492097 100644 --- a/tests/base/utilities_12.cc +++ b/tests/base/utilities_12.cc @@ -46,7 +46,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<0> (); test<1> (); diff --git a/tests/base/utilities_trim.cc b/tests/base/utilities_trim.cc index 174e544332..e887f039ff 100644 --- a/tests/base/utilities_trim.cc +++ b/tests/base/utilities_trim.cc @@ -49,7 +49,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/vectorization_01.cc b/tests/base/vectorization_01.cc index 6f07971c7e..978a46a48c 100644 --- a/tests/base/vectorization_01.cc +++ b/tests/base/vectorization_01.cc @@ -150,7 +150,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("double"); test (); diff --git a/tests/base/vectorization_02.cc b/tests/base/vectorization_02.cc index 804e972248..a51e4254fe 100644 --- a/tests/base/vectorization_02.cc +++ b/tests/base/vectorization_02.cc @@ -109,7 +109,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/vectorization_03.cc b/tests/base/vectorization_03.cc index 7d79819e7a..71b6f8fcae 100644 --- a/tests/base/vectorization_03.cc +++ b/tests/base/vectorization_03.cc @@ -94,7 +94,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/base/vectorization_04.cc b/tests/base/vectorization_04.cc index d72be1b7d9..d8d023acbc 100644 --- a/tests/base/vectorization_04.cc +++ b/tests/base/vectorization_04.cc @@ -64,7 +64,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("double"); test (); diff --git a/tests/base/vectorization_05.cc b/tests/base/vectorization_05.cc index 071eb76ab7..bfa8765acd 100644 --- a/tests/base/vectorization_05.cc +++ b/tests/base/vectorization_05.cc @@ -94,7 +94,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("double"); test (); diff --git a/tests/base/vectorization_06.cc b/tests/base/vectorization_06.cc index ce6e238e5f..0364e8c532 100644 --- a/tests/base/vectorization_06.cc +++ b/tests/base/vectorization_06.cc @@ -123,7 +123,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("double"); test (); diff --git a/tests/base/work_stream_01.cc b/tests/base/work_stream_01.cc index 1548366d96..b9c5197ae8 100644 --- a/tests/base/work_stream_01.cc +++ b/tests/base/work_stream_01.cc @@ -65,7 +65,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/work_stream_02.cc b/tests/base/work_stream_02.cc index b82eb65714..46000d4c3b 100644 --- a/tests/base/work_stream_02.cc +++ b/tests/base/work_stream_02.cc @@ -61,7 +61,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/work_stream_03.cc b/tests/base/work_stream_03.cc index a63f099b63..25da3bc060 100644 --- a/tests/base/work_stream_03.cc +++ b/tests/base/work_stream_03.cc @@ -164,7 +164,6 @@ int main() deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); do_project(); } diff --git a/tests/base/work_stream_03_graph.cc b/tests/base/work_stream_03_graph.cc index f95f82dd2b..6eeb4fa860 100644 --- a/tests/base/work_stream_03_graph.cc +++ b/tests/base/work_stream_03_graph.cc @@ -175,7 +175,6 @@ int main() deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); do_project(); } diff --git a/tests/base/work_stream_04.cc b/tests/base/work_stream_04.cc index 9b91b5c679..bfeeb8a5e4 100644 --- a/tests/base/work_stream_04.cc +++ b/tests/base/work_stream_04.cc @@ -63,7 +63,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/work_stream_05.cc b/tests/base/work_stream_05.cc index e72095107b..639aceed65 100644 --- a/tests/base/work_stream_05.cc +++ b/tests/base/work_stream_05.cc @@ -86,7 +86,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/base/work_stream_05_graph.cc b/tests/base/work_stream_05_graph.cc index f7a54a0c7c..afccdf691c 100644 --- a/tests/base/work_stream_05_graph.cc +++ b/tests/base/work_stream_05_graph.cc @@ -102,7 +102,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/bits/anna_1.cc b/tests/bits/anna_1.cc index f3a13c7365..e70dbe1db5 100644 --- a/tests/bits/anna_1.cc +++ b/tests/bits/anna_1.cc @@ -154,7 +154,6 @@ void SystemTest::run () int main () { initlog(); - deallog.threshold_double(1.e-10); SystemTest<2>().run(); SystemTest<3>().run(); diff --git a/tests/bits/anna_2.cc b/tests/bits/anna_2.cc index 098ff24c07..3b5b3c13f3 100644 --- a/tests/bits/anna_2.cc +++ b/tests/bits/anna_2.cc @@ -158,7 +158,6 @@ void SystemTest::run () int main () { initlog(); - deallog.threshold_double(1.e-10); SystemTest<2>().run(); SystemTest<3>().run(); diff --git a/tests/bits/anna_3.cc b/tests/bits/anna_3.cc index 4db64f2021..87ccdd01a8 100644 --- a/tests/bits/anna_3.cc +++ b/tests/bits/anna_3.cc @@ -127,7 +127,6 @@ void SystemTest::run () int main () { initlog(); - deallog.threshold_double(1.e-10); SystemTest<2>().run(); SystemTest<3>().run(); diff --git a/tests/bits/anna_4.cc b/tests/bits/anna_4.cc index 564b09046c..7ad5d78723 100644 --- a/tests/bits/anna_4.cc +++ b/tests/bits/anna_4.cc @@ -243,7 +243,6 @@ void FindBug::run () int main () { initlog(); - deallog.threshold_double(1.e-10); FindBug<2>().run (); FindBug<3>().run (); diff --git a/tests/bits/anna_6.cc b/tests/bits/anna_6.cc index c2224990c0..f72106affb 100644 --- a/tests/bits/anna_6.cc +++ b/tests/bits/anna_6.cc @@ -288,7 +288,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ImposeBC<2>().run (); ImposeBC<3>().run (); diff --git a/tests/bits/apply_boundary_values_01.cc b/tests/bits/apply_boundary_values_01.cc index c007017a85..7da022161b 100644 --- a/tests/bits/apply_boundary_values_01.cc +++ b/tests/bits/apply_boundary_values_01.cc @@ -143,7 +143,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/apply_boundary_values_02.cc b/tests/bits/apply_boundary_values_02.cc index 0591f63952..fa4c2e8694 100644 --- a/tests/bits/apply_boundary_values_02.cc +++ b/tests/bits/apply_boundary_values_02.cc @@ -143,7 +143,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/apply_boundary_values_03.cc b/tests/bits/apply_boundary_values_03.cc index fb045d0fad..5c9b63de3a 100644 --- a/tests/bits/apply_boundary_values_03.cc +++ b/tests/bits/apply_boundary_values_03.cc @@ -125,7 +125,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/apply_boundary_values_04.cc b/tests/bits/apply_boundary_values_04.cc index 880a3751ae..10931fe3c2 100644 --- a/tests/bits/apply_boundary_values_04.cc +++ b/tests/bits/apply_boundary_values_04.cc @@ -125,7 +125,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_matrix_array_01.cc b/tests/bits/block_matrix_array_01.cc index f743c0e9cd..05cfc09b82 100644 --- a/tests/bits/block_matrix_array_01.cc +++ b/tests/bits/block_matrix_array_01.cc @@ -26,7 +26,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); FullMatrix A1(4,4); FullMatrix A2(4,4); diff --git a/tests/bits/block_sparse_matrix_1.cc b/tests/bits/block_sparse_matrix_1.cc index 98460e9b82..d09d25e999 100644 --- a/tests/bits/block_sparse_matrix_1.cc +++ b/tests/bits/block_sparse_matrix_1.cc @@ -52,7 +52,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria; GridGenerator::hyper_cube (tria,0,1); diff --git a/tests/bits/block_sparse_matrix_2.cc b/tests/bits/block_sparse_matrix_2.cc index 8a46925bbe..5f28199756 100644 --- a/tests/bits/block_sparse_matrix_2.cc +++ b/tests/bits/block_sparse_matrix_2.cc @@ -32,7 +32,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria; GridGenerator::hyper_cube (tria,0,1); diff --git a/tests/bits/block_sparse_matrix_iterator_01.cc b/tests/bits/block_sparse_matrix_iterator_01.cc index 1395941ab2..dc377d6e70 100644 --- a/tests/bits/block_sparse_matrix_iterator_01.cc +++ b/tests/bits/block_sparse_matrix_iterator_01.cc @@ -95,7 +95,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_sparse_matrix_iterator_02.cc b/tests/bits/block_sparse_matrix_iterator_02.cc index 4e8c4e3e5c..6edf71b9f2 100644 --- a/tests/bits/block_sparse_matrix_iterator_02.cc +++ b/tests/bits/block_sparse_matrix_iterator_02.cc @@ -90,7 +90,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_sparse_matrix_iterator_04.cc b/tests/bits/block_sparse_matrix_iterator_04.cc index 7d22a8d75f..f9252b4c01 100644 --- a/tests/bits/block_sparse_matrix_iterator_04.cc +++ b/tests/bits/block_sparse_matrix_iterator_04.cc @@ -54,7 +54,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_sparse_matrix_iterator_05.cc b/tests/bits/block_sparse_matrix_iterator_05.cc index 84b78f1d89..b73446181a 100644 --- a/tests/bits/block_sparse_matrix_iterator_05.cc +++ b/tests/bits/block_sparse_matrix_iterator_05.cc @@ -72,7 +72,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_vector_iterator_01.cc b/tests/bits/block_vector_iterator_01.cc index 07982cc71a..c4df763801 100644 --- a/tests/bits/block_vector_iterator_01.cc +++ b/tests/bits/block_vector_iterator_01.cc @@ -79,7 +79,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_vector_iterator_02.cc b/tests/bits/block_vector_iterator_02.cc index ffe8183ea4..81e64d77bf 100644 --- a/tests/bits/block_vector_iterator_02.cc +++ b/tests/bits/block_vector_iterator_02.cc @@ -73,7 +73,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/block_vector_vector_01.cc b/tests/bits/block_vector_vector_01.cc index 697c4eea48..5c04745af6 100644 --- a/tests/bits/block_vector_vector_01.cc +++ b/tests/bits/block_vector_vector_01.cc @@ -41,7 +41,6 @@ void test (BlockVector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/christian_1.cc b/tests/bits/christian_1.cc index c966c0112f..02ab16bf92 100644 --- a/tests/bits/christian_1.cc +++ b/tests/bits/christian_1.cc @@ -100,7 +100,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // build test-case trias diff --git a/tests/bits/christian_2.cc b/tests/bits/christian_2.cc index cda547c2a9..eeb1780520 100644 --- a/tests/bits/christian_2.cc +++ b/tests/bits/christian_2.cc @@ -28,7 +28,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria; GridGenerator::hyper_cube(tria, 0, 1); diff --git a/tests/bits/chunk_sparse_matrix_00.cc b/tests/bits/chunk_sparse_matrix_00.cc index 81efe784e6..18f88ba266 100644 --- a/tests/bits/chunk_sparse_matrix_00.cc +++ b/tests/bits/chunk_sparse_matrix_00.cc @@ -57,7 +57,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_01.cc b/tests/bits/chunk_sparse_matrix_01.cc index a5947b42be..cb52ce5170 100644 --- a/tests/bits/chunk_sparse_matrix_01.cc +++ b/tests/bits/chunk_sparse_matrix_01.cc @@ -60,7 +60,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_01a.cc b/tests/bits/chunk_sparse_matrix_01a.cc index 6922ab77ae..f9d2ccd5e3 100644 --- a/tests/bits/chunk_sparse_matrix_01a.cc +++ b/tests/bits/chunk_sparse_matrix_01a.cc @@ -86,7 +86,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_02.cc b/tests/bits/chunk_sparse_matrix_02.cc index 295801ecd0..0de4db5d3b 100644 --- a/tests/bits/chunk_sparse_matrix_02.cc +++ b/tests/bits/chunk_sparse_matrix_02.cc @@ -60,7 +60,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_03.cc b/tests/bits/chunk_sparse_matrix_03.cc index 46efd31609..b2ba16b0b0 100644 --- a/tests/bits/chunk_sparse_matrix_03.cc +++ b/tests/bits/chunk_sparse_matrix_03.cc @@ -67,7 +67,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_03a.cc b/tests/bits/chunk_sparse_matrix_03a.cc index d18018144d..6c286f06f0 100644 --- a/tests/bits/chunk_sparse_matrix_03a.cc +++ b/tests/bits/chunk_sparse_matrix_03a.cc @@ -71,7 +71,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_04.cc b/tests/bits/chunk_sparse_matrix_04.cc index b1b76725f7..16634ffbd4 100644 --- a/tests/bits/chunk_sparse_matrix_04.cc +++ b/tests/bits/chunk_sparse_matrix_04.cc @@ -43,7 +43,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_05.cc b/tests/bits/chunk_sparse_matrix_05.cc index a4900b6cdb..86966c3477 100644 --- a/tests/bits/chunk_sparse_matrix_05.cc +++ b/tests/bits/chunk_sparse_matrix_05.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_05a.cc b/tests/bits/chunk_sparse_matrix_05a.cc index 0cc95b47fc..69d14f2faa 100644 --- a/tests/bits/chunk_sparse_matrix_05a.cc +++ b/tests/bits/chunk_sparse_matrix_05a.cc @@ -67,7 +67,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_06.cc b/tests/bits/chunk_sparse_matrix_06.cc index 826ab8cc7e..863b4bed8e 100644 --- a/tests/bits/chunk_sparse_matrix_06.cc +++ b/tests/bits/chunk_sparse_matrix_06.cc @@ -52,7 +52,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_07.cc b/tests/bits/chunk_sparse_matrix_07.cc index 6208149b11..28b2ce0b72 100644 --- a/tests/bits/chunk_sparse_matrix_07.cc +++ b/tests/bits/chunk_sparse_matrix_07.cc @@ -52,7 +52,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_08.cc b/tests/bits/chunk_sparse_matrix_08.cc index bbce5bb9ef..0b1423dc4b 100644 --- a/tests/bits/chunk_sparse_matrix_08.cc +++ b/tests/bits/chunk_sparse_matrix_08.cc @@ -57,7 +57,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_09.cc b/tests/bits/chunk_sparse_matrix_09.cc index a8cca74655..c93035e300 100644 --- a/tests/bits/chunk_sparse_matrix_09.cc +++ b/tests/bits/chunk_sparse_matrix_09.cc @@ -63,7 +63,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_10.cc b/tests/bits/chunk_sparse_matrix_10.cc index d77d0c8f1b..84f6d10099 100644 --- a/tests/bits/chunk_sparse_matrix_10.cc +++ b/tests/bits/chunk_sparse_matrix_10.cc @@ -63,7 +63,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_11.cc b/tests/bits/chunk_sparse_matrix_11.cc index 071cb77cf9..0a3eebc077 100644 --- a/tests/bits/chunk_sparse_matrix_11.cc +++ b/tests/bits/chunk_sparse_matrix_11.cc @@ -63,7 +63,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_12.cc b/tests/bits/chunk_sparse_matrix_12.cc index 759fbf581a..15fd3fc002 100644 --- a/tests/bits/chunk_sparse_matrix_12.cc +++ b/tests/bits/chunk_sparse_matrix_12.cc @@ -63,7 +63,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_13.cc b/tests/bits/chunk_sparse_matrix_13.cc index 6c1d9e80d8..c03a562294 100644 --- a/tests/bits/chunk_sparse_matrix_13.cc +++ b/tests/bits/chunk_sparse_matrix_13.cc @@ -63,7 +63,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_14.cc b/tests/bits/chunk_sparse_matrix_14.cc index 7a62967e07..376b44dc95 100644 --- a/tests/bits/chunk_sparse_matrix_14.cc +++ b/tests/bits/chunk_sparse_matrix_14.cc @@ -64,7 +64,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_15.cc b/tests/bits/chunk_sparse_matrix_15.cc index 90d6963287..126d5a7007 100644 --- a/tests/bits/chunk_sparse_matrix_15.cc +++ b/tests/bits/chunk_sparse_matrix_15.cc @@ -70,7 +70,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_16.cc b/tests/bits/chunk_sparse_matrix_16.cc index 86811c72f4..598d92f8c0 100644 --- a/tests/bits/chunk_sparse_matrix_16.cc +++ b/tests/bits/chunk_sparse_matrix_16.cc @@ -73,7 +73,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_01.cc b/tests/bits/chunk_sparse_matrix_iterator_01.cc index 7cb4e9c304..b6860ccf84 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_01.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_01.cc @@ -47,7 +47,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_02.cc b/tests/bits/chunk_sparse_matrix_iterator_02.cc index d54800aeed..2c01d0941d 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_02.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_02.cc @@ -66,7 +66,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_03.cc b/tests/bits/chunk_sparse_matrix_iterator_03.cc index 0f53d6df24..c695778ecc 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_03.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_03.cc @@ -66,7 +66,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_04.cc b/tests/bits/chunk_sparse_matrix_iterator_04.cc index 0753a1792b..18f19133d4 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_04.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_04.cc @@ -58,7 +58,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_05.cc b/tests/bits/chunk_sparse_matrix_iterator_05.cc index d0a0fc27a4..d49788354f 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_05.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_05.cc @@ -65,7 +65,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_06.cc b/tests/bits/chunk_sparse_matrix_iterator_06.cc index 887b430ac0..eb9a4b1ae4 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_06.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_06.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_07.cc b/tests/bits/chunk_sparse_matrix_iterator_07.cc index 84b0aabab4..35572fa0de 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_07.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_07.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_08.cc b/tests/bits/chunk_sparse_matrix_iterator_08.cc index 93d8ba7ea0..18ca528c32 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_08.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_08.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_09.cc b/tests/bits/chunk_sparse_matrix_iterator_09.cc index 0fb32a79e8..79dabe053d 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_09.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_09.cc @@ -48,7 +48,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_10.cc b/tests/bits/chunk_sparse_matrix_iterator_10.cc index f4510b02c7..b0d7ecd008 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_10.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_10.cc @@ -50,7 +50,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_11.cc b/tests/bits/chunk_sparse_matrix_iterator_11.cc index 9313da0e09..e8991b619c 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_11.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_11.cc @@ -60,7 +60,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_12.cc b/tests/bits/chunk_sparse_matrix_iterator_12.cc index 5ea4d061b0..551514e811 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_12.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_12.cc @@ -59,7 +59,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_iterator_13.cc b/tests/bits/chunk_sparse_matrix_iterator_13.cc index 3dbdc850f5..b9b6dd2ccf 100644 --- a/tests/bits/chunk_sparse_matrix_iterator_13.cc +++ b/tests/bits/chunk_sparse_matrix_iterator_13.cc @@ -80,7 +80,6 @@ void test (const unsigned int chunk_size) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_01.cc b/tests/bits/chunk_sparse_matrix_vector_01.cc index b025890ccc..b426bc285e 100644 --- a/tests/bits/chunk_sparse_matrix_vector_01.cc +++ b/tests/bits/chunk_sparse_matrix_vector_01.cc @@ -69,7 +69,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_02.cc b/tests/bits/chunk_sparse_matrix_vector_02.cc index 6f3c7c7ea4..70115afd61 100644 --- a/tests/bits/chunk_sparse_matrix_vector_02.cc +++ b/tests/bits/chunk_sparse_matrix_vector_02.cc @@ -69,7 +69,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_03.cc b/tests/bits/chunk_sparse_matrix_vector_03.cc index c93dc4f185..a1940a9518 100644 --- a/tests/bits/chunk_sparse_matrix_vector_03.cc +++ b/tests/bits/chunk_sparse_matrix_vector_03.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_04.cc b/tests/bits/chunk_sparse_matrix_vector_04.cc index b448f76b99..b7bf7f4264 100644 --- a/tests/bits/chunk_sparse_matrix_vector_04.cc +++ b/tests/bits/chunk_sparse_matrix_vector_04.cc @@ -72,7 +72,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_05.cc b/tests/bits/chunk_sparse_matrix_vector_05.cc index 006931c690..70fb0d0290 100644 --- a/tests/bits/chunk_sparse_matrix_vector_05.cc +++ b/tests/bits/chunk_sparse_matrix_vector_05.cc @@ -75,7 +75,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_06.cc b/tests/bits/chunk_sparse_matrix_vector_06.cc index 68a9e29ffb..d88fc2ae3a 100644 --- a/tests/bits/chunk_sparse_matrix_vector_06.cc +++ b/tests/bits/chunk_sparse_matrix_vector_06.cc @@ -67,7 +67,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/chunk_sparse_matrix_vector_07.cc b/tests/bits/chunk_sparse_matrix_vector_07.cc index 2ec6840336..f436739961 100644 --- a/tests/bits/chunk_sparse_matrix_vector_07.cc +++ b/tests/bits/chunk_sparse_matrix_vector_07.cc @@ -77,7 +77,6 @@ void test (const unsigned int chunk_size, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/coarsening_3d.cc b/tests/bits/coarsening_3d.cc index f77a105788..8399f6b201 100644 --- a/tests/bits/coarsening_3d.cc +++ b/tests/bits/coarsening_3d.cc @@ -32,7 +32,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; create_L_shape (coarse_grid); diff --git a/tests/bits/cone_01.cc b/tests/bits/cone_01.cc index a3bc1328e9..56fe241f4d 100644 --- a/tests/bits/cone_01.cc +++ b/tests/bits/cone_01.cc @@ -54,7 +54,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/cone_02.cc b/tests/bits/cone_02.cc index 919f233012..9020beea2a 100644 --- a/tests/bits/cone_02.cc +++ b/tests/bits/cone_02.cc @@ -58,7 +58,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/count_dofs_per_block_01.cc b/tests/bits/count_dofs_per_block_01.cc index 87a824588e..564cd438b9 100644 --- a/tests/bits/count_dofs_per_block_01.cc +++ b/tests/bits/count_dofs_per_block_01.cc @@ -134,7 +134,6 @@ int main() logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/count_dofs_per_block_02.cc b/tests/bits/count_dofs_per_block_02.cc index 9a9a1fbeb7..b4f2ebcac8 100644 --- a/tests/bits/count_dofs_per_block_02.cc +++ b/tests/bits/count_dofs_per_block_02.cc @@ -132,7 +132,6 @@ int main() logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/count_dofs_per_component_hp_01.cc b/tests/bits/count_dofs_per_component_hp_01.cc index 1253af623e..bd3ea3e73b 100644 --- a/tests/bits/count_dofs_per_component_hp_01.cc +++ b/tests/bits/count_dofs_per_component_hp_01.cc @@ -75,7 +75,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/count_dofs_per_component_hp_02.cc b/tests/bits/count_dofs_per_component_hp_02.cc index 25ce26392f..9f6caae2b0 100644 --- a/tests/bits/count_dofs_per_component_hp_02.cc +++ b/tests/bits/count_dofs_per_component_hp_02.cc @@ -76,7 +76,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/cylinder.cc b/tests/bits/cylinder.cc index 7865efa83c..93a3686985 100644 --- a/tests/bits/cylinder.cc +++ b/tests/bits/cylinder.cc @@ -31,7 +31,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); // generate a cylinder diff --git a/tests/bits/cylinder_01.cc b/tests/bits/cylinder_01.cc index b64815c89a..37c756ed69 100644 --- a/tests/bits/cylinder_01.cc +++ b/tests/bits/cylinder_01.cc @@ -53,7 +53,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/cylinder_02.cc b/tests/bits/cylinder_02.cc index baafdd8898..799c43a826 100644 --- a/tests/bits/cylinder_02.cc +++ b/tests/bits/cylinder_02.cc @@ -66,7 +66,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/cylinder_03.cc b/tests/bits/cylinder_03.cc index 7ecd9fec7e..b25c5ea5f0 100644 --- a/tests/bits/cylinder_03.cc +++ b/tests/bits/cylinder_03.cc @@ -63,7 +63,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<3> (); } diff --git a/tests/bits/cylinder_04.cc b/tests/bits/cylinder_04.cc index 84d62a7304..7ddfbe8120 100644 --- a/tests/bits/cylinder_04.cc +++ b/tests/bits/cylinder_04.cc @@ -69,7 +69,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<3> (); } diff --git a/tests/bits/cylinder_shell_01.cc b/tests/bits/cylinder_shell_01.cc index 21eec190cd..0919ac3695 100644 --- a/tests/bits/cylinder_shell_01.cc +++ b/tests/bits/cylinder_shell_01.cc @@ -29,7 +29,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); // generate a hyperball in 3d diff --git a/tests/bits/cylinder_shell_02.cc b/tests/bits/cylinder_shell_02.cc index e1fa08d852..7a61d4a09a 100644 --- a/tests/bits/cylinder_shell_02.cc +++ b/tests/bits/cylinder_shell_02.cc @@ -35,7 +35,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); // generate a hyperball in 3d diff --git a/tests/bits/deal_solver_04.cc b/tests/bits/deal_solver_04.cc index e28f159ac6..d85fa5585c 100644 --- a/tests/bits/deal_solver_04.cc +++ b/tests/bits/deal_solver_04.cc @@ -65,7 +65,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(100, 1.e-3); diff --git a/tests/bits/deal_solver_05.cc b/tests/bits/deal_solver_05.cc index cdbb1364e7..e32fffb756 100644 --- a/tests/bits/deal_solver_05.cc +++ b/tests/bits/deal_solver_05.cc @@ -64,7 +64,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(100, 1.e-3); diff --git a/tests/bits/denis_1.cc b/tests/bits/denis_1.cc index 082c7ecfd5..f522a2abbd 100644 --- a/tests/bits/denis_1.cc +++ b/tests/bits/denis_1.cc @@ -56,7 +56,6 @@ public: int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); deallog << std::fixed; diff --git a/tests/bits/distorted_cells_01.cc b/tests/bits/distorted_cells_01.cc index 92b4871819..1eb36f7905 100644 --- a/tests/bits/distorted_cells_01.cc +++ b/tests/bits/distorted_cells_01.cc @@ -87,7 +87,6 @@ void check (const unsigned int testcase) int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int testcase=1; testcase<=2; ++testcase) { diff --git a/tests/bits/distorted_cells_02.cc b/tests/bits/distorted_cells_02.cc index 0f74396c4c..2e74d218aa 100644 --- a/tests/bits/distorted_cells_02.cc +++ b/tests/bits/distorted_cells_02.cc @@ -68,7 +68,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/distorted_cells_03.cc b/tests/bits/distorted_cells_03.cc index 16304d2c53..038adebd06 100644 --- a/tests/bits/distorted_cells_03.cc +++ b/tests/bits/distorted_cells_03.cc @@ -121,7 +121,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/distorted_cells_04.cc b/tests/bits/distorted_cells_04.cc index edaf1761d1..be3f684203 100644 --- a/tests/bits/distorted_cells_04.cc +++ b/tests/bits/distorted_cells_04.cc @@ -147,7 +147,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-8); check<2> (); check<3> (); diff --git a/tests/bits/distorted_cells_05.cc b/tests/bits/distorted_cells_05.cc index 574d297ad5..b86823d796 100644 --- a/tests/bits/distorted_cells_05.cc +++ b/tests/bits/distorted_cells_05.cc @@ -149,7 +149,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-8); check<2> (); check<3> (); diff --git a/tests/bits/distorted_cells_06.cc b/tests/bits/distorted_cells_06.cc index 98b451cea0..e2acf93d44 100644 --- a/tests/bits/distorted_cells_06.cc +++ b/tests/bits/distorted_cells_06.cc @@ -116,7 +116,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<3> (); } diff --git a/tests/bits/distorted_cells_07.cc b/tests/bits/distorted_cells_07.cc index 43e59f9f0e..a64b295294 100644 --- a/tests/bits/distorted_cells_07.cc +++ b/tests/bits/distorted_cells_07.cc @@ -93,7 +93,6 @@ int main () deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); // only twisted cells for FEValues (pinched cells are OK on Gauss points) check<1> (2); diff --git a/tests/bits/distorted_mapped_cells_01.cc b/tests/bits/distorted_mapped_cells_01.cc index f4140a3814..686d3a519a 100644 --- a/tests/bits/distorted_mapped_cells_01.cc +++ b/tests/bits/distorted_mapped_cells_01.cc @@ -94,7 +94,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(4) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/bits/distorted_mapped_cells_02.cc b/tests/bits/distorted_mapped_cells_02.cc index 5a3f0ed5de..c699e91a17 100644 --- a/tests/bits/distorted_mapped_cells_02.cc +++ b/tests/bits/distorted_mapped_cells_02.cc @@ -69,7 +69,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(4) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/bits/face_orientation_and_fe_nedelec_01.cc b/tests/bits/face_orientation_and_fe_nedelec_01.cc index d22293ce0d..ddd21f9010 100644 --- a/tests/bits/face_orientation_and_fe_nedelec_01.cc +++ b/tests/bits/face_orientation_and_fe_nedelec_01.cc @@ -197,7 +197,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/bits/face_orientation_and_fe_q_01.cc b/tests/bits/face_orientation_and_fe_q_01.cc index d7d33b00ee..9b05b17211 100644 --- a/tests/bits/face_orientation_and_fe_q_01.cc +++ b/tests/bits/face_orientation_and_fe_q_01.cc @@ -200,7 +200,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/bits/face_orientation_and_fe_q_02.cc b/tests/bits/face_orientation_and_fe_q_02.cc index 0c33715bf7..b0720941be 100644 --- a/tests/bits/face_orientation_and_fe_q_02.cc +++ b/tests/bits/face_orientation_and_fe_q_02.cc @@ -199,7 +199,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3>(); } diff --git a/tests/bits/faceq_face_interpolation.cc b/tests/bits/faceq_face_interpolation.cc index a56b202967..1596b3a807 100644 --- a/tests/bits/faceq_face_interpolation.cc +++ b/tests/bits/faceq_face_interpolation.cc @@ -175,7 +175,6 @@ main() std::ofstream logfile("output"); deallog << std::setprecision (6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/bits/faceq_subface_interpolation.cc b/tests/bits/faceq_subface_interpolation.cc index f37e78b9ab..6065119e0b 100644 --- a/tests/bits/faceq_subface_interpolation.cc +++ b/tests/bits/faceq_subface_interpolation.cc @@ -178,7 +178,6 @@ main() std::ofstream logfile("output"); deallog << std::setprecision (6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/bits/fe_q_3d_01.cc b/tests/bits/fe_q_3d_01.cc index 43b867649b..994782fc98 100644 --- a/tests/bits/fe_q_3d_01.cc +++ b/tests/bits/fe_q_3d_01.cc @@ -117,7 +117,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check (); } diff --git a/tests/bits/fe_q_constraints.cc b/tests/bits/fe_q_constraints.cc index 3f6ed66127..8a149400aa 100644 --- a/tests/bits/fe_q_constraints.cc +++ b/tests/bits/fe_q_constraints.cc @@ -237,7 +237,6 @@ void TestFEQConstraints::run () int main () { initlog(); - deallog.threshold_double(1.e-10); unsigned int ref_level[] = {4,3,2}; diff --git a/tests/bits/fe_system.cc b/tests/bits/fe_system.cc index ab670e13cd..7cc914a83b 100644 --- a/tests/bits/fe_system.cc +++ b/tests/bits/fe_system.cc @@ -78,7 +78,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); diff --git a/tests/bits/fe_tools_01a.cc b/tests/bits/fe_tools_01a.cc index e6513a4c14..be41547c4c 100644 --- a/tests/bits/fe_tools_01a.cc +++ b/tests/bits/fe_tools_01a.cc @@ -72,7 +72,6 @@ main() std::ofstream logfile("output"); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1); CHECK_ALL(Q,2); diff --git a/tests/bits/fe_tools_01b.cc b/tests/bits/fe_tools_01b.cc index ec2f11ba8b..d34c800b94 100644 --- a/tests/bits/fe_tools_01b.cc +++ b/tests/bits/fe_tools_01b.cc @@ -72,7 +72,6 @@ main() std::ofstream logfile("output"); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1); CHECK_ALL(Q,2); diff --git a/tests/bits/fe_tools_01c.cc b/tests/bits/fe_tools_01c.cc index 17ef88cc2d..9d127ae9ec 100644 --- a/tests/bits/fe_tools_01c.cc +++ b/tests/bits/fe_tools_01c.cc @@ -89,7 +89,6 @@ main() std::ofstream logfile("output"); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1); CHECK_ALL(Q,2); diff --git a/tests/bits/find_cell_1.cc b/tests/bits/find_cell_1.cc index 2845040a08..022c25a629 100644 --- a/tests/bits/find_cell_1.cc +++ b/tests/bits/find_cell_1.cc @@ -50,7 +50,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/find_cell_13.cc b/tests/bits/find_cell_13.cc index 2c09330974..146976f23d 100644 --- a/tests/bits/find_cell_13.cc +++ b/tests/bits/find_cell_13.cc @@ -93,7 +93,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/find_cell_2.cc b/tests/bits/find_cell_2.cc index 69c1556907..6570198cd9 100644 --- a/tests/bits/find_cell_2.cc +++ b/tests/bits/find_cell_2.cc @@ -49,7 +49,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/bits/find_cell_3.cc b/tests/bits/find_cell_3.cc index 9edda06409..c1846f1341 100644 --- a/tests/bits/find_cell_3.cc +++ b/tests/bits/find_cell_3.cc @@ -49,7 +49,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/bits/find_cell_4.cc b/tests/bits/find_cell_4.cc index 40015ef311..160e9b6689 100644 --- a/tests/bits/find_cell_4.cc +++ b/tests/bits/find_cell_4.cc @@ -62,7 +62,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_5.cc b/tests/bits/find_cell_5.cc index 07bc2edf95..8bf64115e2 100644 --- a/tests/bits/find_cell_5.cc +++ b/tests/bits/find_cell_5.cc @@ -66,7 +66,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_6.cc b/tests/bits/find_cell_6.cc index 904bb690a4..6788bcd31a 100644 --- a/tests/bits/find_cell_6.cc +++ b/tests/bits/find_cell_6.cc @@ -96,7 +96,6 @@ void check1 () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_7.cc b/tests/bits/find_cell_7.cc index b4e5cd3484..5e54ae1ff1 100644 --- a/tests/bits/find_cell_7.cc +++ b/tests/bits/find_cell_7.cc @@ -86,7 +86,6 @@ void check2 () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_8.cc b/tests/bits/find_cell_8.cc index 4b7f086388..87c09e3c05 100644 --- a/tests/bits/find_cell_8.cc +++ b/tests/bits/find_cell_8.cc @@ -89,7 +89,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/find_cell_9.cc b/tests/bits/find_cell_9.cc index 784ce830b1..c6bd5550c7 100644 --- a/tests/bits/find_cell_9.cc +++ b/tests/bits/find_cell_9.cc @@ -92,7 +92,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/find_cell_alt_1.cc b/tests/bits/find_cell_alt_1.cc index 58b8d56ac2..145c372f06 100644 --- a/tests/bits/find_cell_alt_1.cc +++ b/tests/bits/find_cell_alt_1.cc @@ -56,7 +56,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/find_cell_alt_2.cc b/tests/bits/find_cell_alt_2.cc index 4336528d2c..b5e0cc5b2b 100644 --- a/tests/bits/find_cell_alt_2.cc +++ b/tests/bits/find_cell_alt_2.cc @@ -55,7 +55,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/bits/find_cell_alt_3.cc b/tests/bits/find_cell_alt_3.cc index a906ce5287..0b9688b2d8 100644 --- a/tests/bits/find_cell_alt_3.cc +++ b/tests/bits/find_cell_alt_3.cc @@ -54,7 +54,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/bits/find_cell_alt_4.cc b/tests/bits/find_cell_alt_4.cc index c1da88f18b..e99ab8ee77 100644 --- a/tests/bits/find_cell_alt_4.cc +++ b/tests/bits/find_cell_alt_4.cc @@ -56,7 +56,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_alt_5.cc b/tests/bits/find_cell_alt_5.cc index 52a643829e..290e4f6491 100644 --- a/tests/bits/find_cell_alt_5.cc +++ b/tests/bits/find_cell_alt_5.cc @@ -52,7 +52,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cell_alt_6.cc b/tests/bits/find_cell_alt_6.cc index e8c7ee1ec8..548e4dac29 100644 --- a/tests/bits/find_cell_alt_6.cc +++ b/tests/bits/find_cell_alt_6.cc @@ -63,7 +63,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_1.cc b/tests/bits/find_cells_adjacent_to_vertex_1.cc index 795f8e724d..1ead8e4f0a 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_1.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_1.cc @@ -62,7 +62,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_2.cc b/tests/bits/find_cells_adjacent_to_vertex_2.cc index b1d5b77f9c..cb61d048d5 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_2.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_2.cc @@ -47,7 +47,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_3.cc b/tests/bits/find_cells_adjacent_to_vertex_3.cc index 428f52d2cf..fcd62916fc 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_3.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_3.cc @@ -49,7 +49,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_4.cc b/tests/bits/find_cells_adjacent_to_vertex_4.cc index 21e0a4728c..20057e04e3 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_4.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_4.cc @@ -49,7 +49,6 @@ void check (Triangulation<2> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_5.cc b/tests/bits/find_cells_adjacent_to_vertex_5.cc index 90cf9b0689..42c76645fc 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_5.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_5.cc @@ -48,7 +48,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_cells_adjacent_to_vertex_6.cc b/tests/bits/find_cells_adjacent_to_vertex_6.cc index 0a92e8cd1e..a5596da9b6 100644 --- a/tests/bits/find_cells_adjacent_to_vertex_6.cc +++ b/tests/bits/find_cells_adjacent_to_vertex_6.cc @@ -53,7 +53,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/find_closest_vertex_1.cc b/tests/bits/find_closest_vertex_1.cc index 0a48f79038..b7619f54c4 100644 --- a/tests/bits/find_closest_vertex_1.cc +++ b/tests/bits/find_closest_vertex_1.cc @@ -44,7 +44,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/gerold_1.cc b/tests/bits/gerold_1.cc index a98a4b1467..ac925c391f 100644 --- a/tests/bits/gerold_1.cc +++ b/tests/bits/gerold_1.cc @@ -105,7 +105,6 @@ void LaplaceProblem::run () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/gerold_2.cc b/tests/bits/gerold_2.cc index aca7f70f19..76be672cc4 100644 --- a/tests/bits/gerold_2.cc +++ b/tests/bits/gerold_2.cc @@ -67,7 +67,6 @@ void LaplaceProblem::run () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/get_dof_indices_01.cc b/tests/bits/get_dof_indices_01.cc index 8b02cfcec8..ec091e27ba 100644 --- a/tests/bits/get_dof_indices_01.cc +++ b/tests/bits/get_dof_indices_01.cc @@ -87,7 +87,6 @@ int main () { deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/bits/hyper_ball_3d.cc b/tests/bits/hyper_ball_3d.cc index e46ce8b123..c0058a6c7a 100644 --- a/tests/bits/hyper_ball_3d.cc +++ b/tests/bits/hyper_ball_3d.cc @@ -33,7 +33,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); // generate a hyperball in 3d diff --git a/tests/bits/joa_1.cc b/tests/bits/joa_1.cc index 527a4acf62..c0dd828f8c 100644 --- a/tests/bits/joa_1.cc +++ b/tests/bits/joa_1.cc @@ -1125,7 +1125,6 @@ int main () deallog << std::setprecision (3); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // The general idea behind the // layout of this function is as diff --git a/tests/bits/make_boundary_constraints_01.cc b/tests/bits/make_boundary_constraints_01.cc index 70d7adcb79..f295b0f457 100644 --- a/tests/bits/make_boundary_constraints_01.cc +++ b/tests/bits/make_boundary_constraints_01.cc @@ -142,7 +142,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/make_boundary_constraints_02.cc b/tests/bits/make_boundary_constraints_02.cc index 1eedf728ff..8d8e5bd1a8 100644 --- a/tests/bits/make_boundary_constraints_02.cc +++ b/tests/bits/make_boundary_constraints_02.cc @@ -152,7 +152,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/map_dofs_to_support_points_hp_01.cc b/tests/bits/map_dofs_to_support_points_hp_01.cc index bff9c27fcd..586b522095 100644 --- a/tests/bits/map_dofs_to_support_points_hp_01.cc +++ b/tests/bits/map_dofs_to_support_points_hp_01.cc @@ -85,7 +85,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/map_dofs_to_support_points_hp_02.cc b/tests/bits/map_dofs_to_support_points_hp_02.cc index bebd9694fc..7f98bc0765 100644 --- a/tests/bits/map_dofs_to_support_points_hp_02.cc +++ b/tests/bits/map_dofs_to_support_points_hp_02.cc @@ -78,7 +78,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/nedelec_1.cc b/tests/bits/nedelec_1.cc index a2911a1ff2..f99c9ed13f 100644 --- a/tests/bits/nedelec_1.cc +++ b/tests/bits/nedelec_1.cc @@ -53,7 +53,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/bits/neighboring_cells_at_two_faces.cc b/tests/bits/neighboring_cells_at_two_faces.cc index 1a589d4718..91f22a364b 100644 --- a/tests/bits/neighboring_cells_at_two_faces.cc +++ b/tests/bits/neighboring_cells_at_two_faces.cc @@ -98,7 +98,6 @@ void check_neighbors (const Triangulation<2> &tria) int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria; create_grid(tria); diff --git a/tests/bits/normals_1.cc b/tests/bits/normals_1.cc index bd697de548..bc79a798bc 100644 --- a/tests/bits/normals_1.cc +++ b/tests/bits/normals_1.cc @@ -90,7 +90,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/normals_2.cc b/tests/bits/normals_2.cc index 3cad53da91..6ab98574c0 100644 --- a/tests/bits/normals_2.cc +++ b/tests/bits/normals_2.cc @@ -48,7 +48,6 @@ void check (const Triangulation &tria, FE_Q fe(1); DoFHandler dof_handler (tria); dof_handler.distribute_dofs (fe); - deallog.threshold_double(1.e-10); QGauss q_face(3); @@ -100,7 +99,6 @@ void check (const Triangulation &tria, int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/normals_3.cc b/tests/bits/normals_3.cc index 889a87189d..7a42709098 100644 --- a/tests/bits/normals_3.cc +++ b/tests/bits/normals_3.cc @@ -95,7 +95,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/normals_4.cc b/tests/bits/normals_4.cc index 4b6a0b5b3b..8be0a16838 100644 --- a/tests/bits/normals_4.cc +++ b/tests/bits/normals_4.cc @@ -95,7 +95,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/oliver_01.cc b/tests/bits/oliver_01.cc index d3926a51b3..7a923636ee 100644 --- a/tests/bits/oliver_01.cc +++ b/tests/bits/oliver_01.cc @@ -28,7 +28,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); // this test only needs to compile, not run if (false) diff --git a/tests/bits/parsed_function.cc b/tests/bits/parsed_function.cc index 2202285734..e0c984677b 100644 --- a/tests/bits/parsed_function.cc +++ b/tests/bits/parsed_function.cc @@ -93,7 +93,6 @@ void Test() int main () { initlog(); - deallog.threshold_double(1.e-10); Test<1>(); Test<2>(); diff --git a/tests/bits/periodic_flux_coupling_01.cc b/tests/bits/periodic_flux_coupling_01.cc index 2d3f61bfcb..9d235d11cd 100644 --- a/tests/bits/periodic_flux_coupling_01.cc +++ b/tests/bits/periodic_flux_coupling_01.cc @@ -128,7 +128,6 @@ void MakeFlux::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/periodicity_01.cc b/tests/bits/periodicity_01.cc index f607d54b39..408c6a1edd 100644 --- a/tests/bits/periodicity_01.cc +++ b/tests/bits/periodicity_01.cc @@ -63,7 +63,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/bits/periodicity_02.cc b/tests/bits/periodicity_02.cc index a64ba31fe0..0e79087b27 100644 --- a/tests/bits/periodicity_02.cc +++ b/tests/bits/periodicity_02.cc @@ -68,7 +68,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/bits/periodicity_03.cc b/tests/bits/periodicity_03.cc index ce2b047759..919c0dd82d 100644 --- a/tests/bits/periodicity_03.cc +++ b/tests/bits/periodicity_03.cc @@ -70,7 +70,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/bits/periodicity_04.cc b/tests/bits/periodicity_04.cc index 0945a5569d..71ec9b3cf7 100644 --- a/tests/bits/periodicity_04.cc +++ b/tests/bits/periodicity_04.cc @@ -78,7 +78,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/bits/periodicity_05.cc b/tests/bits/periodicity_05.cc index 6a9622d594..6d68586faf 100644 --- a/tests/bits/periodicity_05.cc +++ b/tests/bits/periodicity_05.cc @@ -154,7 +154,6 @@ void Deal2PeriodicBug::makeGrid() int main () { initlog(); - deallog.threshold_double(1.e-10); Deal2PeriodicBug Deal2Bug; Deal2Bug.run(); diff --git a/tests/bits/point_inside_1.cc b/tests/bits/point_inside_1.cc index aeb2e4ece5..727ecba317 100644 --- a/tests/bits/point_inside_1.cc +++ b/tests/bits/point_inside_1.cc @@ -73,7 +73,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/point_inside_2.cc b/tests/bits/point_inside_2.cc index 932c43f7b7..d2de3b9fe3 100644 --- a/tests/bits/point_inside_2.cc +++ b/tests/bits/point_inside_2.cc @@ -89,7 +89,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/q_point_sum_1.cc b/tests/bits/q_point_sum_1.cc index af74028e17..6a5d163cc9 100644 --- a/tests/bits/q_point_sum_1.cc +++ b/tests/bits/q_point_sum_1.cc @@ -90,7 +90,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/q_point_sum_2.cc b/tests/bits/q_point_sum_2.cc index 8cf48f2bf7..57b4aade98 100644 --- a/tests/bits/q_point_sum_2.cc +++ b/tests/bits/q_point_sum_2.cc @@ -98,7 +98,6 @@ void check (const Triangulation &tria, int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/q_point_sum_3.cc b/tests/bits/q_point_sum_3.cc index 63757af48d..2b4e0cb254 100644 --- a/tests/bits/q_point_sum_3.cc +++ b/tests/bits/q_point_sum_3.cc @@ -97,7 +97,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/q_point_sum_4.cc b/tests/bits/q_point_sum_4.cc index 44d55af359..7fd52c341f 100644 --- a/tests/bits/q_point_sum_4.cc +++ b/tests/bits/q_point_sum_4.cc @@ -97,7 +97,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/q_points.cc b/tests/bits/q_points.cc index b27a985927..1508ec29a1 100644 --- a/tests/bits/q_points.cc +++ b/tests/bits/q_points.cc @@ -124,7 +124,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; create_two_cubes (coarse_grid); diff --git a/tests/bits/refine_and_coarsen_1d.cc b/tests/bits/refine_and_coarsen_1d.cc index 7e097d287b..0cfbbc00a8 100644 --- a/tests/bits/refine_and_coarsen_1d.cc +++ b/tests/bits/refine_and_coarsen_1d.cc @@ -79,7 +79,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); } diff --git a/tests/bits/refine_and_coarsen_2d.cc b/tests/bits/refine_and_coarsen_2d.cc index 22014e138d..6fac4c1eda 100644 --- a/tests/bits/refine_and_coarsen_2d.cc +++ b/tests/bits/refine_and_coarsen_2d.cc @@ -79,7 +79,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); } diff --git a/tests/bits/refine_and_coarsen_3d.cc b/tests/bits/refine_and_coarsen_3d.cc index 08aeb4b262..7e01a1eaea 100644 --- a/tests/bits/refine_and_coarsen_3d.cc +++ b/tests/bits/refine_and_coarsen_3d.cc @@ -81,7 +81,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<3> (); } diff --git a/tests/bits/refine_and_coarsen_for_active_cell_index.cc b/tests/bits/refine_and_coarsen_for_active_cell_index.cc index c69114c150..4d51566e15 100644 --- a/tests/bits/refine_and_coarsen_for_active_cell_index.cc +++ b/tests/bits/refine_and_coarsen_for_active_cell_index.cc @@ -113,7 +113,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_active_cell_index_02.cc b/tests/bits/refine_and_coarsen_for_active_cell_index_02.cc index 1201a3332e..824ac5520a 100644 --- a/tests/bits/refine_and_coarsen_for_active_cell_index_02.cc +++ b/tests/bits/refine_and_coarsen_for_active_cell_index_02.cc @@ -117,7 +117,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_active_cell_index_03.cc b/tests/bits/refine_and_coarsen_for_active_cell_index_03.cc index a5c2254c23..512adb5425 100644 --- a/tests/bits/refine_and_coarsen_for_active_cell_index_03.cc +++ b/tests/bits/refine_and_coarsen_for_active_cell_index_03.cc @@ -116,7 +116,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_active_cell_index_04.cc b/tests/bits/refine_and_coarsen_for_active_cell_index_04.cc index 8955e152fc..525853f1a5 100644 --- a/tests/bits/refine_and_coarsen_for_active_cell_index_04.cc +++ b/tests/bits/refine_and_coarsen_for_active_cell_index_04.cc @@ -129,7 +129,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_active_cell_index_05.cc b/tests/bits/refine_and_coarsen_for_active_cell_index_05.cc index 3bd6697bc6..d951040166 100644 --- a/tests/bits/refine_and_coarsen_for_active_cell_index_05.cc +++ b/tests/bits/refine_and_coarsen_for_active_cell_index_05.cc @@ -160,7 +160,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_parents.cc b/tests/bits/refine_and_coarsen_for_parents.cc index d404f8407b..ac3e9e9e81 100644 --- a/tests/bits/refine_and_coarsen_for_parents.cc +++ b/tests/bits/refine_and_coarsen_for_parents.cc @@ -114,7 +114,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_parents_02.cc b/tests/bits/refine_and_coarsen_for_parents_02.cc index 7053797adc..a900ac909f 100644 --- a/tests/bits/refine_and_coarsen_for_parents_02.cc +++ b/tests/bits/refine_and_coarsen_for_parents_02.cc @@ -115,7 +115,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/refine_and_coarsen_for_parents_03.cc b/tests/bits/refine_and_coarsen_for_parents_03.cc index 206fe9240d..b790869a15 100644 --- a/tests/bits/refine_and_coarsen_for_parents_03.cc +++ b/tests/bits/refine_and_coarsen_for_parents_03.cc @@ -114,7 +114,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/roy_1.cc b/tests/bits/roy_1.cc index 2441ff8b1f..0eac7bb537 100644 --- a/tests/bits/roy_1.cc +++ b/tests/bits/roy_1.cc @@ -74,7 +74,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); // check<1> (); check<2> (); diff --git a/tests/bits/rt_1.cc b/tests/bits/rt_1.cc index 9e798155eb..2d39456fe6 100644 --- a/tests/bits/rt_1.cc +++ b/tests/bits/rt_1.cc @@ -58,7 +58,6 @@ void test (const unsigned int degree, int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<3; ++degree) for (unsigned int q_order=1; q_order<=3; ++q_order) diff --git a/tests/bits/rt_2.cc b/tests/bits/rt_2.cc index 7e5452634a..791863b606 100644 --- a/tests/bits/rt_2.cc +++ b/tests/bits/rt_2.cc @@ -134,7 +134,6 @@ void evaluate_normal (DoFHandler<2> &dof_handler, int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; Point<2> p1 (0,0), diff --git a/tests/bits/serialize_dof_handler.cc b/tests/bits/serialize_dof_handler.cc index 736f5d77a8..2d1dff1d8f 100644 --- a/tests/bits/serialize_dof_handler.cc +++ b/tests/bits/serialize_dof_handler.cc @@ -35,7 +35,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/bits/serialize_hp_dof_handler.cc b/tests/bits/serialize_hp_dof_handler.cc index 2da1d23e5e..ff203f672e 100644 --- a/tests/bits/serialize_hp_dof_handler.cc +++ b/tests/bits/serialize_hp_dof_handler.cc @@ -36,7 +36,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/bits/solution_transfer.cc b/tests/bits/solution_transfer.cc index cdd52ef452..0eedb5da24 100644 --- a/tests/bits/solution_transfer.cc +++ b/tests/bits/solution_transfer.cc @@ -182,7 +182,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/bits/solver_01.cc b/tests/bits/solver_01.cc index bce692f047..51ce3eaf8a 100644 --- a/tests/bits/solver_01.cc +++ b/tests/bits/solver_01.cc @@ -9693,7 +9693,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); return 0; diff --git a/tests/bits/sparse_lu_decomposition_1.cc b/tests/bits/sparse_lu_decomposition_1.cc index b612d4b433..37df13d17c 100644 --- a/tests/bits/sparse_lu_decomposition_1.cc +++ b/tests/bits/sparse_lu_decomposition_1.cc @@ -31,7 +31,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); SmartPointer > sparse_decomp; diff --git a/tests/bits/sparse_matrix_01.cc b/tests/bits/sparse_matrix_01.cc index b02dd48ec4..9babb29562 100644 --- a/tests/bits/sparse_matrix_01.cc +++ b/tests/bits/sparse_matrix_01.cc @@ -60,7 +60,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_02.cc b/tests/bits/sparse_matrix_02.cc index 91ee246e50..290339134c 100644 --- a/tests/bits/sparse_matrix_02.cc +++ b/tests/bits/sparse_matrix_02.cc @@ -60,7 +60,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_03.cc b/tests/bits/sparse_matrix_03.cc index 37af70097e..aaeff7927e 100644 --- a/tests/bits/sparse_matrix_03.cc +++ b/tests/bits/sparse_matrix_03.cc @@ -67,7 +67,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_03a.cc b/tests/bits/sparse_matrix_03a.cc index 34b89af510..fd8b62d70b 100644 --- a/tests/bits/sparse_matrix_03a.cc +++ b/tests/bits/sparse_matrix_03a.cc @@ -71,7 +71,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_04.cc b/tests/bits/sparse_matrix_04.cc index 64a0741caa..8f05a91e40 100644 --- a/tests/bits/sparse_matrix_04.cc +++ b/tests/bits/sparse_matrix_04.cc @@ -43,7 +43,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_05.cc b/tests/bits/sparse_matrix_05.cc index 926e7f7317..1c4b0719d2 100644 --- a/tests/bits/sparse_matrix_05.cc +++ b/tests/bits/sparse_matrix_05.cc @@ -64,7 +64,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_05a.cc b/tests/bits/sparse_matrix_05a.cc index db0bf1c084..39b370417b 100644 --- a/tests/bits/sparse_matrix_05a.cc +++ b/tests/bits/sparse_matrix_05a.cc @@ -58,7 +58,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_06.cc b/tests/bits/sparse_matrix_06.cc index 835e741968..a581ddf7df 100644 --- a/tests/bits/sparse_matrix_06.cc +++ b/tests/bits/sparse_matrix_06.cc @@ -52,7 +52,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_07.cc b/tests/bits/sparse_matrix_07.cc index 7755d6485b..ae0b7f2dc0 100644 --- a/tests/bits/sparse_matrix_07.cc +++ b/tests/bits/sparse_matrix_07.cc @@ -52,7 +52,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_08.cc b/tests/bits/sparse_matrix_08.cc index 7e43422b2b..771307e3de 100644 --- a/tests/bits/sparse_matrix_08.cc +++ b/tests/bits/sparse_matrix_08.cc @@ -57,7 +57,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_09.cc b/tests/bits/sparse_matrix_09.cc index 1727a60203..e578300343 100644 --- a/tests/bits/sparse_matrix_09.cc +++ b/tests/bits/sparse_matrix_09.cc @@ -63,7 +63,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_10.cc b/tests/bits/sparse_matrix_10.cc index 8506ed6e55..5e26424b64 100644 --- a/tests/bits/sparse_matrix_10.cc +++ b/tests/bits/sparse_matrix_10.cc @@ -63,7 +63,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_01.cc b/tests/bits/sparse_matrix_add_entries_01.cc index 9f3a95bf55..fc2d8b85ce 100644 --- a/tests/bits/sparse_matrix_add_entries_01.cc +++ b/tests/bits/sparse_matrix_add_entries_01.cc @@ -100,7 +100,6 @@ int main () deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_02.cc b/tests/bits/sparse_matrix_add_entries_02.cc index 82b63747e5..634c2314c5 100644 --- a/tests/bits/sparse_matrix_add_entries_02.cc +++ b/tests/bits/sparse_matrix_add_entries_02.cc @@ -75,7 +75,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_03.cc b/tests/bits/sparse_matrix_add_entries_03.cc index 115aabf9e2..1476490016 100644 --- a/tests/bits/sparse_matrix_add_entries_03.cc +++ b/tests/bits/sparse_matrix_add_entries_03.cc @@ -76,7 +76,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_04.cc b/tests/bits/sparse_matrix_add_entries_04.cc index 76392d240e..559dac02e0 100644 --- a/tests/bits/sparse_matrix_add_entries_04.cc +++ b/tests/bits/sparse_matrix_add_entries_04.cc @@ -74,7 +74,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_05.cc b/tests/bits/sparse_matrix_add_entries_05.cc index ca09705b59..350037dba1 100644 --- a/tests/bits/sparse_matrix_add_entries_05.cc +++ b/tests/bits/sparse_matrix_add_entries_05.cc @@ -74,7 +74,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_add_entries_06.cc b/tests/bits/sparse_matrix_add_entries_06.cc index 4fdeb02648..8bdf221777 100644 --- a/tests/bits/sparse_matrix_add_entries_06.cc +++ b/tests/bits/sparse_matrix_add_entries_06.cc @@ -79,7 +79,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_01.cc b/tests/bits/sparse_matrix_iterator_01.cc index faf9c60247..116166e3f7 100644 --- a/tests/bits/sparse_matrix_iterator_01.cc +++ b/tests/bits/sparse_matrix_iterator_01.cc @@ -47,7 +47,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_02.cc b/tests/bits/sparse_matrix_iterator_02.cc index f807dbb24f..2a9c78dbb5 100644 --- a/tests/bits/sparse_matrix_iterator_02.cc +++ b/tests/bits/sparse_matrix_iterator_02.cc @@ -58,7 +58,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_03.cc b/tests/bits/sparse_matrix_iterator_03.cc index 73e51cc6fc..b595a3e309 100644 --- a/tests/bits/sparse_matrix_iterator_03.cc +++ b/tests/bits/sparse_matrix_iterator_03.cc @@ -58,7 +58,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_04.cc b/tests/bits/sparse_matrix_iterator_04.cc index e57fabfa53..f78307031e 100644 --- a/tests/bits/sparse_matrix_iterator_04.cc +++ b/tests/bits/sparse_matrix_iterator_04.cc @@ -57,7 +57,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_05.cc b/tests/bits/sparse_matrix_iterator_05.cc index 9e9410d7a3..ac86f7fdcf 100644 --- a/tests/bits/sparse_matrix_iterator_05.cc +++ b/tests/bits/sparse_matrix_iterator_05.cc @@ -64,7 +64,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_06.cc b/tests/bits/sparse_matrix_iterator_06.cc index 56b90e773d..53b74f3dd0 100644 --- a/tests/bits/sparse_matrix_iterator_06.cc +++ b/tests/bits/sparse_matrix_iterator_06.cc @@ -64,7 +64,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_07.cc b/tests/bits/sparse_matrix_iterator_07.cc index 0b38d64a05..2805e5b0e8 100644 --- a/tests/bits/sparse_matrix_iterator_07.cc +++ b/tests/bits/sparse_matrix_iterator_07.cc @@ -64,7 +64,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_08.cc b/tests/bits/sparse_matrix_iterator_08.cc index a362eb5b96..3c1f785842 100644 --- a/tests/bits/sparse_matrix_iterator_08.cc +++ b/tests/bits/sparse_matrix_iterator_08.cc @@ -64,7 +64,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_09.cc b/tests/bits/sparse_matrix_iterator_09.cc index e8f692b587..85c9cf7626 100644 --- a/tests/bits/sparse_matrix_iterator_09.cc +++ b/tests/bits/sparse_matrix_iterator_09.cc @@ -48,7 +48,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_10.cc b/tests/bits/sparse_matrix_iterator_10.cc index afa48b1e64..5bacf69936 100644 --- a/tests/bits/sparse_matrix_iterator_10.cc +++ b/tests/bits/sparse_matrix_iterator_10.cc @@ -50,7 +50,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_11.cc b/tests/bits/sparse_matrix_iterator_11.cc index 0dd7eda3e1..c9d6a8935c 100644 --- a/tests/bits/sparse_matrix_iterator_11.cc +++ b/tests/bits/sparse_matrix_iterator_11.cc @@ -58,7 +58,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_12.cc b/tests/bits/sparse_matrix_iterator_12.cc index 9ea73befda..abd271a080 100644 --- a/tests/bits/sparse_matrix_iterator_12.cc +++ b/tests/bits/sparse_matrix_iterator_12.cc @@ -58,7 +58,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_iterator_13.cc b/tests/bits/sparse_matrix_iterator_13.cc index 0c9d9ab131..a9515ca7b4 100644 --- a/tests/bits/sparse_matrix_iterator_13.cc +++ b/tests/bits/sparse_matrix_iterator_13.cc @@ -73,7 +73,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_01.cc b/tests/bits/sparse_matrix_vector_01.cc index 1d9d3e0b9e..3dfb126940 100644 --- a/tests/bits/sparse_matrix_vector_01.cc +++ b/tests/bits/sparse_matrix_vector_01.cc @@ -68,7 +68,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_02.cc b/tests/bits/sparse_matrix_vector_02.cc index c3dcea340e..f9c573977b 100644 --- a/tests/bits/sparse_matrix_vector_02.cc +++ b/tests/bits/sparse_matrix_vector_02.cc @@ -68,7 +68,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_03.cc b/tests/bits/sparse_matrix_vector_03.cc index fb0a22aa77..730532e833 100644 --- a/tests/bits/sparse_matrix_vector_03.cc +++ b/tests/bits/sparse_matrix_vector_03.cc @@ -71,7 +71,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_04.cc b/tests/bits/sparse_matrix_vector_04.cc index ba274239a4..e91472ba52 100644 --- a/tests/bits/sparse_matrix_vector_04.cc +++ b/tests/bits/sparse_matrix_vector_04.cc @@ -71,7 +71,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_05.cc b/tests/bits/sparse_matrix_vector_05.cc index 7b0ba122d4..931c48374f 100644 --- a/tests/bits/sparse_matrix_vector_05.cc +++ b/tests/bits/sparse_matrix_vector_05.cc @@ -74,7 +74,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_06.cc b/tests/bits/sparse_matrix_vector_06.cc index e1d08364f6..48c504fa19 100644 --- a/tests/bits/sparse_matrix_vector_06.cc +++ b/tests/bits/sparse_matrix_vector_06.cc @@ -66,7 +66,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/sparse_matrix_vector_07.cc b/tests/bits/sparse_matrix_vector_07.cc index e2c8c425c4..70fdd049bf 100644 --- a/tests/bits/sparse_matrix_vector_07.cc +++ b/tests/bits/sparse_matrix_vector_07.cc @@ -76,7 +76,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/static_condensation.cc b/tests/bits/static_condensation.cc index 3947853060..d2bf02f1e9 100644 --- a/tests/bits/static_condensation.cc +++ b/tests/bits/static_condensation.cc @@ -660,7 +660,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/step-10-high-order.cc b/tests/bits/step-10-high-order.cc index 5f3cbe3410..a95db846d5 100644 --- a/tests/bits/step-10-high-order.cc +++ b/tests/bits/step-10-high-order.cc @@ -175,7 +175,6 @@ int main () logfile << std::setprecision(16); deallog.attach(logfile); - deallog.threshold_double(1.e-10); compute_pi_by_area<2> (); compute_pi_by_perimeter<2> (); diff --git a/tests/bits/step-10.cc b/tests/bits/step-10.cc index a6eaf3f57a..b35a70c4c6 100644 --- a/tests/bits/step-10.cc +++ b/tests/bits/step-10.cc @@ -210,7 +210,6 @@ int main () logfile << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); gnuplot_output<2>(); diff --git a/tests/bits/step-11.cc b/tests/bits/step-11.cc index 1cdbee1962..c8ec3d0e9f 100644 --- a/tests/bits/step-11.cc +++ b/tests/bits/step-11.cc @@ -214,7 +214,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int mapping_degree=1; mapping_degree<=3; ++mapping_degree) LaplaceProblem<2>(mapping_degree).run (); diff --git a/tests/bits/step-12.cc b/tests/bits/step-12.cc index 12322c15be..e5779457a1 100644 --- a/tests/bits/step-12.cc +++ b/tests/bits/step-12.cc @@ -853,7 +853,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DGMethod<2> dgmethod; dgmethod.run (); diff --git a/tests/bits/step-13.cc b/tests/bits/step-13.cc index deb8e0ca08..2cf6693ccb 100644 --- a/tests/bits/step-13.cc +++ b/tests/bits/step-13.cc @@ -800,7 +800,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); solve_problem<2> ("global"); solve_problem<2> ("kelly"); diff --git a/tests/bits/step-14.cc b/tests/bits/step-14.cc index c222ac0373..d0734f00a9 100644 --- a/tests/bits/step-14.cc +++ b/tests/bits/step-14.cc @@ -2116,7 +2116,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim = 2; diff --git a/tests/bits/step-15.cc b/tests/bits/step-15.cc index 8a1c0b0b65..4bc5654428 100644 --- a/tests/bits/step-15.cc +++ b/tests/bits/step-15.cc @@ -589,7 +589,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int n_realizations = 10; for (unsigned int realization=0; realization laplace_problem_2d; laplace_problem_2d.run (); diff --git a/tests/bits/step-2.cc b/tests/bits/step-2.cc index 5630560810..5c01499ef9 100644 --- a/tests/bits/step-2.cc +++ b/tests/bits/step-2.cc @@ -112,7 +112,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; make_grid (triangulation); diff --git a/tests/bits/step-3.cc b/tests/bits/step-3.cc index 5725535e5a..edd9f2e518 100644 --- a/tests/bits/step-3.cc +++ b/tests/bits/step-3.cc @@ -217,7 +217,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/bits/step-4.cc b/tests/bits/step-4.cc index ee725977bf..b4356655fb 100644 --- a/tests/bits/step-4.cc +++ b/tests/bits/step-4.cc @@ -283,7 +283,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { LaplaceProblem<2> laplace_problem_2d; diff --git a/tests/bits/step-4_dg_periodic.cc b/tests/bits/step-4_dg_periodic.cc index 1d9ccd4883..32904c582c 100644 --- a/tests/bits/step-4_dg_periodic.cc +++ b/tests/bits/step-4_dg_periodic.cc @@ -285,7 +285,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/step-4_dg_periodic_coupling.cc b/tests/bits/step-4_dg_periodic_coupling.cc index ba7984c734..2e7bb642ba 100644 --- a/tests/bits/step-4_dg_periodic_coupling.cc +++ b/tests/bits/step-4_dg_periodic_coupling.cc @@ -293,7 +293,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/step-51.cc b/tests/bits/step-51.cc index 3003e50055..02b2e0b0c5 100644 --- a/tests/bits/step-51.cc +++ b/tests/bits/step-51.cc @@ -965,7 +965,6 @@ int main () logfile << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { Step51::HDG<1> hdg_problem (1); diff --git a/tests/bits/step-51p.cc b/tests/bits/step-51p.cc index db364280d9..b285a8f5da 100644 --- a/tests/bits/step-51p.cc +++ b/tests/bits/step-51p.cc @@ -969,7 +969,6 @@ int main () logfile << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { Step51::HDG<1> hdg_problem (1); diff --git a/tests/bits/step-7.cc b/tests/bits/step-7.cc index ecc3703a1d..a188bf14bc 100644 --- a/tests/bits/step-7.cc +++ b/tests/bits/step-7.cc @@ -662,7 +662,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim = 2; diff --git a/tests/bits/step-8.cc b/tests/bits/step-8.cc index 464c63597f..1c109ecaa6 100644 --- a/tests/bits/step-8.cc +++ b/tests/bits/step-8.cc @@ -429,7 +429,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/bits/subdomain_ids_01.cc b/tests/bits/subdomain_ids_01.cc index 54b8a98eb9..86142e08c0 100644 --- a/tests/bits/subdomain_ids_01.cc +++ b/tests/bits/subdomain_ids_01.cc @@ -90,7 +90,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_02.cc b/tests/bits/subdomain_ids_02.cc index 24aca68f80..c2d205549f 100644 --- a/tests/bits/subdomain_ids_02.cc +++ b/tests/bits/subdomain_ids_02.cc @@ -99,7 +99,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_03.cc b/tests/bits/subdomain_ids_03.cc index 9bc6f97c75..8d84ff506c 100644 --- a/tests/bits/subdomain_ids_03.cc +++ b/tests/bits/subdomain_ids_03.cc @@ -82,7 +82,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_04.cc b/tests/bits/subdomain_ids_04.cc index c294a830a4..321692ab0c 100644 --- a/tests/bits/subdomain_ids_04.cc +++ b/tests/bits/subdomain_ids_04.cc @@ -103,7 +103,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_05.cc b/tests/bits/subdomain_ids_05.cc index b848fe76e5..ebf542b2e7 100644 --- a/tests/bits/subdomain_ids_05.cc +++ b/tests/bits/subdomain_ids_05.cc @@ -92,7 +92,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_06.cc b/tests/bits/subdomain_ids_06.cc index 2a2008f503..f51e1832f8 100644 --- a/tests/bits/subdomain_ids_06.cc +++ b/tests/bits/subdomain_ids_06.cc @@ -94,7 +94,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/subdomain_ids_07.cc b/tests/bits/subdomain_ids_07.cc index 100786a4c0..24e2434e80 100644 --- a/tests/bits/subdomain_ids_07.cc +++ b/tests/bits/subdomain_ids_07.cc @@ -97,7 +97,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/bits/unit_support_points.cc b/tests/bits/unit_support_points.cc index 5a1b62c256..22f31ab43c 100644 --- a/tests/bits/unit_support_points.cc +++ b/tests/bits/unit_support_points.cc @@ -146,7 +146,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/bits/unit_support_points_02.cc b/tests/bits/unit_support_points_02.cc index 1d83a40390..e8f95a09d4 100644 --- a/tests/bits/unit_support_points_02.cc +++ b/tests/bits/unit_support_points_02.cc @@ -59,7 +59,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/bits/volume_1.cc b/tests/bits/volume_1.cc index fb5d22dbd4..bc2be5fb30 100644 --- a/tests/bits/volume_1.cc +++ b/tests/bits/volume_1.cc @@ -97,7 +97,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/volume_2.cc b/tests/bits/volume_2.cc index af2c4d94a6..5207a8d043 100644 --- a/tests/bits/volume_2.cc +++ b/tests/bits/volume_2.cc @@ -107,7 +107,6 @@ void check (const Triangulation &tria, int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/volume_3.cc b/tests/bits/volume_3.cc index 3884b02422..de6c20550d 100644 --- a/tests/bits/volume_3.cc +++ b/tests/bits/volume_3.cc @@ -103,7 +103,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/bits/volume_4.cc b/tests/bits/volume_4.cc index c103cfc73a..a57d806b14 100644 --- a/tests/bits/volume_4.cc +++ b/tests/bits/volume_4.cc @@ -103,7 +103,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/codim_one/gradients.cc b/tests/codim_one/gradients.cc index c41d9b3d29..e165b5f90d 100644 --- a/tests/codim_one/gradients.cc +++ b/tests/codim_one/gradients.cc @@ -196,7 +196,6 @@ int main () { logfile.precision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-12); deallog<<"Test <1,2>"<(SOURCE_DIR "/grids/circle_4.inp"); diff --git a/tests/codim_one/gradients_1.cc b/tests/codim_one/gradients_1.cc index cd3c076db2..4fa5e3ad83 100644 --- a/tests/codim_one/gradients_1.cc +++ b/tests/codim_one/gradients_1.cc @@ -113,7 +113,6 @@ int main () { logfile.precision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-12); deallog<<"Test <1,2>, Q1, Q2, Q3"<(SOURCE_DIR "/grids/circle_4.inp",1); diff --git a/tests/distributed_grids/2d_coarse_grid_01.cc b/tests/distributed_grids/2d_coarse_grid_01.cc index 600f59c9bb..7b52a30bc2 100644 --- a/tests/distributed_grids/2d_coarse_grid_01.cc +++ b/tests/distributed_grids/2d_coarse_grid_01.cc @@ -69,7 +69,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarse_grid_02.cc b/tests/distributed_grids/2d_coarse_grid_02.cc index af845e5b56..a81212c376 100644 --- a/tests/distributed_grids/2d_coarse_grid_02.cc +++ b/tests/distributed_grids/2d_coarse_grid_02.cc @@ -60,7 +60,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarse_grid_03.cc b/tests/distributed_grids/2d_coarse_grid_03.cc index 18ee9fb397..12d8575895 100644 --- a/tests/distributed_grids/2d_coarse_grid_03.cc +++ b/tests/distributed_grids/2d_coarse_grid_03.cc @@ -48,7 +48,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarse_grid_04.cc b/tests/distributed_grids/2d_coarse_grid_04.cc index 26b0f7c275..c2f17433e8 100644 --- a/tests/distributed_grids/2d_coarse_grid_04.cc +++ b/tests/distributed_grids/2d_coarse_grid_04.cc @@ -46,7 +46,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarse_grid_x_01.cc b/tests/distributed_grids/2d_coarse_grid_x_01.cc index caf6c0fff0..ec0ae80c81 100644 --- a/tests/distributed_grids/2d_coarse_grid_x_01.cc +++ b/tests/distributed_grids/2d_coarse_grid_x_01.cc @@ -82,7 +82,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarsening_01.cc b/tests/distributed_grids/2d_coarsening_01.cc index 1c9229a5c4..42bbf3d72b 100644 --- a/tests/distributed_grids/2d_coarsening_01.cc +++ b/tests/distributed_grids/2d_coarsening_01.cc @@ -51,7 +51,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarsening_02.cc b/tests/distributed_grids/2d_coarsening_02.cc index b5f6d80c07..6bf6a9ed98 100644 --- a/tests/distributed_grids/2d_coarsening_02.cc +++ b/tests/distributed_grids/2d_coarsening_02.cc @@ -120,7 +120,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarsening_03.cc b/tests/distributed_grids/2d_coarsening_03.cc index c1c7bc4b52..f5dd9393d3 100644 --- a/tests/distributed_grids/2d_coarsening_03.cc +++ b/tests/distributed_grids/2d_coarsening_03.cc @@ -181,7 +181,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_coarsening_05.cc b/tests/distributed_grids/2d_coarsening_05.cc index b17044c098..3b210d5572 100644 --- a/tests/distributed_grids/2d_coarsening_05.cc +++ b/tests/distributed_grids/2d_coarsening_05.cc @@ -108,7 +108,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_dofhandler_01.cc b/tests/distributed_grids/2d_dofhandler_01.cc index cbda626aa7..aee31ec4c3 100644 --- a/tests/distributed_grids/2d_dofhandler_01.cc +++ b/tests/distributed_grids/2d_dofhandler_01.cc @@ -77,7 +77,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_01.cc b/tests/distributed_grids/2d_refinement_01.cc index b802e6e5e2..48941f8f9f 100644 --- a/tests/distributed_grids/2d_refinement_01.cc +++ b/tests/distributed_grids/2d_refinement_01.cc @@ -49,7 +49,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_02.cc b/tests/distributed_grids/2d_refinement_02.cc index 6e4c26dd09..aae1f8583f 100644 --- a/tests/distributed_grids/2d_refinement_02.cc +++ b/tests/distributed_grids/2d_refinement_02.cc @@ -109,7 +109,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_03.cc b/tests/distributed_grids/2d_refinement_03.cc index 97573c14ed..eede6ddad5 100644 --- a/tests/distributed_grids/2d_refinement_03.cc +++ b/tests/distributed_grids/2d_refinement_03.cc @@ -139,7 +139,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_04.cc b/tests/distributed_grids/2d_refinement_04.cc index f4fa798e3b..901fa93351 100644 --- a/tests/distributed_grids/2d_refinement_04.cc +++ b/tests/distributed_grids/2d_refinement_04.cc @@ -77,7 +77,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_05.cc b/tests/distributed_grids/2d_refinement_05.cc index 19bafdbc02..98a61035ab 100644 --- a/tests/distributed_grids/2d_refinement_05.cc +++ b/tests/distributed_grids/2d_refinement_05.cc @@ -99,7 +99,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_06.cc b/tests/distributed_grids/2d_refinement_06.cc index d5f14155ad..3a25b341dc 100644 --- a/tests/distributed_grids/2d_refinement_06.cc +++ b/tests/distributed_grids/2d_refinement_06.cc @@ -73,7 +73,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_07.cc b/tests/distributed_grids/2d_refinement_07.cc index 1b29033de9..9996f0823f 100644 --- a/tests/distributed_grids/2d_refinement_07.cc +++ b/tests/distributed_grids/2d_refinement_07.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/2d_refinement_10.cc b/tests/distributed_grids/2d_refinement_10.cc index 209a15252b..acf7d8bf0a 100644 --- a/tests/distributed_grids/2d_refinement_10.cc +++ b/tests/distributed_grids/2d_refinement_10.cc @@ -106,7 +106,6 @@ int main (int argc, char *argv[]) { logfile.open("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); } diff --git a/tests/distributed_grids/3d_coarse_grid_01.cc b/tests/distributed_grids/3d_coarse_grid_01.cc index 29793f7c6e..b16b1e2d14 100644 --- a/tests/distributed_grids/3d_coarse_grid_01.cc +++ b/tests/distributed_grids/3d_coarse_grid_01.cc @@ -69,7 +69,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarse_grid_02.cc b/tests/distributed_grids/3d_coarse_grid_02.cc index 0f67bac5bc..4a30e35236 100644 --- a/tests/distributed_grids/3d_coarse_grid_02.cc +++ b/tests/distributed_grids/3d_coarse_grid_02.cc @@ -54,7 +54,6 @@ int main(int argc, char *argv[]) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); diff --git a/tests/distributed_grids/3d_coarse_grid_03.cc b/tests/distributed_grids/3d_coarse_grid_03.cc index 265bb59815..93aeef3f7d 100644 --- a/tests/distributed_grids/3d_coarse_grid_03.cc +++ b/tests/distributed_grids/3d_coarse_grid_03.cc @@ -48,7 +48,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarse_grid_04.cc b/tests/distributed_grids/3d_coarse_grid_04.cc index e452d76d9b..1dc0919726 100644 --- a/tests/distributed_grids/3d_coarse_grid_04.cc +++ b/tests/distributed_grids/3d_coarse_grid_04.cc @@ -46,7 +46,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarse_grid_05.cc b/tests/distributed_grids/3d_coarse_grid_05.cc index 427d5f6a24..dc2ad9eded 100644 --- a/tests/distributed_grids/3d_coarse_grid_05.cc +++ b/tests/distributed_grids/3d_coarse_grid_05.cc @@ -147,7 +147,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/3d_coarse_grid_06.cc b/tests/distributed_grids/3d_coarse_grid_06.cc index a3b95dcb31..590600957e 100644 --- a/tests/distributed_grids/3d_coarse_grid_06.cc +++ b/tests/distributed_grids/3d_coarse_grid_06.cc @@ -49,7 +49,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarse_grid_x_01.cc b/tests/distributed_grids/3d_coarse_grid_x_01.cc index 54be53c2e7..e9c8371425 100644 --- a/tests/distributed_grids/3d_coarse_grid_x_01.cc +++ b/tests/distributed_grids/3d_coarse_grid_x_01.cc @@ -82,7 +82,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarsening_01.cc b/tests/distributed_grids/3d_coarsening_01.cc index 4173274973..da1ad1a0a8 100644 --- a/tests/distributed_grids/3d_coarsening_01.cc +++ b/tests/distributed_grids/3d_coarsening_01.cc @@ -51,7 +51,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarsening_02.cc b/tests/distributed_grids/3d_coarsening_02.cc index 1d98e252ed..28d7a65fd9 100644 --- a/tests/distributed_grids/3d_coarsening_02.cc +++ b/tests/distributed_grids/3d_coarsening_02.cc @@ -122,7 +122,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarsening_03.cc b/tests/distributed_grids/3d_coarsening_03.cc index 360b3cbd34..1840996dfd 100644 --- a/tests/distributed_grids/3d_coarsening_03.cc +++ b/tests/distributed_grids/3d_coarsening_03.cc @@ -119,7 +119,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarsening_04.cc b/tests/distributed_grids/3d_coarsening_04.cc index be589f0567..4bb24fddf2 100644 --- a/tests/distributed_grids/3d_coarsening_04.cc +++ b/tests/distributed_grids/3d_coarsening_04.cc @@ -120,7 +120,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_coarsening_05.cc b/tests/distributed_grids/3d_coarsening_05.cc index 0d779a2fe7..3230e713d7 100644 --- a/tests/distributed_grids/3d_coarsening_05.cc +++ b/tests/distributed_grids/3d_coarsening_05.cc @@ -109,7 +109,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_01.cc b/tests/distributed_grids/3d_refinement_01.cc index f181d6b3a7..8ecfdfd94b 100644 --- a/tests/distributed_grids/3d_refinement_01.cc +++ b/tests/distributed_grids/3d_refinement_01.cc @@ -49,7 +49,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_02.cc b/tests/distributed_grids/3d_refinement_02.cc index 6748cedaf2..dcf18f94f0 100644 --- a/tests/distributed_grids/3d_refinement_02.cc +++ b/tests/distributed_grids/3d_refinement_02.cc @@ -109,7 +109,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_03.cc b/tests/distributed_grids/3d_refinement_03.cc index d3553c4c43..d9dff7f882 100644 --- a/tests/distributed_grids/3d_refinement_03.cc +++ b/tests/distributed_grids/3d_refinement_03.cc @@ -103,7 +103,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_04.cc b/tests/distributed_grids/3d_refinement_04.cc index d35ca868e9..7b4263821a 100644 --- a/tests/distributed_grids/3d_refinement_04.cc +++ b/tests/distributed_grids/3d_refinement_04.cc @@ -82,7 +82,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_05.cc b/tests/distributed_grids/3d_refinement_05.cc index 1b0b0bc778..3cbc3e2bfa 100644 --- a/tests/distributed_grids/3d_refinement_05.cc +++ b/tests/distributed_grids/3d_refinement_05.cc @@ -105,7 +105,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_06.cc b/tests/distributed_grids/3d_refinement_06.cc index 611b8e1a0a..1d59af8ae9 100644 --- a/tests/distributed_grids/3d_refinement_06.cc +++ b/tests/distributed_grids/3d_refinement_06.cc @@ -92,7 +92,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_07.cc b/tests/distributed_grids/3d_refinement_07.cc index af4428f213..409adffab7 100644 --- a/tests/distributed_grids/3d_refinement_07.cc +++ b/tests/distributed_grids/3d_refinement_07.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_08.cc b/tests/distributed_grids/3d_refinement_08.cc index afcc2f3b87..9f20bfa623 100644 --- a/tests/distributed_grids/3d_refinement_08.cc +++ b/tests/distributed_grids/3d_refinement_08.cc @@ -102,7 +102,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_09.cc b/tests/distributed_grids/3d_refinement_09.cc index c11ab155cd..eca038dc62 100644 --- a/tests/distributed_grids/3d_refinement_09.cc +++ b/tests/distributed_grids/3d_refinement_09.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/distributed_grids/3d_refinement_12.cc b/tests/distributed_grids/3d_refinement_12.cc index 389efad3df..58b4089254 100644 --- a/tests/distributed_grids/3d_refinement_12.cc +++ b/tests/distributed_grids/3d_refinement_12.cc @@ -106,7 +106,6 @@ int main (int argc, char *argv[]) { logfile.open("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); } diff --git a/tests/distributed_grids/anisotropic.cc b/tests/distributed_grids/anisotropic.cc index 68c003b7ff..a1167df615 100644 --- a/tests/distributed_grids/anisotropic.cc +++ b/tests/distributed_grids/anisotropic.cc @@ -63,7 +63,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/count_dofs_per_block_01.cc b/tests/distributed_grids/count_dofs_per_block_01.cc index 1bc9a22574..699ead3425 100644 --- a/tests/distributed_grids/count_dofs_per_block_01.cc +++ b/tests/distributed_grids/count_dofs_per_block_01.cc @@ -116,7 +116,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/distributed_grids/count_dofs_per_component_01.cc b/tests/distributed_grids/count_dofs_per_component_01.cc index 291de80ab4..c432defbd8 100644 --- a/tests/distributed_grids/count_dofs_per_component_01.cc +++ b/tests/distributed_grids/count_dofs_per_component_01.cc @@ -82,7 +82,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/distributed_grids/dof_handler_number_cache.cc b/tests/distributed_grids/dof_handler_number_cache.cc index 594b7823a0..b1c62bd727 100644 --- a/tests/distributed_grids/dof_handler_number_cache.cc +++ b/tests/distributed_grids/dof_handler_number_cache.cc @@ -118,7 +118,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/distributed_grids/intergrid_transfer_representation_parallel.cc b/tests/distributed_grids/intergrid_transfer_representation_parallel.cc index fafaad77dd..cbb3adc4d9 100644 --- a/tests/distributed_grids/intergrid_transfer_representation_parallel.cc +++ b/tests/distributed_grids/intergrid_transfer_representation_parallel.cc @@ -130,7 +130,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(n_refinements); diff --git a/tests/distributed_grids/solution_transfer_01.cc b/tests/distributed_grids/solution_transfer_01.cc index 1eacc21269..e1bf23950a 100644 --- a/tests/distributed_grids/solution_transfer_01.cc +++ b/tests/distributed_grids/solution_transfer_01.cc @@ -83,7 +83,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/solution_transfer_02.cc b/tests/distributed_grids/solution_transfer_02.cc index cd7f53e771..b25436c40a 100644 --- a/tests/distributed_grids/solution_transfer_02.cc +++ b/tests/distributed_grids/solution_transfer_02.cc @@ -120,7 +120,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/solution_transfer_03.cc b/tests/distributed_grids/solution_transfer_03.cc index 4e28fb66e6..ee29ffc2d1 100644 --- a/tests/distributed_grids/solution_transfer_03.cc +++ b/tests/distributed_grids/solution_transfer_03.cc @@ -148,7 +148,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/solution_transfer_04.cc b/tests/distributed_grids/solution_transfer_04.cc index cd3fda1928..4d03ac86e0 100644 --- a/tests/distributed_grids/solution_transfer_04.cc +++ b/tests/distributed_grids/solution_transfer_04.cc @@ -100,7 +100,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/subdomain_id_01.cc b/tests/distributed_grids/subdomain_id_01.cc index 77d84999e0..7c091483b7 100644 --- a/tests/distributed_grids/subdomain_id_01.cc +++ b/tests/distributed_grids/subdomain_id_01.cc @@ -63,7 +63,6 @@ int main (int argc, char *argv[]) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria; parallel::distributed::Triangulation<2> tria2(MPI_COMM_WORLD); diff --git a/tests/distributed_grids/tria_settings_01.cc b/tests/distributed_grids/tria_settings_01.cc index 77cc567a26..9c99122072 100644 --- a/tests/distributed_grids/tria_settings_01.cc +++ b/tests/distributed_grids/tria_settings_01.cc @@ -87,7 +87,6 @@ int main(int argc, char *argv[]) std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/distributed_grids/update_number_cache_01.cc b/tests/distributed_grids/update_number_cache_01.cc index 23bf731ef6..621cd21fa1 100644 --- a/tests/distributed_grids/update_number_cache_01.cc +++ b/tests/distributed_grids/update_number_cache_01.cc @@ -50,7 +50,6 @@ int main(int argc, char *argv[]) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/dofs/count_dofs_on_patch.cc b/tests/dofs/count_dofs_on_patch.cc index 58b66a4bc2..c8ce3b9b5a 100644 --- a/tests/dofs/count_dofs_on_patch.cc +++ b/tests/dofs/count_dofs_on_patch.cc @@ -92,7 +92,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/dofs/dof_constraints_01.cc b/tests/dofs/dof_constraints_01.cc index 97400a0057..22244fb6bc 100644 --- a/tests/dofs/dof_constraints_01.cc +++ b/tests/dofs/dof_constraints_01.cc @@ -128,7 +128,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_02.cc b/tests/dofs/dof_constraints_02.cc index 8532c73134..c4ad82d038 100644 --- a/tests/dofs/dof_constraints_02.cc +++ b/tests/dofs/dof_constraints_02.cc @@ -119,7 +119,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_03.cc b/tests/dofs/dof_constraints_03.cc index d20a23b6ee..24b3c6466e 100644 --- a/tests/dofs/dof_constraints_03.cc +++ b/tests/dofs/dof_constraints_03.cc @@ -106,7 +106,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_04.cc b/tests/dofs/dof_constraints_04.cc index 4461482917..24af322916 100644 --- a/tests/dofs/dof_constraints_04.cc +++ b/tests/dofs/dof_constraints_04.cc @@ -84,7 +84,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_05.cc b/tests/dofs/dof_constraints_05.cc index 3671d72e29..c09c1b5f95 100644 --- a/tests/dofs/dof_constraints_05.cc +++ b/tests/dofs/dof_constraints_05.cc @@ -94,7 +94,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_06.cc b/tests/dofs/dof_constraints_06.cc index dfffa84354..333cea57cf 100644 --- a/tests/dofs/dof_constraints_06.cc +++ b/tests/dofs/dof_constraints_06.cc @@ -78,7 +78,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_07.cc b/tests/dofs/dof_constraints_07.cc index 63f8fb2a1d..cfe767a07e 100644 --- a/tests/dofs/dof_constraints_07.cc +++ b/tests/dofs/dof_constraints_07.cc @@ -98,7 +98,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_08.cc b/tests/dofs/dof_constraints_08.cc index 4ef6385351..75720300ed 100644 --- a/tests/dofs/dof_constraints_08.cc +++ b/tests/dofs/dof_constraints_08.cc @@ -88,7 +88,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_09.cc b/tests/dofs/dof_constraints_09.cc index bd9ec2f67b..f0ba08e776 100644 --- a/tests/dofs/dof_constraints_09.cc +++ b/tests/dofs/dof_constraints_09.cc @@ -115,7 +115,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_10.cc b/tests/dofs/dof_constraints_10.cc index 052c0d030b..cde34efaaf 100644 --- a/tests/dofs/dof_constraints_10.cc +++ b/tests/dofs/dof_constraints_10.cc @@ -81,7 +81,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_11.cc b/tests/dofs/dof_constraints_11.cc index 156f70acc7..6aab7901d8 100644 --- a/tests/dofs/dof_constraints_11.cc +++ b/tests/dofs/dof_constraints_11.cc @@ -93,7 +93,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_constraints_11_x.cc b/tests/dofs/dof_constraints_11_x.cc index f7606ebef3..db5fcb8348 100644 --- a/tests/dofs/dof_constraints_11_x.cc +++ b/tests/dofs/dof_constraints_11_x.cc @@ -91,7 +91,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/dofs/dof_handler_number_cache.cc b/tests/dofs/dof_handler_number_cache.cc index 643b68a90e..4a0ea364ec 100644 --- a/tests/dofs/dof_handler_number_cache.cc +++ b/tests/dofs/dof_handler_number_cache.cc @@ -104,7 +104,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/dofs/dof_handler_number_cache_02.cc b/tests/dofs/dof_handler_number_cache_02.cc index 12a1199a85..ca1f173c67 100644 --- a/tests/dofs/dof_handler_number_cache_02.cc +++ b/tests/dofs/dof_handler_number_cache_02.cc @@ -109,7 +109,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/dofs/dof_test.cc b/tests/dofs/dof_test.cc index 2fdf4f5b7d..067fedd46f 100644 --- a/tests/dofs/dof_test.cc +++ b/tests/dofs/dof_test.cc @@ -341,7 +341,6 @@ void TestCases::run (const unsigned int test_case) int main () { deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int test_case=1; test_case<=2; ++test_case) { diff --git a/tests/dofs/dof_tools_18a_1d.cc b/tests/dofs/dof_tools_18a_1d.cc index 53c4b95a56..6913d20f05 100644 --- a/tests/dofs/dof_tools_18a_1d.cc +++ b/tests/dofs/dof_tools_18a_1d.cc @@ -118,7 +118,6 @@ main() logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_this (); return 0; diff --git a/tests/dofs/dof_tools_21_b.cc b/tests/dofs/dof_tools_21_b.cc index 462cb9776b..4c025259cc 100644 --- a/tests/dofs/dof_tools_21_b.cc +++ b/tests/dofs/dof_tools_21_b.cc @@ -299,7 +299,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Test for 2D, Q1:" << std::endl << std::endl; diff --git a/tests/dofs/dof_tools_21_b_x.cc b/tests/dofs/dof_tools_21_b_x.cc index 06ba291d62..f4e004d7d4 100644 --- a/tests/dofs/dof_tools_21_b_x.cc +++ b/tests/dofs/dof_tools_21_b_x.cc @@ -166,7 +166,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Generate a triangulation and match: Triangulation<2> triangulation; diff --git a/tests/dofs/dof_tools_21_b_x_q3.cc b/tests/dofs/dof_tools_21_b_x_q3.cc index 987895630f..66e854dba1 100644 --- a/tests/dofs/dof_tools_21_b_x_q3.cc +++ b/tests/dofs/dof_tools_21_b_x_q3.cc @@ -200,7 +200,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Generate a triangulation and match: Triangulation<2> triangulation; diff --git a/tests/dofs/dof_tools_21_b_y.cc b/tests/dofs/dof_tools_21_b_y.cc index 505717ee86..44345cd2f6 100644 --- a/tests/dofs/dof_tools_21_b_y.cc +++ b/tests/dofs/dof_tools_21_b_y.cc @@ -165,7 +165,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Generate a triangulation and match: Triangulation<2> triangulation; diff --git a/tests/dofs/dof_tools_21_c.cc b/tests/dofs/dof_tools_21_c.cc index ba2f1586e9..6726729907 100644 --- a/tests/dofs/dof_tools_21_c.cc +++ b/tests/dofs/dof_tools_21_c.cc @@ -304,7 +304,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Test for 2D, Q1:" << std::endl << std::endl; diff --git a/tests/dofs/get_dofs_on_patch.cc b/tests/dofs/get_dofs_on_patch.cc index 8ff2a05b76..8d3aa405a3 100644 --- a/tests/dofs/get_dofs_on_patch.cc +++ b/tests/dofs/get_dofs_on_patch.cc @@ -98,7 +98,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/dofs/interpolate_based_on_material_id_01.cc b/tests/dofs/interpolate_based_on_material_id_01.cc index f16a7cb2c7..5b68af0e35 100644 --- a/tests/dofs/interpolate_based_on_material_id_01.cc +++ b/tests/dofs/interpolate_based_on_material_id_01.cc @@ -116,7 +116,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_boundary_values_01.cc b/tests/dofs/interpolate_boundary_values_01.cc index 0302bdae75..4f1ba50c08 100644 --- a/tests/dofs/interpolate_boundary_values_01.cc +++ b/tests/dofs/interpolate_boundary_values_01.cc @@ -204,7 +204,6 @@ void FindBug::run () int main () { initlog(); - deallog.threshold_double(1.e-10); FindBug<2>().run (); FindBug<3>().run (); diff --git a/tests/dofs/interpolate_boundary_values_02.cc b/tests/dofs/interpolate_boundary_values_02.cc index 95ff973ee1..d8992f4977 100644 --- a/tests/dofs/interpolate_boundary_values_02.cc +++ b/tests/dofs/interpolate_boundary_values_02.cc @@ -74,7 +74,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_dgq_01.cc b/tests/dofs/interpolate_dgq_01.cc index 5139a9ddd5..05d2363ccb 100644 --- a/tests/dofs/interpolate_dgq_01.cc +++ b/tests/dofs/interpolate_dgq_01.cc @@ -108,7 +108,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_dgq_02.cc b/tests/dofs/interpolate_dgq_02.cc index e0fccce16f..f9f3385d62 100644 --- a/tests/dofs/interpolate_dgq_02.cc +++ b/tests/dofs/interpolate_dgq_02.cc @@ -118,7 +118,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_01.cc b/tests/dofs/interpolate_q_01.cc index c550571bb8..f0a5d8bee2 100644 --- a/tests/dofs/interpolate_q_01.cc +++ b/tests/dofs/interpolate_q_01.cc @@ -108,7 +108,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_02.cc b/tests/dofs/interpolate_q_02.cc index 1f3c79de81..d3360d0e5c 100644 --- a/tests/dofs/interpolate_q_02.cc +++ b/tests/dofs/interpolate_q_02.cc @@ -118,7 +118,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_system_01.cc b/tests/dofs/interpolate_q_system_01.cc index 6240ae29b0..ce3faee8d4 100644 --- a/tests/dofs/interpolate_q_system_01.cc +++ b/tests/dofs/interpolate_q_system_01.cc @@ -114,7 +114,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_system_02.cc b/tests/dofs/interpolate_q_system_02.cc index 8b46a71dcc..d77813bde8 100644 --- a/tests/dofs/interpolate_q_system_02.cc +++ b/tests/dofs/interpolate_q_system_02.cc @@ -123,7 +123,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_system_mask_01.cc b/tests/dofs/interpolate_q_system_mask_01.cc index 08cea41d93..07153e4ddd 100644 --- a/tests/dofs/interpolate_q_system_mask_01.cc +++ b/tests/dofs/interpolate_q_system_mask_01.cc @@ -152,7 +152,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_system_mask_02.cc b/tests/dofs/interpolate_q_system_mask_02.cc index 4c60306cd5..8a39afed9a 100644 --- a/tests/dofs/interpolate_q_system_mask_02.cc +++ b/tests/dofs/interpolate_q_system_mask_02.cc @@ -159,7 +159,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/interpolate_q_system_mixed_01.cc b/tests/dofs/interpolate_q_system_mixed_01.cc index f17cb42432..6701d39096 100644 --- a/tests/dofs/interpolate_q_system_mixed_01.cc +++ b/tests/dofs/interpolate_q_system_mixed_01.cc @@ -178,7 +178,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/dofs/mg_dof_handler.cc b/tests/dofs/mg_dof_handler.cc index 1e3074cd60..73db631127 100644 --- a/tests/dofs/mg_dof_handler.cc +++ b/tests/dofs/mg_dof_handler.cc @@ -35,7 +35,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim=2; Triangulation tria; diff --git a/tests/dofs/n_boundary_dofs_02.cc b/tests/dofs/n_boundary_dofs_02.cc index 60e0c2c5d0..fbc884bb13 100644 --- a/tests/dofs/n_boundary_dofs_02.cc +++ b/tests/dofs/n_boundary_dofs_02.cc @@ -65,7 +65,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/dofs/n_boundary_dofs_03.cc b/tests/dofs/n_boundary_dofs_03.cc index 9e62a95aac..8e01654b91 100644 --- a/tests/dofs/n_boundary_dofs_03.cc +++ b/tests/dofs/n_boundary_dofs_03.cc @@ -81,7 +81,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/dofs/range_based_for_step-6.cc b/tests/dofs/range_based_for_step-6.cc index 2db42f862e..56ec591d76 100644 --- a/tests/dofs/range_based_for_step-6.cc +++ b/tests/dofs/range_based_for_step-6.cc @@ -347,7 +347,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); Step6<2> laplace_problem_2d; laplace_problem_2d.run (); diff --git a/tests/dofs/range_based_for_tria.cc b/tests/dofs/range_based_for_tria.cc index a98b3bd734..9d047e4b87 100644 --- a/tests/dofs/range_based_for_tria.cc +++ b/tests/dofs/range_based_for_tria.cc @@ -74,7 +74,6 @@ int main() deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); check<2>(); check<3>(); diff --git a/tests/fail/abf_approximation_01.cc b/tests/fail/abf_approximation_01.cc index f77c67e3ff..f0232f0bf8 100644 --- a/tests/fail/abf_approximation_01.cc +++ b/tests/fail/abf_approximation_01.cc @@ -430,7 +430,6 @@ int main () logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; DoFHandler<2> *dof_handler, diff --git a/tests/fail/circular_01.cc b/tests/fail/circular_01.cc index af7ddc8715..8e0b1aee47 100644 --- a/tests/fail/circular_01.cc +++ b/tests/fail/circular_01.cc @@ -871,7 +871,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { LaplaceProblem<3> laplace_problem; diff --git a/tests/fail/fe_nothing_04.cc b/tests/fail/fe_nothing_04.cc index bd0226c544..df8e700e3b 100644 --- a/tests/fail/fe_nothing_04.cc +++ b/tests/fail/fe_nothing_04.cc @@ -100,7 +100,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //test<1> (); test<2> (); diff --git a/tests/fail/hp-step-14.cc b/tests/fail/hp-step-14.cc index 13c44b9e03..3f31773aab 100644 --- a/tests/fail/hp-step-14.cc +++ b/tests/fail/hp-step-14.cc @@ -2110,7 +2110,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim = 2; Framework::ProblemDescription descriptor; diff --git a/tests/fail/hp-step-15.cc b/tests/fail/hp-step-15.cc index 2445134e37..633a6acab8 100644 --- a/tests/fail/hp-step-15.cc +++ b/tests/fail/hp-step-15.cc @@ -591,7 +591,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int n_realizations = 10; for (unsigned int realization=0; realization(degree); diff --git a/tests/fail/rt_6.cc b/tests/fail/rt_6.cc index a7a0aca1b9..64eaf86566 100644 --- a/tests/fail/rt_6.cc +++ b/tests/fail/rt_6.cc @@ -164,7 +164,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fail/rt_distorted_01.cc b/tests/fail/rt_distorted_01.cc index 3103cdd175..49470eb4f5 100644 --- a/tests/fail/rt_distorted_01.cc +++ b/tests/fail/rt_distorted_01.cc @@ -308,7 +308,6 @@ int main (int /*argc*/, char **/*argv*/) logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; DoFHandler<2> *dof_handler, diff --git a/tests/fail/rt_distorted_02.cc b/tests/fail/rt_distorted_02.cc index 8ac8f3a97c..59bc0bf05b 100644 --- a/tests/fail/rt_distorted_02.cc +++ b/tests/fail/rt_distorted_02.cc @@ -327,7 +327,6 @@ int main () logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; Point<2> p1 (0,0), diff --git a/tests/fe/abf_01.cc b/tests/fe/abf_01.cc index 99a0ecb935..32fb3a7f78 100644 --- a/tests/fe/abf_01.cc +++ b/tests/fe/abf_01.cc @@ -589,7 +589,6 @@ int main (int /*argc*/, char **/*argv*/) logfile << std::setprecision(PRECISION); logfile << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; diff --git a/tests/fe/bdm_1.cc b/tests/fe/bdm_1.cc index 77b2d57e1c..f624726af3 100644 --- a/tests/fe/bdm_1.cc +++ b/tests/fe/bdm_1.cc @@ -85,7 +85,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=1; degree<4; ++degree) { diff --git a/tests/fe/bdm_10.cc b/tests/fe/bdm_10.cc index 518fb2a2a8..6b155e4a1f 100644 --- a/tests/fe/bdm_10.cc +++ b/tests/fe/bdm_10.cc @@ -87,7 +87,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_11.cc b/tests/fe/bdm_11.cc index 5ef9e83d5a..3b80cd0344 100644 --- a/tests/fe/bdm_11.cc +++ b/tests/fe/bdm_11.cc @@ -93,7 +93,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_12.cc b/tests/fe/bdm_12.cc index 00a21c23f5..313fdecb60 100644 --- a/tests/fe/bdm_12.cc +++ b/tests/fe/bdm_12.cc @@ -86,7 +86,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_13.cc b/tests/fe/bdm_13.cc index 210426291b..9d908a012c 100644 --- a/tests/fe/bdm_13.cc +++ b/tests/fe/bdm_13.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_14.cc b/tests/fe/bdm_14.cc index 04097fb390..2d0dec706e 100644 --- a/tests/fe/bdm_14.cc +++ b/tests/fe/bdm_14.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_15.cc b/tests/fe/bdm_15.cc index 49f6563cd1..7a4fc966d4 100644 --- a/tests/fe/bdm_15.cc +++ b/tests/fe/bdm_15.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) test<2>(i); diff --git a/tests/fe/bdm_2.cc b/tests/fe/bdm_2.cc index 98e0117130..2f7c40f190 100644 --- a/tests/fe/bdm_2.cc +++ b/tests/fe/bdm_2.cc @@ -166,7 +166,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=1; degree<4; ++degree) { diff --git a/tests/fe/bdm_3.cc b/tests/fe/bdm_3.cc index b4d7b56435..936985b239 100644 --- a/tests/fe/bdm_3.cc +++ b/tests/fe/bdm_3.cc @@ -54,7 +54,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=1; degree<4; ++degree) { diff --git a/tests/fe/bdm_5.cc b/tests/fe/bdm_5.cc index a05c416e47..ef6532dd33 100644 --- a/tests/fe/bdm_5.cc +++ b/tests/fe/bdm_5.cc @@ -58,7 +58,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=1; degree<4; ++degree) { diff --git a/tests/fe/bdm_8.cc b/tests/fe/bdm_8.cc index ef7d18d6ad..4c5d2d7d06 100644 --- a/tests/fe/bdm_8.cc +++ b/tests/fe/bdm_8.cc @@ -97,7 +97,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) { diff --git a/tests/fe/bdm_9.cc b/tests/fe/bdm_9.cc index d7dfcde584..ae2b962975 100644 --- a/tests/fe/bdm_9.cc +++ b/tests/fe/bdm_9.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<4; ++i) { diff --git a/tests/fe/block_mask_01.cc b/tests/fe/block_mask_01.cc index d148116959..83c3f6a1a1 100644 --- a/tests/fe/block_mask_01.cc +++ b/tests/fe/block_mask_01.cc @@ -44,7 +44,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_02.cc b/tests/fe/block_mask_02.cc index e15b6e1fe9..5e2b4dbaf0 100644 --- a/tests/fe/block_mask_02.cc +++ b/tests/fe/block_mask_02.cc @@ -61,7 +61,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_03.cc b/tests/fe/block_mask_03.cc index 30bda69148..339d814d0e 100644 --- a/tests/fe/block_mask_03.cc +++ b/tests/fe/block_mask_03.cc @@ -47,7 +47,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_04.cc b/tests/fe/block_mask_04.cc index c79a7479ed..d3797ed322 100644 --- a/tests/fe/block_mask_04.cc +++ b/tests/fe/block_mask_04.cc @@ -42,7 +42,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_05.cc b/tests/fe/block_mask_05.cc index 30d92e3dfd..8953f4d5f5 100644 --- a/tests/fe/block_mask_05.cc +++ b/tests/fe/block_mask_05.cc @@ -50,7 +50,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_06.cc b/tests/fe/block_mask_06.cc index 1f18714cb5..7c20e9433a 100644 --- a/tests/fe/block_mask_06.cc +++ b/tests/fe/block_mask_06.cc @@ -66,7 +66,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_07.cc b/tests/fe/block_mask_07.cc index 7798da80b4..83edb5e568 100644 --- a/tests/fe/block_mask_07.cc +++ b/tests/fe/block_mask_07.cc @@ -77,7 +77,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_08.cc b/tests/fe/block_mask_08.cc index f3e9a5b632..bd9b30ff51 100644 --- a/tests/fe/block_mask_08.cc +++ b/tests/fe/block_mask_08.cc @@ -50,7 +50,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_09.cc b/tests/fe/block_mask_09.cc index 5c37bca74d..f722996c5a 100644 --- a/tests/fe/block_mask_09.cc +++ b/tests/fe/block_mask_09.cc @@ -54,7 +54,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_10.cc b/tests/fe/block_mask_10.cc index e8c7e40fb8..cc2f38b12e 100644 --- a/tests/fe/block_mask_10.cc +++ b/tests/fe/block_mask_10.cc @@ -54,7 +54,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/block_mask_11.cc b/tests/fe/block_mask_11.cc index db7d20fc41..0b8d6a37bd 100644 --- a/tests/fe/block_mask_11.cc +++ b/tests/fe/block_mask_11.cc @@ -64,7 +64,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/cell_similarity_01.cc b/tests/fe/cell_similarity_01.cc index 9154516c70..0be1b09de0 100644 --- a/tests/fe/cell_similarity_01.cc +++ b/tests/fe/cell_similarity_01.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_02.cc b/tests/fe/cell_similarity_02.cc index 532df26ee8..b28cc8028f 100644 --- a/tests/fe/cell_similarity_02.cc +++ b/tests/fe/cell_similarity_02.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_03.cc b/tests/fe/cell_similarity_03.cc index c5f58792a5..c5f58a71d8 100644 --- a/tests/fe/cell_similarity_03.cc +++ b/tests/fe/cell_similarity_03.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_04.cc b/tests/fe/cell_similarity_04.cc index f265e53962..d18a31d7b2 100644 --- a/tests/fe/cell_similarity_04.cc +++ b/tests/fe/cell_similarity_04.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_05.cc b/tests/fe/cell_similarity_05.cc index 49f262e8dc..0b1b836d33 100644 --- a/tests/fe/cell_similarity_05.cc +++ b/tests/fe/cell_similarity_05.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_06.cc b/tests/fe/cell_similarity_06.cc index e480d67a7f..7fbe8f1c82 100644 --- a/tests/fe/cell_similarity_06.cc +++ b/tests/fe/cell_similarity_06.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_07.cc b/tests/fe/cell_similarity_07.cc index c2ab93f1ad..1ae6f1293e 100644 --- a/tests/fe/cell_similarity_07.cc +++ b/tests/fe/cell_similarity_07.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_08.cc b/tests/fe/cell_similarity_08.cc index d827ce92a4..3afea74cad 100644 --- a/tests/fe/cell_similarity_08.cc +++ b/tests/fe/cell_similarity_08.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_09.cc b/tests/fe/cell_similarity_09.cc index c52e0017ed..ee0fe77c25 100644 --- a/tests/fe/cell_similarity_09.cc +++ b/tests/fe/cell_similarity_09.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_10.cc b/tests/fe/cell_similarity_10.cc index 8da26aca4d..629b3a19b2 100644 --- a/tests/fe/cell_similarity_10.cc +++ b/tests/fe/cell_similarity_10.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_11.cc b/tests/fe/cell_similarity_11.cc index 75c084bee0..9966b4cb9e 100644 --- a/tests/fe/cell_similarity_11.cc +++ b/tests/fe/cell_similarity_11.cc @@ -126,7 +126,6 @@ int main() MultithreadInfo::set_thread_limit(1); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/fe/cell_similarity_crash_01.cc b/tests/fe/cell_similarity_crash_01.cc index 7f1ce799e7..41aa28a8ea 100644 --- a/tests/fe/cell_similarity_crash_01.cc +++ b/tests/fe/cell_similarity_crash_01.cc @@ -70,7 +70,6 @@ int main() { initlog(); deallog << std::setprecision (4); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/cell_similarity_crash_02.cc b/tests/fe/cell_similarity_crash_02.cc index e0c0c96c3b..00b263dfad 100644 --- a/tests/fe/cell_similarity_crash_02.cc +++ b/tests/fe/cell_similarity_crash_02.cc @@ -59,7 +59,6 @@ int main() { initlog(); deallog << std::setprecision (4); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_01.cc b/tests/fe/cell_similarity_dgp_monomial_01.cc index 57cc65336d..33fe9229d7 100644 --- a/tests/fe/cell_similarity_dgp_monomial_01.cc +++ b/tests/fe/cell_similarity_dgp_monomial_01.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_02.cc b/tests/fe/cell_similarity_dgp_monomial_02.cc index 436a1b47e9..570aea2c08 100644 --- a/tests/fe/cell_similarity_dgp_monomial_02.cc +++ b/tests/fe/cell_similarity_dgp_monomial_02.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_03.cc b/tests/fe/cell_similarity_dgp_monomial_03.cc index 05b3286537..eafe2dfabc 100644 --- a/tests/fe/cell_similarity_dgp_monomial_03.cc +++ b/tests/fe/cell_similarity_dgp_monomial_03.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_04.cc b/tests/fe/cell_similarity_dgp_monomial_04.cc index eeec69c4d8..6d4487d7e6 100644 --- a/tests/fe/cell_similarity_dgp_monomial_04.cc +++ b/tests/fe/cell_similarity_dgp_monomial_04.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_05.cc b/tests/fe/cell_similarity_dgp_monomial_05.cc index 874f589020..a01c76019f 100644 --- a/tests/fe/cell_similarity_dgp_monomial_05.cc +++ b/tests/fe/cell_similarity_dgp_monomial_05.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_06.cc b/tests/fe/cell_similarity_dgp_monomial_06.cc index 568712516e..67057a7b30 100644 --- a/tests/fe/cell_similarity_dgp_monomial_06.cc +++ b/tests/fe/cell_similarity_dgp_monomial_06.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_07.cc b/tests/fe/cell_similarity_dgp_monomial_07.cc index d7dc2841e8..c76430ae4a 100644 --- a/tests/fe/cell_similarity_dgp_monomial_07.cc +++ b/tests/fe/cell_similarity_dgp_monomial_07.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_08.cc b/tests/fe/cell_similarity_dgp_monomial_08.cc index a4a0c52e4e..e3b48802a3 100644 --- a/tests/fe/cell_similarity_dgp_monomial_08.cc +++ b/tests/fe/cell_similarity_dgp_monomial_08.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_09.cc b/tests/fe/cell_similarity_dgp_monomial_09.cc index ae26ba5026..ecdac64f72 100644 --- a/tests/fe/cell_similarity_dgp_monomial_09.cc +++ b/tests/fe/cell_similarity_dgp_monomial_09.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_monomial_10.cc b/tests/fe/cell_similarity_dgp_monomial_10.cc index fa22729024..25811c0470 100644 --- a/tests/fe/cell_similarity_dgp_monomial_10.cc +++ b/tests/fe/cell_similarity_dgp_monomial_10.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_01.cc b/tests/fe/cell_similarity_dgp_nonparametric_01.cc index 3e8a38d636..0b83cab529 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_01.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_01.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_02.cc b/tests/fe/cell_similarity_dgp_nonparametric_02.cc index 2081b59f63..f83af55708 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_02.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_02.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_03.cc b/tests/fe/cell_similarity_dgp_nonparametric_03.cc index 4e7534a459..bdb81092f5 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_03.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_03.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_04.cc b/tests/fe/cell_similarity_dgp_nonparametric_04.cc index 95fffe716d..563f947032 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_04.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_04.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_05.cc b/tests/fe/cell_similarity_dgp_nonparametric_05.cc index 701cbf1d88..ec435748f0 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_05.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_05.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_06.cc b/tests/fe/cell_similarity_dgp_nonparametric_06.cc index 091d61aff6..a92fdbe0cc 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_06.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_06.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_07.cc b/tests/fe/cell_similarity_dgp_nonparametric_07.cc index f1dfbb0940..ea9fc336b5 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_07.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_07.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_08.cc b/tests/fe/cell_similarity_dgp_nonparametric_08.cc index 66addb8e46..5b20715c5d 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_08.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_08.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_09.cc b/tests/fe/cell_similarity_dgp_nonparametric_09.cc index 1cd9572880..1eb92829e6 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_09.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_09.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/cell_similarity_dgp_nonparametric_10.cc b/tests/fe/cell_similarity_dgp_nonparametric_10.cc index 5897e5216f..29e1d1ef73 100644 --- a/tests/fe/cell_similarity_dgp_nonparametric_10.cc +++ b/tests/fe/cell_similarity_dgp_nonparametric_10.cc @@ -167,7 +167,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<2>(); //test<3>(); diff --git a/tests/fe/component_mask_01.cc b/tests/fe/component_mask_01.cc index 062b0f4935..8f86f7af06 100644 --- a/tests/fe/component_mask_01.cc +++ b/tests/fe/component_mask_01.cc @@ -44,7 +44,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_02.cc b/tests/fe/component_mask_02.cc index 0dfe4e6f09..1a626fffa3 100644 --- a/tests/fe/component_mask_02.cc +++ b/tests/fe/component_mask_02.cc @@ -61,7 +61,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_03.cc b/tests/fe/component_mask_03.cc index f4d40cc29b..10ea211733 100644 --- a/tests/fe/component_mask_03.cc +++ b/tests/fe/component_mask_03.cc @@ -47,7 +47,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_04.cc b/tests/fe/component_mask_04.cc index e36f191507..dc92c745a4 100644 --- a/tests/fe/component_mask_04.cc +++ b/tests/fe/component_mask_04.cc @@ -42,7 +42,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_05.cc b/tests/fe/component_mask_05.cc index b10e44665f..74688bd7a0 100644 --- a/tests/fe/component_mask_05.cc +++ b/tests/fe/component_mask_05.cc @@ -50,7 +50,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_06.cc b/tests/fe/component_mask_06.cc index 9e97a54e51..58ba908510 100644 --- a/tests/fe/component_mask_06.cc +++ b/tests/fe/component_mask_06.cc @@ -66,7 +66,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_07.cc b/tests/fe/component_mask_07.cc index 8d9eb24d6f..81673cef03 100644 --- a/tests/fe/component_mask_07.cc +++ b/tests/fe/component_mask_07.cc @@ -77,7 +77,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_08.cc b/tests/fe/component_mask_08.cc index b2f231ba10..4a42ef003a 100644 --- a/tests/fe/component_mask_08.cc +++ b/tests/fe/component_mask_08.cc @@ -50,7 +50,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_09.cc b/tests/fe/component_mask_09.cc index 3ce09bc98d..8dac261a3f 100644 --- a/tests/fe/component_mask_09.cc +++ b/tests/fe/component_mask_09.cc @@ -54,7 +54,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_10.cc b/tests/fe/component_mask_10.cc index 7afc7f985f..3ab82d8d81 100644 --- a/tests/fe/component_mask_10.cc +++ b/tests/fe/component_mask_10.cc @@ -54,7 +54,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_11.cc b/tests/fe/component_mask_11.cc index 6e2eddded9..dabbeadda3 100644 --- a/tests/fe/component_mask_11.cc +++ b/tests/fe/component_mask_11.cc @@ -64,7 +64,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_12.cc b/tests/fe/component_mask_12.cc index 649199bbea..a773434a79 100644 --- a/tests/fe/component_mask_12.cc +++ b/tests/fe/component_mask_12.cc @@ -74,7 +74,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_13.cc b/tests/fe/component_mask_13.cc index f1b7e4b1db..c940f4ae76 100644 --- a/tests/fe/component_mask_13.cc +++ b/tests/fe/component_mask_13.cc @@ -61,7 +61,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/component_mask_14.cc b/tests/fe/component_mask_14.cc index 926a1ca37c..6831273bd5 100644 --- a/tests/fe/component_mask_14.cc +++ b/tests/fe/component_mask_14.cc @@ -70,7 +70,6 @@ int main() deallog << std::setprecision (4); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test(); } diff --git a/tests/fe/copy_01.cc b/tests/fe/copy_01.cc index 67eb60d284..f83f0ac34b 100644 --- a/tests/fe/copy_01.cc +++ b/tests/fe/copy_01.cc @@ -48,7 +48,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // no constraints in 1d, but we had // the matrices precomputed up to diff --git a/tests/fe/crash_01.cc b/tests/fe/crash_01.cc index 041bd31f64..cc9f44f509 100644 --- a/tests/fe/crash_01.cc +++ b/tests/fe/crash_01.cc @@ -78,7 +78,6 @@ main() { initlog(); deallog << std::setprecision(7); - deallog.threshold_double(1.e-10); FE_Nedelec<3> fe1(0); // works test<3>(fe1); diff --git a/tests/fe/dgp_01.cc b/tests/fe/dgp_01.cc index b01aa9a759..82eac93040 100644 --- a/tests/fe/dgp_01.cc +++ b/tests/fe/dgp_01.cc @@ -68,7 +68,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<=4; ++degree) test<1>(degree); diff --git a/tests/fe/dgp_monomial_1.cc b/tests/fe/dgp_monomial_1.cc index 0801334009..959cf5c54e 100644 --- a/tests/fe/dgp_monomial_1.cc +++ b/tests/fe/dgp_monomial_1.cc @@ -63,7 +63,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // we had the matrices precomputed // up to Q4 for 1d, Q3 for 2d and diff --git a/tests/fe/dgp_monomial_2.cc b/tests/fe/dgp_monomial_2.cc index 35c4cac011..8606d5bec1 100644 --- a/tests/fe/dgp_monomial_2.cc +++ b/tests/fe/dgp_monomial_2.cc @@ -65,7 +65,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree1=1; degree1<=4; ++degree1) for (unsigned int degree2=1; degree2<=4; ++degree2) diff --git a/tests/fe/dgq_1.cc b/tests/fe/dgq_1.cc index 353cb205a0..6dad5ad897 100644 --- a/tests/fe/dgq_1.cc +++ b/tests/fe/dgq_1.cc @@ -65,7 +65,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree1=0; degree1<=4; ++degree1) for (unsigned int degree2=0; degree2<=4; ++degree2) diff --git a/tests/fe/face_to_cell_q1_2d.cc b/tests/fe/face_to_cell_q1_2d.cc index 3978315aa5..1bc3ea14ff 100644 --- a/tests/fe/face_to_cell_q1_2d.cc +++ b/tests/fe/face_to_cell_q1_2d.cc @@ -51,7 +51,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/face_to_cell_q2_2d.cc b/tests/fe/face_to_cell_q2_2d.cc index 6888c2723c..69f16ff4f7 100644 --- a/tests/fe/face_to_cell_q2_2d.cc +++ b/tests/fe/face_to_cell_q2_2d.cc @@ -51,7 +51,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/face_to_cell_q2xq2_2d.cc b/tests/fe/face_to_cell_q2xq2_2d.cc index 33a33026c1..a9634ab928 100644 --- a/tests/fe/face_to_cell_q2xq2_2d.cc +++ b/tests/fe/face_to_cell_q2xq2_2d.cc @@ -53,7 +53,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/face_to_cell_q3_2d.cc b/tests/fe/face_to_cell_q3_2d.cc index 4a186390ed..7877de1010 100644 --- a/tests/fe/face_to_cell_q3_2d.cc +++ b/tests/fe/face_to_cell_q3_2d.cc @@ -51,7 +51,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/face_to_cell_q3xq4_2d.cc b/tests/fe/face_to_cell_q3xq4_2d.cc index bc70b3530c..39ae39d192 100644 --- a/tests/fe/face_to_cell_q3xq4_2d.cc +++ b/tests/fe/face_to_cell_q3xq4_2d.cc @@ -53,7 +53,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/face_to_cell_q4_2d.cc b/tests/fe/face_to_cell_q4_2d.cc index 1a991275b7..ffe41928f2 100644 --- a/tests/fe/face_to_cell_q4_2d.cc +++ b/tests/fe/face_to_cell_q4_2d.cc @@ -51,7 +51,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/fe/fe_abf_gradient_divergence_theorem.cc b/tests/fe/fe_abf_gradient_divergence_theorem.cc index 942a55ee14..a547d5d4e5 100644 --- a/tests/fe/fe_abf_gradient_divergence_theorem.cc +++ b/tests/fe/fe_abf_gradient_divergence_theorem.cc @@ -161,7 +161,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(1e-6); diff --git a/tests/fe/fe_data_test.cc b/tests/fe/fe_data_test.cc index 00be31ec66..54f659cd49 100644 --- a/tests/fe/fe_data_test.cc +++ b/tests/fe/fe_data_test.cc @@ -277,7 +277,6 @@ void test_fe_datas() int main() { initlog(); - deallog.threshold_double(1.e-10); // deallog.log_execution_time(true); // deallog.log_time_differences(true); diff --git a/tests/fe/fe_dgp_3rd_derivative_divergence_theorem.cc b/tests/fe/fe_dgp_3rd_derivative_divergence_theorem.cc index 939552bdc5..152eb36206 100644 --- a/tests/fe/fe_dgp_3rd_derivative_divergence_theorem.cc +++ b/tests/fe/fe_dgp_3rd_derivative_divergence_theorem.cc @@ -163,7 +163,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_dgq_3rd_derivative_divergence_theorem.cc b/tests/fe/fe_dgq_3rd_derivative_divergence_theorem.cc index 90b4d5c106..2516720ed5 100644 --- a/tests/fe/fe_dgq_3rd_derivative_divergence_theorem.cc +++ b/tests/fe/fe_dgq_3rd_derivative_divergence_theorem.cc @@ -162,7 +162,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_dgq_gradient_divergence_theorem.cc b/tests/fe/fe_dgq_gradient_divergence_theorem.cc index d0780cfaac..be43cca46b 100644 --- a/tests/fe/fe_dgq_gradient_divergence_theorem.cc +++ b/tests/fe/fe_dgq_gradient_divergence_theorem.cc @@ -157,7 +157,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_dgq_hessian_divergence_theorem.cc b/tests/fe/fe_dgq_hessian_divergence_theorem.cc index 2ea5b81908..bc2e58cc78 100644 --- a/tests/fe/fe_dgq_hessian_divergence_theorem.cc +++ b/tests/fe/fe_dgq_hessian_divergence_theorem.cc @@ -158,7 +158,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_enriched_01.cc b/tests/fe/fe_enriched_01.cc index e6c83b66af..4cdb5dae05 100644 --- a/tests/fe/fe_enriched_01.cc +++ b/tests/fe/fe_enriched_01.cc @@ -93,7 +93,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/fe/fe_enriched_02.cc b/tests/fe/fe_enriched_02.cc index 7198124641..bc2f6ea77e 100644 --- a/tests/fe/fe_enriched_02.cc +++ b/tests/fe/fe_enriched_02.cc @@ -128,7 +128,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_03.cc b/tests/fe/fe_enriched_03.cc index 0fec64a87c..835aa3ae81 100644 --- a/tests/fe/fe_enriched_03.cc +++ b/tests/fe/fe_enriched_03.cc @@ -123,7 +123,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/fe/fe_enriched_04.cc b/tests/fe/fe_enriched_04.cc index f50c030f2f..99f30aceb1 100644 --- a/tests/fe/fe_enriched_04.cc +++ b/tests/fe/fe_enriched_04.cc @@ -205,7 +205,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/fe/fe_enriched_05.cc b/tests/fe/fe_enriched_05.cc index 6087de8cb0..cd6fe53786 100644 --- a/tests/fe/fe_enriched_05.cc +++ b/tests/fe/fe_enriched_05.cc @@ -151,7 +151,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_06.cc b/tests/fe/fe_enriched_06.cc index b909a1cdb3..83e07475fb 100644 --- a/tests/fe/fe_enriched_06.cc +++ b/tests/fe/fe_enriched_06.cc @@ -189,7 +189,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/fe/fe_enriched_07.cc b/tests/fe/fe_enriched_07.cc index 007ece6f93..b478636083 100644 --- a/tests/fe/fe_enriched_07.cc +++ b/tests/fe/fe_enriched_07.cc @@ -202,7 +202,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_08.cc b/tests/fe/fe_enriched_08.cc index d90b632731..6c574ef809 100644 --- a/tests/fe/fe_enriched_08.cc +++ b/tests/fe/fe_enriched_08.cc @@ -184,7 +184,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_08a.cc b/tests/fe/fe_enriched_08a.cc index 2498434f59..9b8e46a548 100644 --- a/tests/fe/fe_enriched_08a.cc +++ b/tests/fe/fe_enriched_08a.cc @@ -98,7 +98,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_compare_to_fe_system.cc b/tests/fe/fe_enriched_compare_to_fe_system.cc index 5f50bf8031..0c653f050d 100644 --- a/tests/fe/fe_enriched_compare_to_fe_system.cc +++ b/tests/fe/fe_enriched_compare_to_fe_system.cc @@ -274,7 +274,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_enriched_compare_to_fe_system_2.cc b/tests/fe/fe_enriched_compare_to_fe_system_2.cc index 9d70305427..3c7abd37d1 100644 --- a/tests/fe/fe_enriched_compare_to_fe_system_2.cc +++ b/tests/fe/fe_enriched_compare_to_fe_system_2.cc @@ -357,7 +357,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_face_orientation_nedelec_0.cc b/tests/fe/fe_face_orientation_nedelec_0.cc index 4d888001b4..e55e5be05b 100644 --- a/tests/fe/fe_face_orientation_nedelec_0.cc +++ b/tests/fe/fe_face_orientation_nedelec_0.cc @@ -152,7 +152,6 @@ void set_solution (Vector &vector, const DoFHandler<3> &dof_handler, con int main () { initlog(); - deallog.threshold_double (1.e-10); Triangulation<3> tria_ref; diff --git a/tests/fe/fe_face_orientation_nedelec_000.cc b/tests/fe/fe_face_orientation_nedelec_000.cc index 569f3ec402..bcf8c99c21 100644 --- a/tests/fe/fe_face_orientation_nedelec_000.cc +++ b/tests/fe/fe_face_orientation_nedelec_000.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (true, false, false); } diff --git a/tests/fe/fe_face_orientation_nedelec_001.cc b/tests/fe/fe_face_orientation_nedelec_001.cc index f2f0526b53..40da75b02f 100644 --- a/tests/fe/fe_face_orientation_nedelec_001.cc +++ b/tests/fe/fe_face_orientation_nedelec_001.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (false, false, true); } diff --git a/tests/fe/fe_face_orientation_nedelec_010.cc b/tests/fe/fe_face_orientation_nedelec_010.cc index 6c2a1b2ecc..cda6d006b0 100644 --- a/tests/fe/fe_face_orientation_nedelec_010.cc +++ b/tests/fe/fe_face_orientation_nedelec_010.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (false, true, false); } diff --git a/tests/fe/fe_face_orientation_nedelec_011.cc b/tests/fe/fe_face_orientation_nedelec_011.cc index 7470cf880c..6cf40973c8 100644 --- a/tests/fe/fe_face_orientation_nedelec_011.cc +++ b/tests/fe/fe_face_orientation_nedelec_011.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (false, true, true); } diff --git a/tests/fe/fe_face_orientation_nedelec_100.cc b/tests/fe/fe_face_orientation_nedelec_100.cc index f0b4940fe9..50be7622fb 100644 --- a/tests/fe/fe_face_orientation_nedelec_100.cc +++ b/tests/fe/fe_face_orientation_nedelec_100.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); run (false, false, false); } diff --git a/tests/fe/fe_face_orientation_nedelec_101.cc b/tests/fe/fe_face_orientation_nedelec_101.cc index be95aefb04..df67b3cc07 100644 --- a/tests/fe/fe_face_orientation_nedelec_101.cc +++ b/tests/fe/fe_face_orientation_nedelec_101.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (true, false, true); } diff --git a/tests/fe/fe_face_orientation_nedelec_110.cc b/tests/fe/fe_face_orientation_nedelec_110.cc index 3cb3b5fdc1..74b09a4737 100644 --- a/tests/fe/fe_face_orientation_nedelec_110.cc +++ b/tests/fe/fe_face_orientation_nedelec_110.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (true, true, false); } diff --git a/tests/fe/fe_face_orientation_nedelec_111.cc b/tests/fe/fe_face_orientation_nedelec_111.cc index d2115aefb8..918bae1d16 100644 --- a/tests/fe/fe_face_orientation_nedelec_111.cc +++ b/tests/fe/fe_face_orientation_nedelec_111.cc @@ -22,6 +22,5 @@ int main() { initlog(); - deallog.threshold_double (1.e-10); run (true, true, true); } diff --git a/tests/fe/fe_face_values_1d.cc b/tests/fe/fe_face_values_1d.cc index 94ee308420..2ddbf96ae0 100644 --- a/tests/fe/fe_face_values_1d.cc +++ b/tests/fe/fe_face_values_1d.cc @@ -178,7 +178,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // ----------------------- // Tests for dim=1 diff --git a/tests/fe/fe_nedelec_gradient_divergence_theorem.cc b/tests/fe/fe_nedelec_gradient_divergence_theorem.cc index 48fb2f375a..abc341dd49 100644 --- a/tests/fe/fe_nedelec_gradient_divergence_theorem.cc +++ b/tests/fe/fe_nedelec_gradient_divergence_theorem.cc @@ -157,7 +157,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_nedelec_hessian_divergence_theorem.cc b/tests/fe/fe_nedelec_hessian_divergence_theorem.cc index 04dd92d2e4..9a1816bb94 100644 --- a/tests/fe/fe_nedelec_hessian_divergence_theorem.cc +++ b/tests/fe/fe_nedelec_hessian_divergence_theorem.cc @@ -158,7 +158,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_nothing.cc b/tests/fe/fe_nothing.cc index 22f0ab09b6..595be72bf8 100644 --- a/tests/fe/fe_nothing.cc +++ b/tests/fe/fe_nothing.cc @@ -66,7 +66,6 @@ int main (int argc,char **argv) deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try diff --git a/tests/fe/fe_project_2d.cc b/tests/fe/fe_project_2d.cc index 32a2a29ee6..7d0b15c021 100644 --- a/tests/fe/fe_project_2d.cc +++ b/tests/fe/fe_project_2d.cc @@ -230,7 +230,6 @@ int main () deallog << std::setprecision(7); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double (1e-8); const static unsigned dim = 2; unsigned order = 1; diff --git a/tests/fe/fe_project_3d.cc b/tests/fe/fe_project_3d.cc index ca82026c0e..590b25d486 100644 --- a/tests/fe/fe_project_3d.cc +++ b/tests/fe/fe_project_3d.cc @@ -402,7 +402,6 @@ int main () deallog << std::setprecision(7); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double (1e-8); const static unsigned dim = 3; unsigned order = 1; diff --git a/tests/fe/fe_prolongation_bdm.cc b/tests/fe/fe_prolongation_bdm.cc index 213ebc4513..16b1d542b7 100644 --- a/tests/fe/fe_prolongation_bdm.cc +++ b/tests/fe/fe_prolongation_bdm.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(BDM, 1, 2); CHECK_ALL(BDM, 2, 2); diff --git a/tests/fe/fe_prolongation_dgp.cc b/tests/fe/fe_prolongation_dgp.cc index 9e1e7b0d58..88076f99e7 100644 --- a/tests/fe/fe_prolongation_dgp.cc +++ b/tests/fe/fe_prolongation_dgp.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(DGP,0,2); CHECK_ALL(DGP,1,2); diff --git a/tests/fe/fe_prolongation_dgq.cc b/tests/fe/fe_prolongation_dgq.cc index 01056477b1..49c5750e78 100644 --- a/tests/fe/fe_prolongation_dgq.cc +++ b/tests/fe/fe_prolongation_dgq.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << std::setprecision(9); CHECK_ALL(DGQ,0,2); diff --git a/tests/fe/fe_prolongation_nedelec.cc b/tests/fe/fe_prolongation_nedelec.cc index 5bdb2aa69e..ae3ac8bf6c 100644 --- a/tests/fe/fe_prolongation_nedelec.cc +++ b/tests/fe/fe_prolongation_nedelec.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Nedelec, 0, 2); CHECK_ALL(Nedelec, 0, 3); diff --git a/tests/fe/fe_prolongation_q.cc b/tests/fe/fe_prolongation_q.cc index 6165ac9f96..b4ce163f44 100644 --- a/tests/fe/fe_prolongation_q.cc +++ b/tests/fe/fe_prolongation_q.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,2); CHECK_ALL(Q,2,2); diff --git a/tests/fe/fe_prolongation_q_bubbles.cc b/tests/fe/fe_prolongation_q_bubbles.cc index f054d49211..5257357511 100644 --- a/tests/fe/fe_prolongation_q_bubbles.cc +++ b/tests/fe/fe_prolongation_q_bubbles.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Bubbles,1,2); CHECK_ALL(Q_Bubbles,2,2); diff --git a/tests/fe/fe_prolongation_q_dg0.cc b/tests/fe/fe_prolongation_q_dg0.cc index 0ad4b2932c..cccae1f0b2 100644 --- a/tests/fe/fe_prolongation_q_dg0.cc +++ b/tests/fe/fe_prolongation_q_dg0.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_DG0,1,2); CHECK_ALL(Q_DG0,2,2); diff --git a/tests/fe/fe_prolongation_q_hierarchical.cc b/tests/fe/fe_prolongation_q_hierarchical.cc index 561cf71e87..f4490a2f0b 100644 --- a/tests/fe/fe_prolongation_q_hierarchical.cc +++ b/tests/fe/fe_prolongation_q_hierarchical.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Hierarchical,1,2); CHECK_ALL(Q_Hierarchical,2,2); diff --git a/tests/fe/fe_prolongation_q_iso_q1.cc b/tests/fe/fe_prolongation_q_iso_q1.cc index c24892a3a6..7b7f8c2a28 100644 --- a/tests/fe/fe_prolongation_q_iso_q1.cc +++ b/tests/fe/fe_prolongation_q_iso_q1.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_iso_Q1,1,2); CHECK_ALL(Q_iso_Q1,2,2); diff --git a/tests/fe/fe_prolongation_rt.cc b/tests/fe/fe_prolongation_rt.cc index d3b757d4e6..282ea92b8d 100644 --- a/tests/fe/fe_prolongation_rt.cc +++ b/tests/fe/fe_prolongation_rt.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(RaviartThomas, 0, 2); CHECK_ALL(RaviartThomas, 0, 3); diff --git a/tests/fe/fe_prolongation_sys_01.cc b/tests/fe/fe_prolongation_sys_01.cc index 9dc260aea7..0b2586c2f4 100644 --- a/tests/fe/fe_prolongation_sys_01.cc +++ b/tests/fe/fe_prolongation_sys_01.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_Q<2>(1),3,2); } diff --git a/tests/fe/fe_prolongation_sys_02.cc b/tests/fe/fe_prolongation_sys_02.cc index 760d5f6039..047f726cd1 100644 --- a/tests/fe/fe_prolongation_sys_02.cc +++ b/tests/fe/fe_prolongation_sys_02.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_prolongation_sys_03.cc b/tests/fe/fe_prolongation_sys_03.cc index 20c77b9b4c..a99459ed6c 100644 --- a/tests/fe/fe_prolongation_sys_03.cc +++ b/tests/fe/fe_prolongation_sys_03.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_prolongation_sys_04.cc b/tests/fe/fe_prolongation_sys_04.cc index d350afe683..f6fc42f54c 100644 --- a/tests/fe/fe_prolongation_sys_04.cc +++ b/tests/fe/fe_prolongation_sys_04.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(QIterated<1>(QTrapez<1>(),3)),3,2); } diff --git a/tests/fe/fe_prolongation_sys_05.cc b/tests/fe/fe_prolongation_sys_05.cc index 99ebca71f9..d9f97fdecf 100644 --- a/tests/fe/fe_prolongation_sys_05.cc +++ b/tests/fe/fe_prolongation_sys_05.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3, FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, diff --git a/tests/fe/fe_prolongation_sys_06.cc b/tests/fe/fe_prolongation_sys_06.cc index 2a8a447a5b..31b03e8a06 100644 --- a/tests/fe/fe_prolongation_sys_06.cc +++ b/tests/fe/fe_prolongation_sys_06.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_prolongation_sys_07.cc b/tests/fe/fe_prolongation_sys_07.cc index 4a60393de2..1fa720fff4 100644 --- a/tests/fe/fe_prolongation_sys_07.cc +++ b/tests/fe/fe_prolongation_sys_07.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQ<2>(3), 1, FE_Nedelec<2>(0), 2, diff --git a/tests/fe/fe_prolongation_sys_08.cc b/tests/fe/fe_prolongation_sys_08.cc index cd73942cf0..0b309b7d17 100644 --- a/tests/fe/fe_prolongation_sys_08.cc +++ b/tests/fe/fe_prolongation_sys_08.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(0), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_prolongation_sys_09.cc b/tests/fe/fe_prolongation_sys_09.cc index 83080e03ae..9282adbf86 100644 --- a/tests/fe/fe_prolongation_sys_09.cc +++ b/tests/fe/fe_prolongation_sys_09.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FE_Nedelec<2>(1), 2, diff --git a/tests/fe/fe_prolongation_sys_10.cc b/tests/fe/fe_prolongation_sys_10.cc index 630d5bb0dd..c4af013ad1 100644 --- a/tests/fe/fe_prolongation_sys_10.cc +++ b/tests/fe/fe_prolongation_sys_10.cc @@ -22,7 +22,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(1), 1, FESystem<2>(FE_DGQ<2>(3),3), 1, diff --git a/tests/fe/fe_q_3rd_derivative_divergence_theorem.cc b/tests/fe/fe_q_3rd_derivative_divergence_theorem.cc index 4c24bbaaa3..e53fa4d0da 100644 --- a/tests/fe/fe_q_3rd_derivative_divergence_theorem.cc +++ b/tests/fe/fe_q_3rd_derivative_divergence_theorem.cc @@ -162,7 +162,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_q_bubbles.cc b/tests/fe/fe_q_bubbles.cc index 3f51175d69..0d38a182a6 100644 --- a/tests/fe/fe_q_bubbles.cc +++ b/tests/fe/fe_q_bubbles.cc @@ -320,7 +320,6 @@ int main () { initlog(); deallog.depth_file (1); - deallog.threshold_double(1.e-11); for (unsigned int degree = 1; degree <=3; ++degree) { // { diff --git a/tests/fe/fe_q_gradient_divergence_theorem.cc b/tests/fe/fe_q_gradient_divergence_theorem.cc index 32676d8a8b..17801cf3f7 100644 --- a/tests/fe/fe_q_gradient_divergence_theorem.cc +++ b/tests/fe/fe_q_gradient_divergence_theorem.cc @@ -157,7 +157,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_q_hessian_divergence_theorem.cc b/tests/fe/fe_q_hessian_divergence_theorem.cc index 195e17d5bc..38933436c2 100644 --- a/tests/fe/fe_q_hessian_divergence_theorem.cc +++ b/tests/fe/fe_q_hessian_divergence_theorem.cc @@ -158,7 +158,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_q_hierarchical_3rd_derivative_divergence_theorem.cc b/tests/fe/fe_q_hierarchical_3rd_derivative_divergence_theorem.cc index 2c02855475..80b6bfe9e8 100644 --- a/tests/fe/fe_q_hierarchical_3rd_derivative_divergence_theorem.cc +++ b/tests/fe/fe_q_hierarchical_3rd_derivative_divergence_theorem.cc @@ -163,7 +163,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_restriction_bdm.cc b/tests/fe/fe_restriction_bdm.cc index 419777839b..a76f8ace80 100644 --- a/tests/fe/fe_restriction_bdm.cc +++ b/tests/fe/fe_restriction_bdm.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(BDM, 1, 2); CHECK_ALL(BDM, 2, 2); diff --git a/tests/fe/fe_restriction_dgp.cc b/tests/fe/fe_restriction_dgp.cc index 1502315a72..d9a0f8ea3b 100644 --- a/tests/fe/fe_restriction_dgp.cc +++ b/tests/fe/fe_restriction_dgp.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(DGP,0,2); CHECK_ALL(DGP,1,2); diff --git a/tests/fe/fe_restriction_dgq.cc b/tests/fe/fe_restriction_dgq.cc index 1b1b9a25aa..97cc29dafe 100644 --- a/tests/fe/fe_restriction_dgq.cc +++ b/tests/fe/fe_restriction_dgq.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(DGQ,0,2); CHECK_ALL(DGQ,1,2); diff --git a/tests/fe/fe_restriction_nedelec.cc b/tests/fe/fe_restriction_nedelec.cc index a47e78e52b..00de4e30f7 100644 --- a/tests/fe/fe_restriction_nedelec.cc +++ b/tests/fe/fe_restriction_nedelec.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Nedelec, 0, 2); CHECK_ALL(Nedelec, 0, 3); diff --git a/tests/fe/fe_restriction_q.cc b/tests/fe/fe_restriction_q.cc index 6eba19864e..0025ba885d 100644 --- a/tests/fe/fe_restriction_q.cc +++ b/tests/fe/fe_restriction_q.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,2); CHECK_ALL(Q,2,2); diff --git a/tests/fe/fe_restriction_q_bubbles.cc b/tests/fe/fe_restriction_q_bubbles.cc index 8e7ef51aec..a12e3e3c19 100644 --- a/tests/fe/fe_restriction_q_bubbles.cc +++ b/tests/fe/fe_restriction_q_bubbles.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Bubbles,1,2); CHECK_ALL(Q_Bubbles,2,2); diff --git a/tests/fe/fe_restriction_q_dg0.cc b/tests/fe/fe_restriction_q_dg0.cc index 3ec8ce711b..10a5837795 100644 --- a/tests/fe/fe_restriction_q_dg0.cc +++ b/tests/fe/fe_restriction_q_dg0.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_DG0,1,2); CHECK_ALL(Q_DG0,2,2); diff --git a/tests/fe/fe_restriction_q_hierarchical.cc b/tests/fe/fe_restriction_q_hierarchical.cc index 93b6f0daf8..a23f1b1917 100644 --- a/tests/fe/fe_restriction_q_hierarchical.cc +++ b/tests/fe/fe_restriction_q_hierarchical.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Hierarchical,1,2); CHECK_ALL(Q_Hierarchical,2,2); diff --git a/tests/fe/fe_restriction_q_iso_q1.cc b/tests/fe/fe_restriction_q_iso_q1.cc index a5dae86b1f..66346953ae 100644 --- a/tests/fe/fe_restriction_q_iso_q1.cc +++ b/tests/fe/fe_restriction_q_iso_q1.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_iso_Q1,1,2); CHECK_ALL(Q_iso_Q1,2,2); diff --git a/tests/fe/fe_restriction_rt.cc b/tests/fe/fe_restriction_rt.cc index 5915b6224e..d92ae7ac14 100644 --- a/tests/fe/fe_restriction_rt.cc +++ b/tests/fe/fe_restriction_rt.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(RaviartThomas, 0, 2); CHECK_ALL(RaviartThomas, 0, 3); diff --git a/tests/fe/fe_restriction_sys_01.cc b/tests/fe/fe_restriction_sys_01.cc index 37ae9c9632..5b05fdaedd 100644 --- a/tests/fe/fe_restriction_sys_01.cc +++ b/tests/fe/fe_restriction_sys_01.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_Q<2>(1),3,2); } diff --git a/tests/fe/fe_restriction_sys_02.cc b/tests/fe/fe_restriction_sys_02.cc index 9b443a66ea..42bd287467 100644 --- a/tests/fe/fe_restriction_sys_02.cc +++ b/tests/fe/fe_restriction_sys_02.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_restriction_sys_03.cc b/tests/fe/fe_restriction_sys_03.cc index b9187affe4..e73c4484fe 100644 --- a/tests/fe/fe_restriction_sys_03.cc +++ b/tests/fe/fe_restriction_sys_03.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_restriction_sys_04.cc b/tests/fe/fe_restriction_sys_04.cc index a935059681..23bf8c6647 100644 --- a/tests/fe/fe_restriction_sys_04.cc +++ b/tests/fe/fe_restriction_sys_04.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(QIterated<1>(QTrapez<1>(),3)),3,2); } diff --git a/tests/fe/fe_restriction_sys_05.cc b/tests/fe/fe_restriction_sys_05.cc index be4e8f1b62..6fa527982f 100644 --- a/tests/fe/fe_restriction_sys_05.cc +++ b/tests/fe/fe_restriction_sys_05.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3, FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, diff --git a/tests/fe/fe_restriction_sys_06.cc b/tests/fe/fe_restriction_sys_06.cc index 479455bf52..4a830c6b46 100644 --- a/tests/fe/fe_restriction_sys_06.cc +++ b/tests/fe/fe_restriction_sys_06.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_restriction_sys_07.cc b/tests/fe/fe_restriction_sys_07.cc index d2680b2b13..a2597b555a 100644 --- a/tests/fe/fe_restriction_sys_07.cc +++ b/tests/fe/fe_restriction_sys_07.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FE_Nedelec<2>(0), 2, diff --git a/tests/fe/fe_restriction_sys_08.cc b/tests/fe/fe_restriction_sys_08.cc index 53941ee8b0..93814d00b3 100644 --- a/tests/fe/fe_restriction_sys_08.cc +++ b/tests/fe/fe_restriction_sys_08.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(0), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_restriction_sys_09.cc b/tests/fe/fe_restriction_sys_09.cc index 8e57e6a4f1..5379abc33e 100644 --- a/tests/fe/fe_restriction_sys_09.cc +++ b/tests/fe/fe_restriction_sys_09.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FE_Nedelec<2>(1), 2, diff --git a/tests/fe/fe_restriction_sys_10.cc b/tests/fe/fe_restriction_sys_10.cc index 6d130dbbb3..f810dfaf8f 100644 --- a/tests/fe/fe_restriction_sys_10.cc +++ b/tests/fe/fe_restriction_sys_10.cc @@ -22,7 +22,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(1), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_rt_gradient_divergence_theorem.cc b/tests/fe/fe_rt_gradient_divergence_theorem.cc index b1a0cf98dd..93a63714dc 100644 --- a/tests/fe/fe_rt_gradient_divergence_theorem.cc +++ b/tests/fe/fe_rt_gradient_divergence_theorem.cc @@ -162,7 +162,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(1e-6); test_hyper_cube<3>(1e-6); diff --git a/tests/fe/fe_rt_hessian_divergence_theorem.cc b/tests/fe/fe_rt_hessian_divergence_theorem.cc index 481e87511a..da0cf43fad 100644 --- a/tests/fe/fe_rt_hessian_divergence_theorem.cc +++ b/tests/fe/fe_rt_hessian_divergence_theorem.cc @@ -157,7 +157,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(1e-6); test_hyper_cube<3>(1e-6); diff --git a/tests/fe/fe_series_01.cc b/tests/fe/fe_series_01.cc index 40d3210263..4899beea68 100644 --- a/tests/fe/fe_series_01.cc +++ b/tests/fe/fe_series_01.cc @@ -89,7 +89,6 @@ void test_1d () int main() { initlog(); - deallog.threshold_double(1.e-10); test_1d(); } diff --git a/tests/fe/fe_series_02.cc b/tests/fe/fe_series_02.cc index f69e8039b9..4baf0c3c14 100644 --- a/tests/fe/fe_series_02.cc +++ b/tests/fe/fe_series_02.cc @@ -147,7 +147,6 @@ int main () const int dim = 1; initlog(); - deallog.threshold_double(1.e-10); { std::vector coeff_in(2); diff --git a/tests/fe/fe_series_03.cc b/tests/fe/fe_series_03.cc index be26964f12..03c8eb7f6f 100644 --- a/tests/fe/fe_series_03.cc +++ b/tests/fe/fe_series_03.cc @@ -50,7 +50,6 @@ void test2d (const VectorTools::NormType norm) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << "L2_norm" << std::endl; test2d(VectorTools::L2_norm); diff --git a/tests/fe/fe_series_04.cc b/tests/fe/fe_series_04.cc index 57e90d70c3..7993b2ece9 100644 --- a/tests/fe/fe_series_04.cc +++ b/tests/fe/fe_series_04.cc @@ -190,7 +190,6 @@ int main () const int dim = 1; initlog(); - deallog.threshold_double(1e-8); test_legendre_orthonormal(3); LegendreFunction function; diff --git a/tests/fe/fe_series_05.cc b/tests/fe/fe_series_05.cc index 197679b7af..a4b1647db1 100644 --- a/tests/fe/fe_series_05.cc +++ b/tests/fe/fe_series_05.cc @@ -201,7 +201,6 @@ int main () std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); dealii::deallog.depth_console(0); - dealii::deallog.threshold_double(1e-8); { const unsigned int dim = 2; diff --git a/tests/fe/fe_series_06.cc b/tests/fe/fe_series_06.cc index cd1135fca5..e5f27fd011 100644 --- a/tests/fe/fe_series_06.cc +++ b/tests/fe/fe_series_06.cc @@ -69,7 +69,6 @@ void test_2d () int main() { initlog(); - deallog.threshold_double(1.e-10); test_2d(); } diff --git a/tests/fe/fe_series_07.cc b/tests/fe/fe_series_07.cc index 1951c57efd..49eea65f73 100644 --- a/tests/fe/fe_series_07.cc +++ b/tests/fe/fe_series_07.cc @@ -54,7 +54,6 @@ void test2d (const VectorTools::NormType norm) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog << "L2_norm" << std::endl; test2d(VectorTools::L2_norm); diff --git a/tests/fe/fe_series_08.cc b/tests/fe/fe_series_08.cc index 07bf2f33f6..1026ebc99f 100644 --- a/tests/fe/fe_series_08.cc +++ b/tests/fe/fe_series_08.cc @@ -51,7 +51,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/fe/fe_support_points_bdm.cc b/tests/fe/fe_support_points_bdm.cc index 3f32256805..3742cd0b04 100644 --- a/tests/fe/fe_support_points_bdm.cc +++ b/tests/fe/fe_support_points_bdm.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(BDM, 1, 2); CHECK_ALL(BDM, 2, 2); diff --git a/tests/fe/fe_support_points_nedelec.cc b/tests/fe/fe_support_points_nedelec.cc index 8f5aef7e72..ff7c25f881 100644 --- a/tests/fe/fe_support_points_nedelec.cc +++ b/tests/fe/fe_support_points_nedelec.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Nedelec, 0, 2); CHECK_ALL(Nedelec, 0, 3); diff --git a/tests/fe/fe_support_points_q.cc b/tests/fe/fe_support_points_q.cc index de4131b139..3821bad789 100644 --- a/tests/fe/fe_support_points_q.cc +++ b/tests/fe/fe_support_points_q.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,2); CHECK_ALL(Q,2,2); diff --git a/tests/fe/fe_support_points_q_bubbles.cc b/tests/fe/fe_support_points_q_bubbles.cc index 68081392b4..dfd6203954 100644 --- a/tests/fe/fe_support_points_q_bubbles.cc +++ b/tests/fe/fe_support_points_q_bubbles.cc @@ -22,7 +22,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Bubbles,1,2); CHECK_ALL(Q_Bubbles,2,2); diff --git a/tests/fe/fe_support_points_q_dg0.cc b/tests/fe/fe_support_points_q_dg0.cc index 350bcb0719..20481566d5 100644 --- a/tests/fe/fe_support_points_q_dg0.cc +++ b/tests/fe/fe_support_points_q_dg0.cc @@ -22,7 +22,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_DG0,1,2); CHECK_ALL(Q_DG0,2,2); diff --git a/tests/fe/fe_support_points_q_hierarchical.cc b/tests/fe/fe_support_points_q_hierarchical.cc index 67ab8baff9..0fa3c8cee9 100644 --- a/tests/fe/fe_support_points_q_hierarchical.cc +++ b/tests/fe/fe_support_points_q_hierarchical.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_Hierarchical,1,2); CHECK_ALL(Q_Hierarchical,2,2); diff --git a/tests/fe/fe_support_points_q_iso_q1.cc b/tests/fe/fe_support_points_q_iso_q1.cc index 3f9fd2a93a..673fe6dcac 100644 --- a/tests/fe/fe_support_points_q_iso_q1.cc +++ b/tests/fe/fe_support_points_q_iso_q1.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(Q_iso_Q1,1,2); CHECK_ALL(Q_iso_Q1,2,2); diff --git a/tests/fe/fe_support_points_rt.cc b/tests/fe/fe_support_points_rt.cc index 2fbaaa8624..75fa283a14 100644 --- a/tests/fe/fe_support_points_rt.cc +++ b/tests/fe/fe_support_points_rt.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_ALL(RaviartThomas, 0, 2); CHECK_ALL(RaviartThomas, 0, 3); diff --git a/tests/fe/fe_support_points_sys_01.cc b/tests/fe/fe_support_points_sys_01.cc index 059624a485..29e86ff569 100644 --- a/tests/fe/fe_support_points_sys_01.cc +++ b/tests/fe/fe_support_points_sys_01.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_Q<2>(1),3,2); } diff --git a/tests/fe/fe_support_points_sys_02.cc b/tests/fe/fe_support_points_sys_02.cc index 26b804cfac..a973a31867 100644 --- a/tests/fe/fe_support_points_sys_02.cc +++ b/tests/fe/fe_support_points_sys_02.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_support_points_sys_03.cc b/tests/fe/fe_support_points_sys_03.cc index 717eb07122..339c708182 100644 --- a/tests/fe/fe_support_points_sys_03.cc +++ b/tests/fe/fe_support_points_sys_03.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2(FE_Q<2>(1),3,FE_DGQ<2>(2),2,2); } diff --git a/tests/fe/fe_support_points_sys_04.cc b/tests/fe/fe_support_points_sys_04.cc index b3baa18a11..6ee9326901 100644 --- a/tests/fe/fe_support_points_sys_04.cc +++ b/tests/fe/fe_support_points_sys_04.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQ<2>(2),2,FE_DGQ<2>(2),2,FE_Q<2>(QIterated<1>(QTrapez<1>(),3)),3,2); } diff --git a/tests/fe/fe_support_points_sys_05.cc b/tests/fe/fe_support_points_sys_05.cc index 2abd927261..fef05039ab 100644 --- a/tests/fe/fe_support_points_sys_05.cc +++ b/tests/fe/fe_support_points_sys_05.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3((FESystem<2>(FE_Q<2>(1),3)), 3, FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, diff --git a/tests/fe/fe_support_points_sys_06.cc b/tests/fe/fe_support_points_sys_06.cc index 3a9f038175..2376d48f42 100644 --- a/tests/fe/fe_support_points_sys_06.cc +++ b/tests/fe/fe_support_points_sys_06.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)), 1, FESystem<2>(FE_DGQArbitraryNodes<2>(QIterated<1>(QTrapez<1>(),3)),3), 1, diff --git a/tests/fe/fe_support_points_sys_07.cc b/tests/fe/fe_support_points_sys_07.cc index 7229e5d07a..a709aba3ba 100644 --- a/tests/fe/fe_support_points_sys_07.cc +++ b/tests/fe/fe_support_points_sys_07.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQ<2>(3), 1, FE_Nedelec<2>(0), 2, diff --git a/tests/fe/fe_support_points_sys_08.cc b/tests/fe/fe_support_points_sys_08.cc index 45b05207d6..4d2dc891bf 100644 --- a/tests/fe/fe_support_points_sys_08.cc +++ b/tests/fe/fe_support_points_sys_08.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(0), 1, FESystem<2>(FE_DGQ<2>(3),3), 1, diff --git a/tests/fe/fe_support_points_sys_09.cc b/tests/fe/fe_support_points_sys_09.cc index ac33552a98..30b762f057 100644 --- a/tests/fe/fe_support_points_sys_09.cc +++ b/tests/fe/fe_support_points_sys_09.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS2 (FE_DGQ<2>(3), 1, FE_Nedelec<2>(1), 2, diff --git a/tests/fe/fe_support_points_sys_10.cc b/tests/fe/fe_support_points_sys_10.cc index 069c5b4e57..d501e68082 100644 --- a/tests/fe/fe_support_points_sys_10.cc +++ b/tests/fe/fe_support_points_sys_10.cc @@ -22,7 +22,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); CHECK_SYS3(FE_Nedelec<2>(1), 1, FESystem<2>(FE_DGQ<2>(3),3), 1, diff --git a/tests/fe/fe_system_3rd_derivative_divergence_theorem.cc b/tests/fe/fe_system_3rd_derivative_divergence_theorem.cc index a19ab82f3a..41e044d5e1 100644 --- a/tests/fe/fe_system_3rd_derivative_divergence_theorem.cc +++ b/tests/fe/fe_system_3rd_derivative_divergence_theorem.cc @@ -162,7 +162,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_ball<2>(1e-6); test_hyper_ball<3>(1e-6); diff --git a/tests/fe/fe_system_from_list.cc b/tests/fe/fe_system_from_list.cc index 940b294415..095ac805da 100644 --- a/tests/fe/fe_system_from_list.cc +++ b/tests/fe/fe_system_from_list.cc @@ -137,7 +137,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); MySimulator<1>(1); MySimulator<2>(1); diff --git a/tests/fe/fe_tools.cc b/tests/fe/fe_tools.cc index 534d652dbb..a987edf874 100644 --- a/tests/fe/fe_tools.cc +++ b/tests/fe/fe_tools.cc @@ -196,7 +196,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_projection<1>(logfile); test_projection<2>(logfile); diff --git a/tests/fe/fe_tools_test.cc b/tests/fe/fe_tools_test.cc index fa29f70aea..61de77937b 100644 --- a/tests/fe/fe_tools_test.cc +++ b/tests/fe/fe_tools_test.cc @@ -189,7 +189,6 @@ void test(const Triangulation &tria, int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tria; MappingQGeneric<2> mapping(1); diff --git a/tests/fe/fe_values_extractor_01.cc b/tests/fe/fe_values_extractor_01.cc index 46733c1f7c..722fa6fe79 100644 --- a/tests/fe/fe_values_extractor_01.cc +++ b/tests/fe/fe_values_extractor_01.cc @@ -30,7 +30,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-8); { std::vector x; diff --git a/tests/fe/fe_values_no_mapping.cc b/tests/fe/fe_values_no_mapping.cc index d4f31e8be3..5c74c8f382 100644 --- a/tests/fe/fe_values_no_mapping.cc +++ b/tests/fe/fe_values_no_mapping.cc @@ -139,7 +139,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(8) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/fe_values_view_01.cc b/tests/fe/fe_values_view_01.cc index 5202d9e617..a90b44f222 100644 --- a/tests/fe/fe_values_view_01.cc +++ b/tests/fe/fe_values_view_01.cc @@ -108,7 +108,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_02.cc b/tests/fe/fe_values_view_02.cc index 17e1451098..58ded881ab 100644 --- a/tests/fe/fe_values_view_02.cc +++ b/tests/fe/fe_values_view_02.cc @@ -133,7 +133,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_03.cc b/tests/fe/fe_values_view_03.cc index b652abd0ee..17e7b6bee6 100644 --- a/tests/fe/fe_values_view_03.cc +++ b/tests/fe/fe_values_view_03.cc @@ -114,7 +114,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_04.cc b/tests/fe/fe_values_view_04.cc index 3dd6108e3d..ae7577954a 100644 --- a/tests/fe/fe_values_view_04.cc +++ b/tests/fe/fe_values_view_04.cc @@ -134,7 +134,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_05.cc b/tests/fe/fe_values_view_05.cc index 00bf878cf9..08fb679860 100644 --- a/tests/fe/fe_values_view_05.cc +++ b/tests/fe/fe_values_view_05.cc @@ -100,7 +100,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_06.cc b/tests/fe/fe_values_view_06.cc index 8fdb4ea284..9a926c8c02 100644 --- a/tests/fe/fe_values_view_06.cc +++ b/tests/fe/fe_values_view_06.cc @@ -101,7 +101,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_07.cc b/tests/fe/fe_values_view_07.cc index 47034eb3da..e983d18337 100644 --- a/tests/fe/fe_values_view_07.cc +++ b/tests/fe/fe_values_view_07.cc @@ -101,7 +101,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_08.cc b/tests/fe/fe_values_view_08.cc index baf2c17b06..1807f150ac 100644 --- a/tests/fe/fe_values_view_08.cc +++ b/tests/fe/fe_values_view_08.cc @@ -102,7 +102,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_09.cc b/tests/fe/fe_values_view_09.cc index bea622bfb7..0477f3f9ea 100644 --- a/tests/fe/fe_values_view_09.cc +++ b/tests/fe/fe_values_view_09.cc @@ -105,7 +105,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_10.cc b/tests/fe/fe_values_view_10.cc index 68c1ef406e..7fafe31200 100644 --- a/tests/fe/fe_values_view_10.cc +++ b/tests/fe/fe_values_view_10.cc @@ -106,7 +106,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-5); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_10_single_01.cc b/tests/fe/fe_values_view_10_single_01.cc index dfa20486b4..88f4c9948e 100644 --- a/tests/fe/fe_values_view_10_single_01.cc +++ b/tests/fe/fe_values_view_10_single_01.cc @@ -108,7 +108,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-5); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_10_single_02.cc b/tests/fe/fe_values_view_10_single_02.cc index 3dc94286b9..b4d614cb10 100644 --- a/tests/fe/fe_values_view_10_single_02.cc +++ b/tests/fe/fe_values_view_10_single_02.cc @@ -108,7 +108,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_10_single_03.cc b/tests/fe/fe_values_view_10_single_03.cc index 0865aec0ac..0ca2f85733 100644 --- a/tests/fe/fe_values_view_10_single_03.cc +++ b/tests/fe/fe_values_view_10_single_03.cc @@ -108,7 +108,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-5); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_11.cc b/tests/fe/fe_values_view_11.cc index dd5a7afe73..4ed4300d07 100644 --- a/tests/fe/fe_values_view_11.cc +++ b/tests/fe/fe_values_view_11.cc @@ -106,7 +106,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_12.cc b/tests/fe/fe_values_view_12.cc index 6598ea89cc..d53f7ce609 100644 --- a/tests/fe/fe_values_view_12.cc +++ b/tests/fe/fe_values_view_12.cc @@ -107,7 +107,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_13.cc b/tests/fe/fe_values_view_13.cc index 7c02cf1430..3af1b32da1 100644 --- a/tests/fe/fe_values_view_13.cc +++ b/tests/fe/fe_values_view_13.cc @@ -107,7 +107,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_14.cc b/tests/fe/fe_values_view_14.cc index 74c3ffaf99..55af8c0e7c 100644 --- a/tests/fe/fe_values_view_14.cc +++ b/tests/fe/fe_values_view_14.cc @@ -110,7 +110,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_15.cc b/tests/fe/fe_values_view_15.cc index 96d122e9ab..538ff23ea2 100644 --- a/tests/fe/fe_values_view_15.cc +++ b/tests/fe/fe_values_view_15.cc @@ -111,7 +111,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_16.cc b/tests/fe/fe_values_view_16.cc index a2b66dfc96..2e43fa8664 100644 --- a/tests/fe/fe_values_view_16.cc +++ b/tests/fe/fe_values_view_16.cc @@ -79,7 +79,7 @@ void test (const Triangulation &tr, { for (unsigned int e=0; e(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_17.cc b/tests/fe/fe_values_view_17.cc index 2506cbcb76..e136da5c21 100644 --- a/tests/fe/fe_values_view_17.cc +++ b/tests/fe/fe_values_view_17.cc @@ -111,7 +111,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_18.cc b/tests/fe/fe_values_view_18.cc index 9912debae9..29372dc9f9 100644 --- a/tests/fe/fe_values_view_18.cc +++ b/tests/fe/fe_values_view_18.cc @@ -116,7 +116,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_19.cc b/tests/fe/fe_values_view_19.cc index 8d0dd2a96c..e9ba94073a 100644 --- a/tests/fe/fe_values_view_19.cc +++ b/tests/fe/fe_values_view_19.cc @@ -111,7 +111,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_20.cc b/tests/fe/fe_values_view_20.cc index 9ae10a5a3c..4709dd8afa 100644 --- a/tests/fe/fe_values_view_20.cc +++ b/tests/fe/fe_values_view_20.cc @@ -115,7 +115,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_21.cc b/tests/fe/fe_values_view_21.cc index 5ca809174e..3bfdd555e3 100644 --- a/tests/fe/fe_values_view_21.cc +++ b/tests/fe/fe_values_view_21.cc @@ -208,7 +208,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); MixedElastoPlasticity < 3 > elasto_plasticity(1); elasto_plasticity.run(); diff --git a/tests/fe/fe_values_view_21_nonsymmetric.cc b/tests/fe/fe_values_view_21_nonsymmetric.cc index 33f7ff591a..855abe7b2e 100644 --- a/tests/fe/fe_values_view_21_nonsymmetric.cc +++ b/tests/fe/fe_values_view_21_nonsymmetric.cc @@ -208,7 +208,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); MixedElastoPlasticity < 3 > elasto_plasticity(1); elasto_plasticity.run(); diff --git a/tests/fe/fe_values_view_22.cc b/tests/fe/fe_values_view_22.cc index 8969c1ef83..ab135fe4e8 100644 --- a/tests/fe/fe_values_view_22.cc +++ b/tests/fe/fe_values_view_22.cc @@ -239,7 +239,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); MixedElastoPlasticity < 3 > elasto_plasticity(1); elasto_plasticity.run(); diff --git a/tests/fe/fe_values_view_23.cc b/tests/fe/fe_values_view_23.cc index bc1493d590..5a2d333370 100644 --- a/tests/fe/fe_values_view_23.cc +++ b/tests/fe/fe_values_view_23.cc @@ -103,7 +103,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_23_nonsymmetric.cc b/tests/fe/fe_values_view_23_nonsymmetric.cc index 4158921ef6..fb1d4c0e4f 100644 --- a/tests/fe/fe_values_view_23_nonsymmetric.cc +++ b/tests/fe/fe_values_view_23_nonsymmetric.cc @@ -103,7 +103,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_24.cc b/tests/fe/fe_values_view_24.cc index b4861c0ea2..2fc3039a9a 100644 --- a/tests/fe/fe_values_view_24.cc +++ b/tests/fe/fe_values_view_24.cc @@ -97,7 +97,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_24_nonsymmetric.cc b/tests/fe/fe_values_view_24_nonsymmetric.cc index 85e7c1217d..64b561ce9f 100644 --- a/tests/fe/fe_values_view_24_nonsymmetric.cc +++ b/tests/fe/fe_values_view_24_nonsymmetric.cc @@ -97,7 +97,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_25.cc b/tests/fe/fe_values_view_25.cc index 90782ddcd2..3911b3ecf5 100644 --- a/tests/fe/fe_values_view_25.cc +++ b/tests/fe/fe_values_view_25.cc @@ -94,7 +94,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<1>(); test_hyper_cube<2>(); diff --git a/tests/fe/fe_values_view_25_nonsymmetric.cc b/tests/fe/fe_values_view_25_nonsymmetric.cc index f0df20594a..fc0513f95f 100644 --- a/tests/fe/fe_values_view_25_nonsymmetric.cc +++ b/tests/fe/fe_values_view_25_nonsymmetric.cc @@ -94,7 +94,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<1>(); test_hyper_cube<2>(); diff --git a/tests/fe/fe_values_view_26.cc b/tests/fe/fe_values_view_26.cc index 08992747f9..aeb26e0b22 100644 --- a/tests/fe/fe_values_view_26.cc +++ b/tests/fe/fe_values_view_26.cc @@ -106,7 +106,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/fe/fe_values_view_27.cc b/tests/fe/fe_values_view_27.cc index b2a2a20f74..060b8fa88a 100644 --- a/tests/fe/fe_values_view_27.cc +++ b/tests/fe/fe_values_view_27.cc @@ -106,7 +106,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/fe/fe_values_view_28.cc b/tests/fe/fe_values_view_28.cc index 2cef246a1d..e9fa91527d 100644 --- a/tests/fe/fe_values_view_28.cc +++ b/tests/fe/fe_values_view_28.cc @@ -132,7 +132,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(); } diff --git a/tests/fe/fe_values_view_29.cc b/tests/fe/fe_values_view_29.cc index 727d0bbb27..4bfc6b4935 100644 --- a/tests/fe/fe_values_view_29.cc +++ b/tests/fe/fe_values_view_29.cc @@ -136,7 +136,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test_hyper_cube<2>(); } diff --git a/tests/fe/fe_values_view_30.cc b/tests/fe/fe_values_view_30.cc index ebf19f811a..4fd0577e66 100644 --- a/tests/fe/fe_values_view_30.cc +++ b/tests/fe/fe_values_view_30.cc @@ -178,7 +178,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-5); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/fe_values_view_get_function_from_local_dof_values_01.cc b/tests/fe/fe_values_view_get_function_from_local_dof_values_01.cc index 1f16914f35..f19c2723cf 100644 --- a/tests/fe/fe_values_view_get_function_from_local_dof_values_01.cc +++ b/tests/fe/fe_values_view_get_function_from_local_dof_values_01.cc @@ -378,7 +378,6 @@ void test() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/fe/fe_values_view_get_function_from_local_dof_values_02.cc b/tests/fe/fe_values_view_get_function_from_local_dof_values_02.cc index cd22f313d7..fc268cfe7d 100644 --- a/tests/fe/fe_values_view_get_function_from_local_dof_values_02.cc +++ b/tests/fe/fe_values_view_get_function_from_local_dof_values_02.cc @@ -266,7 +266,6 @@ void test() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/fe/fe_values_view_invalid_01.cc b/tests/fe/fe_values_view_invalid_01.cc index 0920e02eb8..e13e7e15e7 100644 --- a/tests/fe/fe_values_view_invalid_01.cc +++ b/tests/fe/fe_values_view_invalid_01.cc @@ -79,7 +79,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/fe_values_view_invalid_02.cc b/tests/fe/fe_values_view_invalid_02.cc index aac1d82f7d..27b754d3e8 100644 --- a/tests/fe/fe_values_view_invalid_02.cc +++ b/tests/fe/fe_values_view_invalid_02.cc @@ -79,7 +79,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/fe_values_view_invalid_03.cc b/tests/fe/fe_values_view_invalid_03.cc index 9bc73e661d..630b051ab1 100644 --- a/tests/fe/fe_values_view_invalid_03.cc +++ b/tests/fe/fe_values_view_invalid_03.cc @@ -79,7 +79,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/fe_values_view_invalid_03_nonsymmetric.cc b/tests/fe/fe_values_view_invalid_03_nonsymmetric.cc index 9153fc7d8a..3f149fca19 100644 --- a/tests/fe/fe_values_view_invalid_03_nonsymmetric.cc +++ b/tests/fe/fe_values_view_invalid_03_nonsymmetric.cc @@ -79,7 +79,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-7); test<1>(); test<2>(); diff --git a/tests/fe/fe_values_view_tensor_01.cc b/tests/fe/fe_values_view_tensor_01.cc index fe34ce55b5..2e58127400 100644 --- a/tests/fe/fe_values_view_tensor_01.cc +++ b/tests/fe/fe_values_view_tensor_01.cc @@ -233,7 +233,6 @@ int main() deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-7); check (); } diff --git a/tests/fe/function.cc b/tests/fe/function.cc index 784f8082ac..5795d3a623 100644 --- a/tests/fe/function.cc +++ b/tests/fe/function.cc @@ -96,7 +96,6 @@ void test_vectors() int main() { initlog(); - deallog.threshold_double(1.e-10); test_vectors<2>(); diff --git a/tests/fe/get_dof_association.cc b/tests/fe/get_dof_association.cc index b1a4a7633c..1af095faf7 100644 --- a/tests/fe/get_dof_association.cc +++ b/tests/fe/get_dof_association.cc @@ -54,7 +54,6 @@ void test (const FiniteElement &fe) int main() { initlog(); - deallog.threshold_double(1.e-10); test(FE_Q<1>(2)); test(FE_Q<2>(2)); diff --git a/tests/fe/get_fe_by_name_01.cc b/tests/fe/get_fe_by_name_01.cc index c5bcb4ef1f..f61a491a48 100644 --- a/tests/fe/get_fe_by_name_01.cc +++ b/tests/fe/get_fe_by_name_01.cc @@ -60,7 +60,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Test gen; // For some of the finite element types, their diff --git a/tests/fe/interpolate_q1.cc b/tests/fe/interpolate_q1.cc index fa7a6bd01d..1a6a299a0c 100644 --- a/tests/fe/interpolate_q1.cc +++ b/tests/fe/interpolate_q1.cc @@ -77,7 +77,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(2.e-15); Q1WedgeFunction<1,1> w1; check(w1,1); diff --git a/tests/fe/interpolate_q_bubbles.cc b/tests/fe/interpolate_q_bubbles.cc index 3e9cc032ab..8ad2d12c10 100644 --- a/tests/fe/interpolate_q_bubbles.cc +++ b/tests/fe/interpolate_q_bubbles.cc @@ -40,7 +40,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(2.e-15); Q1WedgeFunction<1,1> w1; check_q_bubbles(w1,1); diff --git a/tests/fe/interpolate_q_dg0.cc b/tests/fe/interpolate_q_dg0.cc index d292e5a91a..f3f5f8b0c0 100644 --- a/tests/fe/interpolate_q_dg0.cc +++ b/tests/fe/interpolate_q_dg0.cc @@ -40,7 +40,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(2.e-15); Q1WedgeFunction<1,1> w1; check_q_dg0(w1,1); diff --git a/tests/fe/interpolate_q_iso_q1.cc b/tests/fe/interpolate_q_iso_q1.cc index 0f3d21c063..9d7231fbb7 100644 --- a/tests/fe/interpolate_q_iso_q1.cc +++ b/tests/fe/interpolate_q_iso_q1.cc @@ -42,7 +42,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(2.e-15); Q1WedgeFunction<1,1> w1; check(w1,1); diff --git a/tests/fe/interpolate_rt.cc b/tests/fe/interpolate_rt.cc index 7ec01428cd..cbc979f0b1 100644 --- a/tests/fe/interpolate_rt.cc +++ b/tests/fe/interpolate_rt.cc @@ -43,7 +43,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-15); // Q1WedgeFunction<1,1,2> w1; // check1(w1,1,2); diff --git a/tests/fe/interpolate_rtn.cc b/tests/fe/interpolate_rtn.cc index c4086228dd..d02eac79de 100644 --- a/tests/fe/interpolate_rtn.cc +++ b/tests/fe/interpolate_rtn.cc @@ -43,7 +43,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-13); // Q1WedgeFunction<1,1,2> w1; // check1(w1,1,2); diff --git a/tests/fe/interpolate_system.cc b/tests/fe/interpolate_system.cc index 17183b0a81..f75fa7df2b 100644 --- a/tests/fe/interpolate_system.cc +++ b/tests/fe/interpolate_system.cc @@ -67,7 +67,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-15); Q1WedgeFunction<1,1,2> w1; check1(w1,1,2); diff --git a/tests/fe/jacobians.cc b/tests/fe/jacobians.cc index b45478d1dd..1a493e879d 100644 --- a/tests/fe/jacobians.cc +++ b/tests/fe/jacobians.cc @@ -225,7 +225,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(8) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/jacobians_face.cc b/tests/fe/jacobians_face.cc index 8853ea5695..a4750bdd9a 100644 --- a/tests/fe/jacobians_face.cc +++ b/tests/fe/jacobians_face.cc @@ -342,7 +342,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(8) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/jacobians_face_cartesian.cc b/tests/fe/jacobians_face_cartesian.cc index a033abcfe9..1ddbddc662 100644 --- a/tests/fe/jacobians_face_cartesian.cc +++ b/tests/fe/jacobians_face_cartesian.cc @@ -341,7 +341,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(8) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/jacobians_face_fe_field.cc b/tests/fe/jacobians_face_fe_field.cc index 6bbef74d7d..1d10142db3 100644 --- a/tests/fe/jacobians_face_fe_field.cc +++ b/tests/fe/jacobians_face_fe_field.cc @@ -358,7 +358,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(8) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/mass_matrix_arbitrary_nodes.cc b/tests/fe/mass_matrix_arbitrary_nodes.cc index 09af4577e3..a5bce8b8cb 100644 --- a/tests/fe/mass_matrix_arbitrary_nodes.cc +++ b/tests/fe/mass_matrix_arbitrary_nodes.cc @@ -79,7 +79,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/fe/nedelec.cc b/tests/fe/nedelec.cc index de4a4b2472..acd0d9e8d8 100644 --- a/tests/fe/nedelec.cc +++ b/tests/fe/nedelec.cc @@ -172,7 +172,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_shape_functions<2> (0); plot_shape_functions<2> (1); diff --git a/tests/fe/nedelec_2.cc b/tests/fe/nedelec_2.cc index c425b71e20..b899a7d83b 100644 --- a/tests/fe/nedelec_2.cc +++ b/tests/fe/nedelec_2.cc @@ -199,7 +199,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Degree 0:" << std::endl; check<2> (0); check<3> (0); diff --git a/tests/fe/nedelec_3.cc b/tests/fe/nedelec_3.cc index b707618d2e..9089d7e7a8 100644 --- a/tests/fe/nedelec_3.cc +++ b/tests/fe/nedelec_3.cc @@ -113,7 +113,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Degree 0: " << std::endl; check<2> (0); check<3> (0); diff --git a/tests/fe/nedelec_crash_01.cc b/tests/fe/nedelec_crash_01.cc index c33650cfd2..0b777d5838 100644 --- a/tests/fe/nedelec_crash_01.cc +++ b/tests/fe/nedelec_crash_01.cc @@ -32,7 +32,6 @@ int main() const std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // generate a version of the // Nedelec element but force it to diff --git a/tests/fe/nedelec_crash_hp.cc b/tests/fe/nedelec_crash_hp.cc index ac89173720..9b79c6956a 100644 --- a/tests/fe/nedelec_crash_hp.cc +++ b/tests/fe/nedelec_crash_hp.cc @@ -107,7 +107,6 @@ int main () logfile.precision (7); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/fe/non_primitive_1.cc b/tests/fe/non_primitive_1.cc index 4459f63001..405d8f9669 100644 --- a/tests/fe/non_primitive_1.cc +++ b/tests/fe/non_primitive_1.cc @@ -335,7 +335,6 @@ test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/fe/non_primitive_2.cc b/tests/fe/non_primitive_2.cc index 4d2e489d8f..9aa66ebb08 100644 --- a/tests/fe/non_primitive_2.cc +++ b/tests/fe/non_primitive_2.cc @@ -257,7 +257,6 @@ test (const unsigned int p) int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << "Degree 0: " << std::endl; test<2> (0); test<3> (0); diff --git a/tests/fe/p1nc_01.cc b/tests/fe/p1nc_01.cc index af49fdece2..297cfbac83 100644 --- a/tests/fe/p1nc_01.cc +++ b/tests/fe/p1nc_01.cc @@ -64,7 +64,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_02.cc b/tests/fe/p1nc_02.cc index 94d3c642eb..dd4c11ebb0 100644 --- a/tests/fe/p1nc_02.cc +++ b/tests/fe/p1nc_02.cc @@ -77,7 +77,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_03.cc b/tests/fe/p1nc_03.cc index d806654fe7..d5deab4d60 100644 --- a/tests/fe/p1nc_03.cc +++ b/tests/fe/p1nc_03.cc @@ -81,7 +81,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_04.cc b/tests/fe/p1nc_04.cc index e6fb1e0530..9b4df0a15a 100644 --- a/tests/fe/p1nc_04.cc +++ b/tests/fe/p1nc_04.cc @@ -81,7 +81,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_05.cc b/tests/fe/p1nc_05.cc index 12e27cfe82..61139e14f6 100644 --- a/tests/fe/p1nc_05.cc +++ b/tests/fe/p1nc_05.cc @@ -64,7 +64,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_06.cc b/tests/fe/p1nc_06.cc index d3ff6a1ae2..8f50417154 100644 --- a/tests/fe/p1nc_06.cc +++ b/tests/fe/p1nc_06.cc @@ -77,7 +77,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_07.cc b/tests/fe/p1nc_07.cc index 9160609371..7bfc87e6f2 100644 --- a/tests/fe/p1nc_07.cc +++ b/tests/fe/p1nc_07.cc @@ -81,7 +81,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/p1nc_08.cc b/tests/fe/p1nc_08.cc index 294d87ae79..81706dce45 100644 --- a/tests/fe/p1nc_08.cc +++ b/tests/fe/p1nc_08.cc @@ -81,7 +81,6 @@ main() deallog << std::fixed; deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check<2>(); } diff --git a/tests/fe/q_1.cc b/tests/fe/q_1.cc index bd9845d148..196bd64756 100644 --- a/tests/fe/q_1.cc +++ b/tests/fe/q_1.cc @@ -58,7 +58,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // no constraints in 1d, but we had the matrices precomputed up to Q4 for 2d // and Q2 for 3d diff --git a/tests/fe/q_2.cc b/tests/fe/q_2.cc index dd122cc718..0bdae1456f 100644 --- a/tests/fe/q_2.cc +++ b/tests/fe/q_2.cc @@ -63,7 +63,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // we had the matrices precomputed up to Q4 for 1d, Q3 for 2d and Q2 for 3d for (unsigned int degree=1; degree<=4; ++degree) diff --git a/tests/fe/q_3.cc b/tests/fe/q_3.cc index 93d5d49287..931677320f 100644 --- a/tests/fe/q_3.cc +++ b/tests/fe/q_3.cc @@ -60,7 +60,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // we had the matrices precomputed up to Q4 for 1d, 2d and 3d for (unsigned int degree=1; degree<=4; ++degree) diff --git a/tests/fe/q_4.cc b/tests/fe/q_4.cc index 5813f43dac..8f3d4ed688 100644 --- a/tests/fe/q_4.cc +++ b/tests/fe/q_4.cc @@ -63,7 +63,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree1=1; degree1<=4; ++degree1) for (unsigned int degree2=1; degree2<=4; ++degree2) diff --git a/tests/fe/restrict_prolongation_01.cc b/tests/fe/restrict_prolongation_01.cc index 86899737f4..d8ab18bcb5 100644 --- a/tests/fe/restrict_prolongation_01.cc +++ b/tests/fe/restrict_prolongation_01.cc @@ -158,7 +158,6 @@ int main () { initlog(); deallog.depth_file (1); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<=3; ++i) { { diff --git a/tests/fe/rt_1.cc b/tests/fe/rt_1.cc index eae8cee59b..11da862f56 100644 --- a/tests/fe/rt_1.cc +++ b/tests/fe/rt_1.cc @@ -88,7 +88,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<4; ++degree) plot_shape_functions<2>(degree); diff --git a/tests/fe/rt_10.cc b/tests/fe/rt_10.cc index cdf3a91f74..ec05c6ee8a 100644 --- a/tests/fe/rt_10.cc +++ b/tests/fe/rt_10.cc @@ -87,7 +87,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_11.cc b/tests/fe/rt_11.cc index cdfb3ee781..1475c18bc4 100644 --- a/tests/fe/rt_11.cc +++ b/tests/fe/rt_11.cc @@ -93,7 +93,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_12.cc b/tests/fe/rt_12.cc index 9f0c5bb1c7..313b8ff2bb 100644 --- a/tests/fe/rt_12.cc +++ b/tests/fe/rt_12.cc @@ -86,7 +86,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_13.cc b/tests/fe/rt_13.cc index 74265f8d34..ab61aeda65 100644 --- a/tests/fe/rt_13.cc +++ b/tests/fe/rt_13.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_14.cc b/tests/fe/rt_14.cc index 47a8a1bf9c..384a571ff3 100644 --- a/tests/fe/rt_14.cc +++ b/tests/fe/rt_14.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_15.cc b/tests/fe/rt_15.cc index eaf4b0c4f3..9f8c6d23ac 100644 --- a/tests/fe/rt_15.cc +++ b/tests/fe/rt_15.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_2.cc b/tests/fe/rt_2.cc index 3afaad99d0..ccb1433891 100644 --- a/tests/fe/rt_2.cc +++ b/tests/fe/rt_2.cc @@ -166,7 +166,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<4; ++degree) plot_shape_functions<2>(degree); diff --git a/tests/fe/rt_3.cc b/tests/fe/rt_3.cc index d0f966267f..60a02062dd 100644 --- a/tests/fe/rt_3.cc +++ b/tests/fe/rt_3.cc @@ -54,7 +54,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<4; ++degree) test<2>(degree); diff --git a/tests/fe/rt_5.cc b/tests/fe/rt_5.cc index 4c0e908c7b..043c416d97 100644 --- a/tests/fe/rt_5.cc +++ b/tests/fe/rt_5.cc @@ -58,7 +58,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int degree=0; degree<3; ++degree) { diff --git a/tests/fe/rt_7.cc b/tests/fe/rt_7.cc index 33fd7c6b87..a2358eca9d 100644 --- a/tests/fe/rt_7.cc +++ b/tests/fe/rt_7.cc @@ -77,7 +77,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_shape_functions<2>(2); diff --git a/tests/fe/rt_8.cc b/tests/fe/rt_8.cc index a458417dba..00ca6eb5aa 100644 --- a/tests/fe/rt_8.cc +++ b/tests/fe/rt_8.cc @@ -100,7 +100,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_9.cc b/tests/fe/rt_9.cc index 9fe3ab3278..c6e166db8e 100644 --- a/tests/fe/rt_9.cc +++ b/tests/fe/rt_9.cc @@ -91,7 +91,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=0; i<4; ++i) test<2>(i); diff --git a/tests/fe/rt_approximation_01.cc b/tests/fe/rt_approximation_01.cc index 6d80763886..6a7d1e1257 100644 --- a/tests/fe/rt_approximation_01.cc +++ b/tests/fe/rt_approximation_01.cc @@ -435,7 +435,6 @@ int main () logfile << std::setprecision(PRECISION); logfile << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; DoFHandler<2> *dof_handler, diff --git a/tests/fe/rt_covariant.cc b/tests/fe/rt_covariant.cc index 7574c36e0a..ea25e323b1 100644 --- a/tests/fe/rt_covariant.cc +++ b/tests/fe/rt_covariant.cc @@ -73,7 +73,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/rt_hessian.cc b/tests/fe/rt_hessian.cc index 86c1d6e0b3..070d523d7c 100644 --- a/tests/fe/rt_hessian.cc +++ b/tests/fe/rt_hessian.cc @@ -81,7 +81,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-8); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/fe/rt_normal_02.cc b/tests/fe/rt_normal_02.cc index e406090677..49a025f128 100644 --- a/tests/fe/rt_normal_02.cc +++ b/tests/fe/rt_normal_02.cc @@ -263,7 +263,6 @@ int main (int /*argc*/, char **/*argv*/) deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> tria_test; DoFHandler<2> *dof_handler; diff --git a/tests/fe/rtdiff.cc b/tests/fe/rtdiff.cc index 7b8614ca68..45f50ea9ff 100644 --- a/tests/fe/rtdiff.cc +++ b/tests/fe/rtdiff.cc @@ -142,7 +142,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(0); test<2>(1); diff --git a/tests/fe/rtn_1.cc b/tests/fe/rtn_1.cc index 8050d39c01..a875951f7c 100644 --- a/tests/fe/rtn_1.cc +++ b/tests/fe/rtn_1.cc @@ -136,7 +136,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FE_RaviartThomasNodal<2> e20(0); check_support_points(e20); diff --git a/tests/fe/rtn_2.cc b/tests/fe/rtn_2.cc index c9e19b6096..6cf8995b5e 100644 --- a/tests/fe/rtn_2.cc +++ b/tests/fe/rtn_2.cc @@ -75,7 +75,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_shape_functions<2>(2); diff --git a/tests/fe/rtn_3.cc b/tests/fe/rtn_3.cc index b32e6887d3..5cc8299c37 100644 --- a/tests/fe/rtn_3.cc +++ b/tests/fe/rtn_3.cc @@ -52,7 +52,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/fe/shapes_bernstein.cc b/tests/fe/shapes_bernstein.cc index e62446e0f5..51eca0e7a2 100644 --- a/tests/fe/shapes_bernstein.cc +++ b/tests/fe/shapes_bernstein.cc @@ -63,7 +63,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Bernstein_shape_functions<1>(); plot_FE_Bernstein_shape_functions<2>(); diff --git a/tests/fe/shapes_dgp.cc b/tests/fe/shapes_dgp.cc index cfa36e0545..739f556a65 100644 --- a/tests/fe/shapes_dgp.cc +++ b/tests/fe/shapes_dgp.cc @@ -69,7 +69,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_DGP_shape_functions<1>(); plot_FE_DGP_shape_functions<2>(); diff --git a/tests/fe/shapes_dgp_monomial.cc b/tests/fe/shapes_dgp_monomial.cc index f8369d4870..ac6ce4140f 100644 --- a/tests/fe/shapes_dgp_monomial.cc +++ b/tests/fe/shapes_dgp_monomial.cc @@ -54,7 +54,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_DGPMonomial_shape_functions<1>(); plot_FE_DGPMonomial_shape_functions<2>(); diff --git a/tests/fe/shapes_dgp_nonparametric.cc b/tests/fe/shapes_dgp_nonparametric.cc index 1b3874ab38..1134652741 100644 --- a/tests/fe/shapes_dgp_nonparametric.cc +++ b/tests/fe/shapes_dgp_nonparametric.cc @@ -56,7 +56,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_DGPNonparametric_shape_functions<1>(); plot_FE_DGPNonparametric_shape_functions<2>(); diff --git a/tests/fe/shapes_dgq.cc b/tests/fe/shapes_dgq.cc index 52f98bd9a5..6a1a9d33ea 100644 --- a/tests/fe/shapes_dgq.cc +++ b/tests/fe/shapes_dgq.cc @@ -80,7 +80,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_DGQ_shape_functions<1>(); plot_FE_DGQ_shape_functions<2>(); diff --git a/tests/fe/shapes_faceq.cc b/tests/fe/shapes_faceq.cc index 03fe50ebd6..e4c0562b82 100644 --- a/tests/fe/shapes_faceq.cc +++ b/tests/fe/shapes_faceq.cc @@ -58,7 +58,6 @@ main() std::ofstream logfile(logname.c_str()); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_FaceQ_shape_functions<1>(); plot_FE_FaceQ_shape_functions<2>(); diff --git a/tests/fe/shapes_nedelec.cc b/tests/fe/shapes_nedelec.cc index 520f478818..e8f7c2a810 100644 --- a/tests/fe/shapes_nedelec.cc +++ b/tests/fe/shapes_nedelec.cc @@ -42,7 +42,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "FE_Nedelec<2>" << std::endl; plot_FE_Nedelec_shape_functions<2>(); deallog << "FE_Nedelec<3>" << std::endl; diff --git a/tests/fe/shapes_q.cc b/tests/fe/shapes_q.cc index 063ec609b4..c79d0a384b 100644 --- a/tests/fe/shapes_q.cc +++ b/tests/fe/shapes_q.cc @@ -74,7 +74,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Q_shape_functions<1>(); plot_FE_Q_shape_functions<2>(); diff --git a/tests/fe/shapes_q_bubbles.cc b/tests/fe/shapes_q_bubbles.cc index be9b2c1d60..863cef16ab 100644 --- a/tests/fe/shapes_q_bubbles.cc +++ b/tests/fe/shapes_q_bubbles.cc @@ -74,7 +74,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Q_Bubbles_shape_functions<1>(); plot_FE_Q_Bubbles_shape_functions<2>(); diff --git a/tests/fe/shapes_q_dg0.cc b/tests/fe/shapes_q_dg0.cc index 2e0241979a..1fa042268b 100644 --- a/tests/fe/shapes_q_dg0.cc +++ b/tests/fe/shapes_q_dg0.cc @@ -74,7 +74,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Q_DG0_shape_functions<1>(); plot_FE_Q_DG0_shape_functions<2>(); diff --git a/tests/fe/shapes_q_hierarchical.cc b/tests/fe/shapes_q_hierarchical.cc index 782645362c..d810dc612f 100644 --- a/tests/fe/shapes_q_hierarchical.cc +++ b/tests/fe/shapes_q_hierarchical.cc @@ -61,7 +61,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Q_Hierarchical_shape_functions<1>(); plot_FE_Q_Hierarchical_shape_functions<2>(); diff --git a/tests/fe/shapes_q_iso_q1.cc b/tests/fe/shapes_q_iso_q1.cc index ae938a63d7..73358798ac 100644 --- a/tests/fe/shapes_q_iso_q1.cc +++ b/tests/fe/shapes_q_iso_q1.cc @@ -62,7 +62,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_Q_shape_functions<1>(); plot_FE_Q_shape_functions<2>(); diff --git a/tests/fe/shapes_system.cc b/tests/fe/shapes_system.cc index 67cdf227ad..1e1de4edf5 100644 --- a/tests/fe/shapes_system.cc +++ b/tests/fe/shapes_system.cc @@ -85,7 +85,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "FE_System<1>" << std::endl; plot_FE_System_shape_functions<1>(); deallog << "FE_System<2>" << std::endl; diff --git a/tests/fe/shapes_system_02.cc b/tests/fe/shapes_system_02.cc index ae81289dec..9c7d8a2674 100644 --- a/tests/fe/shapes_system_02.cc +++ b/tests/fe/shapes_system_02.cc @@ -50,7 +50,6 @@ main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "FE_System<1>" << std::endl; plot_FE_System_shape_functions<1>(); deallog << "FE_System<2>" << std::endl; diff --git a/tests/fe/shapes_traceq.cc b/tests/fe/shapes_traceq.cc index 0e3d3fcca2..ca440a16a7 100644 --- a/tests/fe/shapes_traceq.cc +++ b/tests/fe/shapes_traceq.cc @@ -57,7 +57,6 @@ main() std::ofstream logfile(logname.c_str()); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); plot_FE_TraceQ_shape_functions<2>(); plot_FE_TraceQ_shape_functions<3>(); diff --git a/tests/fe/system_01.cc b/tests/fe/system_01.cc index aea1cc8be3..ad442f73bc 100644 --- a/tests/fe/system_01.cc +++ b/tests/fe/system_01.cc @@ -79,7 +79,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); CHECK_SYS1(FE_Q<1>(1), 3, FE_Q<1>(2), 3, diff --git a/tests/fe/system_02.cc b/tests/fe/system_02.cc index 9882447a7a..953ff3c6f9 100644 --- a/tests/fe/system_02.cc +++ b/tests/fe/system_02.cc @@ -48,7 +48,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); { FESystem<2> fe(FE_Q<2>(1), 2, FE_Q<2>(1), 1); diff --git a/tests/fe/system_index.cc b/tests/fe/system_index.cc index de7dc88254..d77a991c68 100644 --- a/tests/fe/system_index.cc +++ b/tests/fe/system_index.cc @@ -150,7 +150,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<2>(); check<3>(); diff --git a/tests/fe/traits.cc b/tests/fe/traits.cc index ed1b0645ad..a6f5db67ed 100644 --- a/tests/fe/traits.cc +++ b/tests/fe/traits.cc @@ -120,7 +120,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/fe/transfer.cc b/tests/fe/transfer.cc index 7dc5adb63b..4c19bf2517 100644 --- a/tests/fe/transfer.cc +++ b/tests/fe/transfer.cc @@ -74,7 +74,6 @@ main() { initlog(); deallog << std::setprecision(7); - deallog.threshold_double(1.e-10); Triangulation<2> tr2(Triangulation<2>::limit_level_difference_at_vertices); diff --git a/tests/fe/up_and_down.cc b/tests/fe/up_and_down.cc index 6b03feef73..3e09747e7d 100644 --- a/tests/fe/up_and_down.cc +++ b/tests/fe/up_and_down.cc @@ -250,7 +250,6 @@ main() deallog << std::setprecision(PRECISION); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/full_matrix/full_matrix.cc b/tests/full_matrix/full_matrix.cc index 968bb0c397..be0acfd868 100644 --- a/tests/full_matrix/full_matrix.cc +++ b/tests/full_matrix/full_matrix.cc @@ -43,7 +43,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Testing::srand(3391466); FullMatrix T(3,3,entries); diff --git a/tests/full_matrix/full_matrix_02.cc b/tests/full_matrix/full_matrix_02.cc index 6436382b0e..d865c132c0 100644 --- a/tests/full_matrix/full_matrix_02.cc +++ b/tests/full_matrix/full_matrix_02.cc @@ -35,7 +35,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Testing::srand(3391466); FullMatrix A(3,3,entries_A); diff --git a/tests/full_matrix/full_matrix_03.cc b/tests/full_matrix/full_matrix_03.cc index 11216d8f73..dc284bdfb0 100644 --- a/tests/full_matrix/full_matrix_03.cc +++ b/tests/full_matrix/full_matrix_03.cc @@ -35,7 +35,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Testing::srand(3391466); FullMatrix A(3,3,entries_A); diff --git a/tests/full_matrix/full_matrix_07.cc b/tests/full_matrix/full_matrix_07.cc index 34e3fcf2ff..982c9affdf 100644 --- a/tests/full_matrix/full_matrix_07.cc +++ b/tests/full_matrix/full_matrix_07.cc @@ -30,7 +30,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FullMatrix A(3,3,entries_A); FullMatrix C(3,3); diff --git a/tests/full_matrix/full_matrix_08.cc b/tests/full_matrix/full_matrix_08.cc index 094249c445..d90193e407 100644 --- a/tests/full_matrix/full_matrix_08.cc +++ b/tests/full_matrix/full_matrix_08.cc @@ -30,7 +30,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FullMatrix A(3,3,entries_A); FullMatrix C(3,3); diff --git a/tests/full_matrix/full_matrix_09.cc b/tests/full_matrix/full_matrix_09.cc index bc1833e62f..eff8fb1b12 100644 --- a/tests/full_matrix/full_matrix_09.cc +++ b/tests/full_matrix/full_matrix_09.cc @@ -56,7 +56,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1e-5); test(); test(); diff --git a/tests/full_matrix/full_matrix_10.cc b/tests/full_matrix/full_matrix_10.cc index b328278f62..a737ba7687 100644 --- a/tests/full_matrix/full_matrix_10.cc +++ b/tests/full_matrix/full_matrix_10.cc @@ -47,7 +47,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1e-5); test(); test(); diff --git a/tests/full_matrix/full_matrix_11.cc b/tests/full_matrix/full_matrix_11.cc index 37f04500a8..3d57c2fca5 100644 --- a/tests/full_matrix/full_matrix_11.cc +++ b/tests/full_matrix/full_matrix_11.cc @@ -47,7 +47,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1e-5); test(); test(); diff --git a/tests/full_matrix/full_matrix_56.cc b/tests/full_matrix/full_matrix_56.cc index d45670fe77..153f483d8a 100644 --- a/tests/full_matrix/full_matrix_56.cc +++ b/tests/full_matrix/full_matrix_56.cc @@ -56,7 +56,6 @@ check () deallog << std::fixed; deallog << std::setprecision(4); // deallog.attach(logfile); -// deallog.threshold_double(1.e-10); Testing::srand(3391466); FullMatrix T2(2,2,entries2), S2(2,2), R2(2,2); diff --git a/tests/full_matrix/full_matrix_58.cc b/tests/full_matrix/full_matrix_58.cc index d8ba79ab88..05dc0429d5 100644 --- a/tests/full_matrix/full_matrix_58.cc +++ b/tests/full_matrix/full_matrix_58.cc @@ -26,7 +26,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); const unsigned int N = 4; FullMatrix f(N,N); diff --git a/tests/full_matrix/full_matrix_iterator_01.cc b/tests/full_matrix/full_matrix_iterator_01.cc index ec49f4168c..19123c6f3c 100644 --- a/tests/full_matrix/full_matrix_iterator_01.cc +++ b/tests/full_matrix/full_matrix_iterator_01.cc @@ -48,7 +48,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/full_matrix/full_matrix_move.cc b/tests/full_matrix/full_matrix_move.cc index caba55412f..fddf38f26a 100644 --- a/tests/full_matrix/full_matrix_move.cc +++ b/tests/full_matrix/full_matrix_move.cc @@ -23,7 +23,6 @@ int main() { initlog(); - deallog.threshold_double(1.0e-10); size_t m = 2, n = 3; FullMatrix A(m, n); diff --git a/tests/full_matrix/full_matrix_print.cc b/tests/full_matrix/full_matrix_print.cc index f29e808ab0..53ede2b030 100644 --- a/tests/full_matrix/full_matrix_print.cc +++ b/tests/full_matrix/full_matrix_print.cc @@ -30,7 +30,6 @@ main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); logfile << numbers::PI << std::endl; diff --git a/tests/full_matrix/full_matrix_vector_01.cc b/tests/full_matrix/full_matrix_vector_01.cc index feae0a64be..332d4f95af 100644 --- a/tests/full_matrix/full_matrix_vector_01.cc +++ b/tests/full_matrix/full_matrix_vector_01.cc @@ -58,7 +58,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/full_matrix/full_matrix_vector_02.cc b/tests/full_matrix/full_matrix_vector_02.cc index f1914a224b..e0d03f1a47 100644 --- a/tests/full_matrix/full_matrix_vector_02.cc +++ b/tests/full_matrix/full_matrix_vector_02.cc @@ -59,7 +59,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/full_matrix/full_matrix_vector_05.cc b/tests/full_matrix/full_matrix_vector_05.cc index cd23d29b1a..152760f691 100644 --- a/tests/full_matrix/full_matrix_vector_05.cc +++ b/tests/full_matrix/full_matrix_vector_05.cc @@ -65,7 +65,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/full_matrix/full_matrix_vector_06.cc b/tests/full_matrix/full_matrix_vector_06.cc index 395baf7c72..acc25b11c2 100644 --- a/tests/full_matrix/full_matrix_vector_06.cc +++ b/tests/full_matrix/full_matrix_vector_06.cc @@ -57,7 +57,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/full_matrix/full_matrix_vector_07.cc b/tests/full_matrix/full_matrix_vector_07.cc index cc2659ec26..7429e45372 100644 --- a/tests/full_matrix/full_matrix_vector_07.cc +++ b/tests/full_matrix/full_matrix_vector_07.cc @@ -67,7 +67,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/gla/vec_00.cc b/tests/gla/vec_00.cc index 92efa5d77f..005952dcf6 100644 --- a/tests/gla/vec_00.cc +++ b/tests/gla/vec_00.cc @@ -88,7 +88,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); { deallog.push("PETSc"); diff --git a/tests/gla/vec_01.cc b/tests/gla/vec_01.cc index 6070826ad1..f54d04c01d 100644 --- a/tests/gla/vec_01.cc +++ b/tests/gla/vec_01.cc @@ -93,7 +93,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); { deallog.push("PETSc"); diff --git a/tests/gla/vec_02.cc b/tests/gla/vec_02.cc index 3a56137c8b..8136baf988 100644 --- a/tests/gla/vec_02.cc +++ b/tests/gla/vec_02.cc @@ -105,7 +105,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); { deallog.push("PETSc"); diff --git a/tests/grid/build_triangulation_from_patch_01.cc b/tests/grid/build_triangulation_from_patch_01.cc index 7d501e4d53..efdbda9a78 100644 --- a/tests/grid/build_triangulation_from_patch_01.cc +++ b/tests/grid/build_triangulation_from_patch_01.cc @@ -85,7 +85,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/build_triangulation_from_patch_02.cc b/tests/grid/build_triangulation_from_patch_02.cc index c275f9f4d6..39651f1eb2 100644 --- a/tests/grid/build_triangulation_from_patch_02.cc +++ b/tests/grid/build_triangulation_from_patch_02.cc @@ -89,7 +89,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/build_triangulation_from_patch_03.cc b/tests/grid/build_triangulation_from_patch_03.cc index 6f2ab5e81f..c204a13ba5 100644 --- a/tests/grid/build_triangulation_from_patch_03.cc +++ b/tests/grid/build_triangulation_from_patch_03.cc @@ -92,7 +92,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/build_triangulation_from_patch_04.cc b/tests/grid/build_triangulation_from_patch_04.cc index 4d0e0e23f3..4439f5e6c3 100644 --- a/tests/grid/build_triangulation_from_patch_04.cc +++ b/tests/grid/build_triangulation_from_patch_04.cc @@ -100,7 +100,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/coarsening_02.cc b/tests/grid/coarsening_02.cc index 2ae292af36..505094b335 100644 --- a/tests/grid/coarsening_02.cc +++ b/tests/grid/coarsening_02.cc @@ -121,7 +121,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/grid/coarsening_02_1d.cc b/tests/grid/coarsening_02_1d.cc index 5fd19da9fb..c8f91ead2d 100644 --- a/tests/grid/coarsening_02_1d.cc +++ b/tests/grid/coarsening_02_1d.cc @@ -141,7 +141,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/coarsening_03.cc b/tests/grid/coarsening_03.cc index fcf5b20262..b407f4453d 100644 --- a/tests/grid/coarsening_03.cc +++ b/tests/grid/coarsening_03.cc @@ -102,7 +102,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/distort_random.cc b/tests/grid/distort_random.cc index 8ccd9e0bb7..8e45d1daaa 100644 --- a/tests/grid/distort_random.cc +++ b/tests/grid/distort_random.cc @@ -48,7 +48,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (true); test1<1> (false); diff --git a/tests/grid/enclosing_sphere_01.cc b/tests/grid/enclosing_sphere_01.cc index df100c860f..7543bbe74a 100644 --- a/tests/grid/enclosing_sphere_01.cc +++ b/tests/grid/enclosing_sphere_01.cc @@ -207,7 +207,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision (PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/grid/extent_in_direction.cc b/tests/grid/extent_in_direction.cc index 4d10bd9a4f..a0a6d26ada 100644 --- a/tests/grid/extent_in_direction.cc +++ b/tests/grid/extent_in_direction.cc @@ -108,7 +108,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision (PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/extrude_orientation_01.cc b/tests/grid/extrude_orientation_01.cc index 8a448e7950..7cb078c219 100644 --- a/tests/grid/extrude_orientation_01.cc +++ b/tests/grid/extrude_orientation_01.cc @@ -71,7 +71,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(logfile); } diff --git a/tests/grid/extrude_orientation_02.cc b/tests/grid/extrude_orientation_02.cc index 33638c9026..2224743320 100644 --- a/tests/grid/extrude_orientation_02.cc +++ b/tests/grid/extrude_orientation_02.cc @@ -71,7 +71,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(logfile); } diff --git a/tests/grid/face_orientations_3d.cc b/tests/grid/face_orientations_3d.cc index 551624a7c6..5ee3374c6d 100644 --- a/tests/grid/face_orientations_3d.cc +++ b/tests/grid/face_orientations_3d.cc @@ -73,7 +73,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (SOURCE_DIR "/grid_in_3d/1.in"); test (SOURCE_DIR "/grid_in_3d/2.in"); diff --git a/tests/grid/filtered_iterator.cc b/tests/grid/filtered_iterator.cc index 64890eb04c..9a7ba08842 100644 --- a/tests/grid/filtered_iterator.cc +++ b/tests/grid/filtered_iterator.cc @@ -220,7 +220,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/grid/filtered_iterator_02.cc b/tests/grid/filtered_iterator_02.cc index 296536abaa..7cae4a080a 100644 --- a/tests/grid/filtered_iterator_02.cc +++ b/tests/grid/filtered_iterator_02.cc @@ -219,7 +219,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/grid/filtered_iterator_03.cc b/tests/grid/filtered_iterator_03.cc index be19c730be..742cca4d30 100644 --- a/tests/grid/filtered_iterator_03.cc +++ b/tests/grid/filtered_iterator_03.cc @@ -105,7 +105,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/grid/filtered_iterator_04.cc b/tests/grid/filtered_iterator_04.cc index 7169fc7310..9b31f5b9f9 100644 --- a/tests/grid/filtered_iterator_04.cc +++ b/tests/grid/filtered_iterator_04.cc @@ -72,7 +72,6 @@ int main () { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/grid/get_cells_at_coarsest_common_level_01.cc b/tests/grid/get_cells_at_coarsest_common_level_01.cc index 5f7451f7d2..0c6c40bb4e 100644 --- a/tests/grid/get_cells_at_coarsest_common_level_01.cc +++ b/tests/grid/get_cells_at_coarsest_common_level_01.cc @@ -100,7 +100,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/get_cells_at_coarsest_common_level_02.cc b/tests/grid/get_cells_at_coarsest_common_level_02.cc index 30ce62b7da..fefb8424da 100644 --- a/tests/grid/get_cells_at_coarsest_common_level_02.cc +++ b/tests/grid/get_cells_at_coarsest_common_level_02.cc @@ -77,7 +77,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/get_cells_at_coarsest_common_level_03.cc b/tests/grid/get_cells_at_coarsest_common_level_03.cc index 0a643e9d61..833775e4c9 100644 --- a/tests/grid/get_cells_at_coarsest_common_level_03.cc +++ b/tests/grid/get_cells_at_coarsest_common_level_03.cc @@ -69,7 +69,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/get_dof_to_support_patch_map_01.cc b/tests/grid/get_dof_to_support_patch_map_01.cc index ac54c02fa4..4fda987600 100644 --- a/tests/grid/get_dof_to_support_patch_map_01.cc +++ b/tests/grid/get_dof_to_support_patch_map_01.cc @@ -173,7 +173,6 @@ int main() using namespace dealii; initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/get_finest_common_cells_01.cc b/tests/grid/get_finest_common_cells_01.cc index bc6b331c64..2c2c7e3a0c 100644 --- a/tests/grid/get_finest_common_cells_01.cc +++ b/tests/grid/get_finest_common_cells_01.cc @@ -66,7 +66,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/get_finest_common_cells_02.cc b/tests/grid/get_finest_common_cells_02.cc index e8ada3a474..cc0d4644eb 100644 --- a/tests/grid/get_finest_common_cells_02.cc +++ b/tests/grid/get_finest_common_cells_02.cc @@ -69,7 +69,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/get_finest_common_cells_03.cc b/tests/grid/get_finest_common_cells_03.cc index 37b8585feb..2e06d3d6e2 100644 --- a/tests/grid/get_finest_common_cells_03.cc +++ b/tests/grid/get_finest_common_cells_03.cc @@ -69,7 +69,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/get_patch_around_cell_01.cc b/tests/grid/get_patch_around_cell_01.cc index 2c8b4aef86..daf5b129e8 100644 --- a/tests/grid/get_patch_around_cell_01.cc +++ b/tests/grid/get_patch_around_cell_01.cc @@ -95,7 +95,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/grid/grid_generator_01.cc b/tests/grid/grid_generator_01.cc index f870b5aa1c..c6726570a7 100644 --- a/tests/grid/grid_generator_01.cc +++ b/tests/grid/grid_generator_01.cc @@ -186,7 +186,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(logfile); diff --git a/tests/grid/grid_generator_01a.cc b/tests/grid/grid_generator_01a.cc index 885f59e5db..88537ddcf0 100644 --- a/tests/grid/grid_generator_01a.cc +++ b/tests/grid/grid_generator_01a.cc @@ -63,7 +63,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/grid/grid_generator_01b.cc b/tests/grid/grid_generator_01b.cc index eb1dba722d..168c80dfe9 100644 --- a/tests/grid/grid_generator_01b.cc +++ b/tests/grid/grid_generator_01b.cc @@ -53,7 +53,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/grid/grid_generator_02.cc b/tests/grid/grid_generator_02.cc index 04e8029c81..7f72a5d405 100644 --- a/tests/grid/grid_generator_02.cc +++ b/tests/grid/grid_generator_02.cc @@ -83,7 +83,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(logfile); diff --git a/tests/grid/grid_generator_03.cc b/tests/grid/grid_generator_03.cc index 6685723c46..dad51d0745 100644 --- a/tests/grid/grid_generator_03.cc +++ b/tests/grid/grid_generator_03.cc @@ -126,7 +126,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(logfile); diff --git a/tests/grid/grid_generator_04.cc b/tests/grid/grid_generator_04.cc index 767cad15b4..9cb1d15f18 100644 --- a/tests/grid/grid_generator_04.cc +++ b/tests/grid/grid_generator_04.cc @@ -100,7 +100,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(logfile); diff --git a/tests/grid/grid_generator_05.cc b/tests/grid/grid_generator_05.cc index 7009edafa9..2abeea2551 100644 --- a/tests/grid/grid_generator_05.cc +++ b/tests/grid/grid_generator_05.cc @@ -108,7 +108,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3>(logfile); } diff --git a/tests/grid/grid_generator_06.cc b/tests/grid/grid_generator_06.cc index c1cbab7b96..930330d36e 100644 --- a/tests/grid/grid_generator_06.cc +++ b/tests/grid/grid_generator_06.cc @@ -44,7 +44,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3>(logfile); } diff --git a/tests/grid/grid_generator_07.cc b/tests/grid/grid_generator_07.cc index 0166520068..679e2a33c0 100644 --- a/tests/grid/grid_generator_07.cc +++ b/tests/grid/grid_generator_07.cc @@ -54,7 +54,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(logfile); test<3>(logfile); diff --git a/tests/grid/grid_generator_08.cc b/tests/grid/grid_generator_08.cc index 503843cd47..c61edff986 100644 --- a/tests/grid/grid_generator_08.cc +++ b/tests/grid/grid_generator_08.cc @@ -83,7 +83,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("1-2"); test<1,2>(logfile); diff --git a/tests/grid/grid_generator_10.cc b/tests/grid/grid_generator_10.cc index 0bdbff5cb2..18945fb66f 100644 --- a/tests/grid/grid_generator_10.cc +++ b/tests/grid/grid_generator_10.cc @@ -124,7 +124,6 @@ int main() { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); check_grid (); } diff --git a/tests/grid/grid_generator_hyper_sphere.cc b/tests/grid/grid_generator_hyper_sphere.cc index 587b94ef42..7a402ed0ff 100644 --- a/tests/grid/grid_generator_hyper_sphere.cc +++ b/tests/grid/grid_generator_hyper_sphere.cc @@ -61,7 +61,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1,2>(logfile); test<2,3>(logfile); diff --git a/tests/grid/grid_hyper_shell.cc b/tests/grid/grid_hyper_shell.cc index fcae73e7ed..4f1a7321ce 100644 --- a/tests/grid/grid_hyper_shell.cc +++ b/tests/grid/grid_hyper_shell.cc @@ -86,7 +86,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<2> (4., 5., 10); check<3> (3., 5., 6); diff --git a/tests/grid/grid_hyper_shell_02.cc b/tests/grid/grid_hyper_shell_02.cc index ca8de98133..e6a7db8ee2 100644 --- a/tests/grid/grid_hyper_shell_02.cc +++ b/tests/grid/grid_hyper_shell_02.cc @@ -50,7 +50,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (.5, 1, 6); } diff --git a/tests/grid/grid_hyper_shell_03.cc b/tests/grid/grid_hyper_shell_03.cc index d0573843a4..2cf29359c2 100644 --- a/tests/grid/grid_hyper_shell_03.cc +++ b/tests/grid/grid_hyper_shell_03.cc @@ -50,7 +50,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (.5, 1, 12); } diff --git a/tests/grid/grid_hyper_shell_04.cc b/tests/grid/grid_hyper_shell_04.cc index 1ca4135b9b..c78be462d1 100644 --- a/tests/grid/grid_hyper_shell_04.cc +++ b/tests/grid/grid_hyper_shell_04.cc @@ -49,7 +49,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (.5, 1, 96); } diff --git a/tests/grid/grid_hyper_shell_05.cc b/tests/grid/grid_hyper_shell_05.cc index 07ae5bc660..51b348294d 100644 --- a/tests/grid/grid_hyper_shell_05.cc +++ b/tests/grid/grid_hyper_shell_05.cc @@ -71,7 +71,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (6); check<3> (12); diff --git a/tests/grid/grid_hyper_shell_06.cc b/tests/grid/grid_hyper_shell_06.cc index 88dc339cd0..047f12ff47 100644 --- a/tests/grid/grid_hyper_shell_06.cc +++ b/tests/grid/grid_hyper_shell_06.cc @@ -60,7 +60,6 @@ int main() { deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<3> (.5, 1, 6); check<3> (.5, 1, 12); diff --git a/tests/grid/grid_in.cc b/tests/grid/grid_in.cc index 409a5294b6..8aa442711f 100644 --- a/tests/grid/grid_in.cc +++ b/tests/grid/grid_in.cc @@ -142,7 +142,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<2> (); test2<2> (); diff --git a/tests/grid/grid_in_3d.cc b/tests/grid/grid_in_3d.cc index d33b29722b..9c1d52b5df 100644 --- a/tests/grid/grid_in_3d.cc +++ b/tests/grid/grid_in_3d.cc @@ -85,7 +85,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (SOURCE_DIR "/grid_in_3d/1.in"); test (SOURCE_DIR "/grid_in_3d/2.in"); diff --git a/tests/grid/grid_in_3d_02.cc b/tests/grid/grid_in_3d_02.cc index ab1dccaa83..b0b46208fc 100644 --- a/tests/grid/grid_in_3d_02.cc +++ b/tests/grid/grid_in_3d_02.cc @@ -88,7 +88,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (SOURCE_DIR "/grid_in_3d_02/747.ucd"); } diff --git a/tests/grid/grid_in_abaqus_01.cc b/tests/grid/grid_in_abaqus_01.cc index cc079dc9ed..f07dc2f8d6 100644 --- a/tests/grid/grid_in_abaqus_01.cc +++ b/tests/grid/grid_in_abaqus_01.cc @@ -50,7 +50,6 @@ void abaqus_grid (const char *name) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/grid/grid_in_gmsh_01.cc b/tests/grid/grid_in_gmsh_01.cc index 5ede219144..1236fcd79d 100644 --- a/tests/grid/grid_in_gmsh_01.cc +++ b/tests/grid/grid_in_gmsh_01.cc @@ -50,7 +50,6 @@ void gmsh_grid (const char *name) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/grid/grid_in_msh.cc b/tests/grid/grid_in_msh.cc index a777353b51..175ab03fe1 100644 --- a/tests/grid/grid_in_msh.cc +++ b/tests/grid/grid_in_msh.cc @@ -59,7 +59,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_msh_02.cc b/tests/grid/grid_in_msh_02.cc index bbfe24f3ff..109fba6969 100644 --- a/tests/grid/grid_in_msh_02.cc +++ b/tests/grid/grid_in_msh_02.cc @@ -62,7 +62,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_file (); } diff --git a/tests/grid/grid_in_msh_02_13.cc b/tests/grid/grid_in_msh_02_13.cc index 642791bcda..2a08899666 100644 --- a/tests/grid/grid_in_msh_02_13.cc +++ b/tests/grid/grid_in_msh_02_13.cc @@ -66,7 +66,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_file (); } diff --git a/tests/grid/grid_in_msh_03.cc b/tests/grid/grid_in_msh_03.cc index f590882342..ff7f3882a0 100644 --- a/tests/grid/grid_in_msh_03.cc +++ b/tests/grid/grid_in_msh_03.cc @@ -64,7 +64,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_msh_version_1.cc b/tests/grid/grid_in_msh_version_1.cc index 60c6dc61bb..56cf437c1d 100644 --- a/tests/grid/grid_in_msh_version_1.cc +++ b/tests/grid/grid_in_msh_version_1.cc @@ -66,7 +66,6 @@ int main () deallog << std::setprecision (5); logfile << std::setprecision (5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_msh_version_2.cc b/tests/grid/grid_in_msh_version_2.cc index 8382712095..798024a810 100644 --- a/tests/grid/grid_in_msh_version_2.cc +++ b/tests/grid/grid_in_msh_version_2.cc @@ -61,7 +61,6 @@ int main () deallog << std::setprecision (5); logfile << std::setprecision (5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_unv_2d.cc b/tests/grid/grid_in_unv_2d.cc index e215a1e536..534d189910 100644 --- a/tests/grid/grid_in_unv_2d.cc +++ b/tests/grid/grid_in_unv_2d.cc @@ -63,7 +63,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_unv_3d.cc b/tests/grid/grid_in_unv_3d.cc index 057d144d06..d23dfba375 100644 --- a/tests/grid/grid_in_unv_3d.cc +++ b/tests/grid/grid_in_unv_3d.cc @@ -62,7 +62,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_unv_3d_02.cc b/tests/grid/grid_in_unv_3d_02.cc index b4c47e0994..f8b4fd8db6 100644 --- a/tests/grid/grid_in_unv_3d_02.cc +++ b/tests/grid/grid_in_unv_3d_02.cc @@ -63,7 +63,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_vtk_2d.cc b/tests/grid/grid_in_vtk_2d.cc index 3904d5cffa..5096eef98e 100644 --- a/tests/grid/grid_in_vtk_2d.cc +++ b/tests/grid/grid_in_vtk_2d.cc @@ -59,7 +59,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_vtk_3d.cc b/tests/grid/grid_in_vtk_3d.cc index aba6c0a1bc..2da737111f 100644 --- a/tests/grid/grid_in_vtk_3d.cc +++ b/tests/grid/grid_in_vtk_3d.cc @@ -59,7 +59,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_vtk_3d_02.cc b/tests/grid/grid_in_vtk_3d_02.cc index d5ff537224..f7a9312bdb 100644 --- a/tests/grid/grid_in_vtk_3d_02.cc +++ b/tests/grid/grid_in_vtk_3d_02.cc @@ -59,7 +59,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_vtk_3d_03.cc b/tests/grid/grid_in_vtk_3d_03.cc index f045982027..7d5404053b 100644 --- a/tests/grid/grid_in_vtk_3d_03.cc +++ b/tests/grid/grid_in_vtk_3d_03.cc @@ -59,7 +59,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_in_vtk_3d_04.cc b/tests/grid/grid_in_vtk_3d_04.cc index 540dc62a83..9a5ec7ad7a 100644 --- a/tests/grid/grid_in_vtk_3d_04.cc +++ b/tests/grid/grid_in_vtk_3d_04.cc @@ -71,7 +71,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); filename_resolution(); } diff --git a/tests/grid/grid_out.cc b/tests/grid/grid_out.cc index 98ab2a76f5..034ff3d523 100644 --- a/tests/grid/grid_out.cc +++ b/tests/grid/grid_out.cc @@ -62,7 +62,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/grid_out_02.cc b/tests/grid/grid_out_02.cc index f28b8a2388..15565d660c 100644 --- a/tests/grid/grid_out_02.cc +++ b/tests/grid/grid_out_02.cc @@ -60,7 +60,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/grid/grid_out_03.cc b/tests/grid/grid_out_03.cc index c8684cbd4e..77a197c7d8 100644 --- a/tests/grid/grid_out_03.cc +++ b/tests/grid/grid_out_03.cc @@ -54,7 +54,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/grid/grid_out_04.cc b/tests/grid/grid_out_04.cc index 1ff57df926..7dff5df7db 100644 --- a/tests/grid/grid_out_04.cc +++ b/tests/grid/grid_out_04.cc @@ -54,7 +54,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/grid/grid_out_08.cc b/tests/grid/grid_out_08.cc index 550afd4c17..5072fb44bc 100644 --- a/tests/grid/grid_out_08.cc +++ b/tests/grid/grid_out_08.cc @@ -91,7 +91,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/grid/grid_out_09.cc b/tests/grid/grid_out_09.cc index dfb5dd0f25..8ab24cf1f4 100644 --- a/tests/grid/grid_out_09.cc +++ b/tests/grid/grid_out_09.cc @@ -91,7 +91,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/grid/grid_output_input.cc b/tests/grid/grid_output_input.cc index 40b63313d6..32369b6051 100644 --- a/tests/grid/grid_output_input.cc +++ b/tests/grid/grid_output_input.cc @@ -78,7 +78,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(logfile); diff --git a/tests/grid/grid_test.cc b/tests/grid/grid_test.cc index 83ecba23fd..2f52a62f46 100644 --- a/tests/grid/grid_test.cc +++ b/tests/grid/grid_test.cc @@ -269,7 +269,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int i=1; i<=3; ++i) test<2> (i); diff --git a/tests/grid/grid_tools.cc b/tests/grid/grid_tools.cc index d8222fc8ef..0309e73ab4 100644 --- a/tests/grid/grid_tools.cc +++ b/tests/grid/grid_tools.cc @@ -93,7 +93,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/grid_tools_02.cc b/tests/grid/grid_tools_02.cc index 76bf10022e..e3da64705d 100644 --- a/tests/grid/grid_tools_02.cc +++ b/tests/grid/grid_tools_02.cc @@ -58,7 +58,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/grid_tools_03.cc b/tests/grid/grid_tools_03.cc index f712bd5476..bf757a0e1f 100644 --- a/tests/grid/grid_tools_03.cc +++ b/tests/grid/grid_tools_03.cc @@ -82,7 +82,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/grid_tools_04.cc b/tests/grid/grid_tools_04.cc index 7e7b3a4711..583d1c71e3 100644 --- a/tests/grid/grid_tools_04.cc +++ b/tests/grid/grid_tools_04.cc @@ -57,7 +57,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/grid_tools_05.cc b/tests/grid/grid_tools_05.cc index ee35edd8ee..5b93827ac4 100644 --- a/tests/grid/grid_tools_05.cc +++ b/tests/grid/grid_tools_05.cc @@ -190,7 +190,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); deallog << "Test for 2D: Hypercube" << std::endl << std::endl; diff --git a/tests/grid/grid_tools_06.cc b/tests/grid/grid_tools_06.cc index 3d2d82d6db..613537eabc 100644 --- a/tests/grid/grid_tools_06.cc +++ b/tests/grid/grid_tools_06.cc @@ -207,7 +207,6 @@ int main() deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); deallog << "Test for 2D: Hypercube" << std::endl << std::endl; diff --git a/tests/grid/have_same_coarse_mesh_01.cc b/tests/grid/have_same_coarse_mesh_01.cc index 355228b414..d4b8b55486 100644 --- a/tests/grid/have_same_coarse_mesh_01.cc +++ b/tests/grid/have_same_coarse_mesh_01.cc @@ -70,7 +70,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/have_same_coarse_mesh_02.cc b/tests/grid/have_same_coarse_mesh_02.cc index b518dfe1ec..d8792935dc 100644 --- a/tests/grid/have_same_coarse_mesh_02.cc +++ b/tests/grid/have_same_coarse_mesh_02.cc @@ -76,7 +76,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/have_same_coarse_mesh_03.cc b/tests/grid/have_same_coarse_mesh_03.cc index a1eb6d5b29..089f6a9f33 100644 --- a/tests/grid/have_same_coarse_mesh_03.cc +++ b/tests/grid/have_same_coarse_mesh_03.cc @@ -76,7 +76,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/intergrid_constraints.cc b/tests/grid/intergrid_constraints.cc index 6365840f37..21bd07bbea 100644 --- a/tests/grid/intergrid_constraints.cc +++ b/tests/grid/intergrid_constraints.cc @@ -240,7 +240,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/grid/intergrid_map.cc b/tests/grid/intergrid_map.cc index 6416cc0ce5..ce1adae883 100644 --- a/tests/grid/intergrid_map.cc +++ b/tests/grid/intergrid_map.cc @@ -119,7 +119,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/grid/maximal_cell_diameter.cc b/tests/grid/maximal_cell_diameter.cc index b6844905ee..dfe03fedd1 100644 --- a/tests/grid/maximal_cell_diameter.cc +++ b/tests/grid/maximal_cell_diameter.cc @@ -76,7 +76,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/measure_et_al.cc b/tests/grid/measure_et_al.cc index 2fa516ab1e..b80d61e6db 100644 --- a/tests/grid/measure_et_al.cc +++ b/tests/grid/measure_et_al.cc @@ -104,7 +104,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision (PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/grid/measure_et_al_02.cc b/tests/grid/measure_et_al_02.cc index 3ac265db37..464871e186 100644 --- a/tests/grid/measure_et_al_02.cc +++ b/tests/grid/measure_et_al_02.cc @@ -110,7 +110,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision (PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/grid/measure_of_3d_face_01.cc b/tests/grid/measure_of_3d_face_01.cc index 22f5fea927..f8fc95e194 100644 --- a/tests/grid/measure_of_3d_face_01.cc +++ b/tests/grid/measure_of_3d_face_01.cc @@ -102,7 +102,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision (5); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // run the tests but continue when finding an exception: we will try // out a distorted cell for which TriaAccessor::measure() will error diff --git a/tests/grid/merge_triangulations_01.cc b/tests/grid/merge_triangulations_01.cc index a10372efa8..17f8a3be8c 100644 --- a/tests/grid/merge_triangulations_01.cc +++ b/tests/grid/merge_triangulations_01.cc @@ -82,7 +82,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int t=0; t<3; ++t) { diff --git a/tests/grid/merge_triangulations_02.cc b/tests/grid/merge_triangulations_02.cc index faecb8a092..6ac024e966 100644 --- a/tests/grid/merge_triangulations_02.cc +++ b/tests/grid/merge_triangulations_02.cc @@ -101,7 +101,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); make_grid(); } diff --git a/tests/grid/merge_triangulations_03.cc b/tests/grid/merge_triangulations_03.cc index b59009425a..228d6d2522 100644 --- a/tests/grid/merge_triangulations_03.cc +++ b/tests/grid/merge_triangulations_03.cc @@ -160,7 +160,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/grid/mesh_3d_1.cc b/tests/grid/mesh_3d_1.cc index 72ed92765f..d126519062 100644 --- a/tests/grid/mesh_3d_1.cc +++ b/tests/grid/mesh_3d_1.cc @@ -36,7 +36,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; create_L_shape (coarse_grid); diff --git a/tests/grid/mesh_3d_10.cc b/tests/grid/mesh_3d_10.cc index b2a0b5cb10..955900bcc0 100644 --- a/tests/grid/mesh_3d_10.cc +++ b/tests/grid/mesh_3d_10.cc @@ -80,7 +80,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_11.cc b/tests/grid/mesh_3d_11.cc index 4e27d41b7e..bea908b1c1 100644 --- a/tests/grid/mesh_3d_11.cc +++ b/tests/grid/mesh_3d_11.cc @@ -92,7 +92,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_13.cc b/tests/grid/mesh_3d_13.cc index 0d3559ec8e..7d402726ee 100644 --- a/tests/grid/mesh_3d_13.cc +++ b/tests/grid/mesh_3d_13.cc @@ -107,7 +107,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_14.cc b/tests/grid/mesh_3d_14.cc index 4ccd10e19e..e57402decf 100644 --- a/tests/grid/mesh_3d_14.cc +++ b/tests/grid/mesh_3d_14.cc @@ -121,7 +121,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_15.cc b/tests/grid/mesh_3d_15.cc index 64bedb48cc..a0c6df0cdb 100644 --- a/tests/grid/mesh_3d_15.cc +++ b/tests/grid/mesh_3d_15.cc @@ -118,7 +118,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_16.cc b/tests/grid/mesh_3d_16.cc index 36115680ab..45bc8b1bfe 100644 --- a/tests/grid/mesh_3d_16.cc +++ b/tests/grid/mesh_3d_16.cc @@ -92,7 +92,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_17.cc b/tests/grid/mesh_3d_17.cc index c93f0eb3c1..858feb49e4 100644 --- a/tests/grid/mesh_3d_17.cc +++ b/tests/grid/mesh_3d_17.cc @@ -129,7 +129,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; GridIn<3> in; diff --git a/tests/grid/mesh_3d_18.cc b/tests/grid/mesh_3d_18.cc index 8c3ac91fe4..c334a9c46c 100644 --- a/tests/grid/mesh_3d_18.cc +++ b/tests/grid/mesh_3d_18.cc @@ -106,7 +106,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_with_wrong_face_orientation (); diff --git a/tests/grid/mesh_3d_19.cc b/tests/grid/mesh_3d_19.cc index cdcc9ff829..12395335f9 100644 --- a/tests/grid/mesh_3d_19.cc +++ b/tests/grid/mesh_3d_19.cc @@ -62,7 +62,6 @@ int main () deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_with_wrong_face_orientation (); diff --git a/tests/grid/mesh_3d_2.cc b/tests/grid/mesh_3d_2.cc index b1230b5967..3888649b25 100644 --- a/tests/grid/mesh_3d_2.cc +++ b/tests/grid/mesh_3d_2.cc @@ -36,7 +36,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; create_two_cubes (coarse_grid); diff --git a/tests/grid/mesh_3d_20.cc b/tests/grid/mesh_3d_20.cc index 18218e1eb9..18b58ee9a2 100644 --- a/tests/grid/mesh_3d_20.cc +++ b/tests/grid/mesh_3d_20.cc @@ -119,7 +119,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_21.cc b/tests/grid/mesh_3d_21.cc index d66ecd019d..307736d1c3 100644 --- a/tests/grid/mesh_3d_21.cc +++ b/tests/grid/mesh_3d_21.cc @@ -118,7 +118,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_22.cc b/tests/grid/mesh_3d_22.cc index 88eb4a18ee..26677c329a 100644 --- a/tests/grid/mesh_3d_22.cc +++ b/tests/grid/mesh_3d_22.cc @@ -120,7 +120,6 @@ int main () { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); Triangulation<3> triangulation; GridIn<3> grid_in; diff --git a/tests/grid/mesh_3d_23.cc b/tests/grid/mesh_3d_23.cc index 2cf0a56e76..e0924e83fe 100644 --- a/tests/grid/mesh_3d_23.cc +++ b/tests/grid/mesh_3d_23.cc @@ -56,7 +56,6 @@ int main () { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); Triangulation<3> triangulation; GridIn<3> grid_in; diff --git a/tests/grid/mesh_3d_24.cc b/tests/grid/mesh_3d_24.cc index f470cd00c0..2c961dcd42 100644 --- a/tests/grid/mesh_3d_24.cc +++ b/tests/grid/mesh_3d_24.cc @@ -58,7 +58,6 @@ int main () { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); Triangulation<3> triangulation; GridIn<3> grid_in; diff --git a/tests/grid/mesh_3d_25.cc b/tests/grid/mesh_3d_25.cc index 7d8776b8d2..50842546c2 100644 --- a/tests/grid/mesh_3d_25.cc +++ b/tests/grid/mesh_3d_25.cc @@ -109,7 +109,6 @@ int main () { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); Triangulation<3> triangulation; diff --git a/tests/grid/mesh_3d_26.cc b/tests/grid/mesh_3d_26.cc index 59b7ca06b3..7e9b66727d 100644 --- a/tests/grid/mesh_3d_26.cc +++ b/tests/grid/mesh_3d_26.cc @@ -111,7 +111,6 @@ int main () { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); Triangulation<3> triangulation; GridGenerator::hyper_ball(triangulation); diff --git a/tests/grid/mesh_3d_3.cc b/tests/grid/mesh_3d_3.cc index a5f27de96d..3cf93c31d8 100644 --- a/tests/grid/mesh_3d_3.cc +++ b/tests/grid/mesh_3d_3.cc @@ -35,7 +35,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; create_two_cubes (coarse_grid); diff --git a/tests/grid/mesh_3d_4.cc b/tests/grid/mesh_3d_4.cc index dcf8d7c8a2..5e71a0e747 100644 --- a/tests/grid/mesh_3d_4.cc +++ b/tests/grid/mesh_3d_4.cc @@ -79,7 +79,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_5.cc b/tests/grid/mesh_3d_5.cc index d91d477a0c..8732f3ca45 100644 --- a/tests/grid/mesh_3d_5.cc +++ b/tests/grid/mesh_3d_5.cc @@ -76,7 +76,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_6.cc b/tests/grid/mesh_3d_6.cc index b86041d7a5..c58b79883d 100644 --- a/tests/grid/mesh_3d_6.cc +++ b/tests/grid/mesh_3d_6.cc @@ -110,7 +110,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_7.cc b/tests/grid/mesh_3d_7.cc index d2cf826045..72cd0dc3d4 100644 --- a/tests/grid/mesh_3d_7.cc +++ b/tests/grid/mesh_3d_7.cc @@ -119,7 +119,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_8.cc b/tests/grid/mesh_3d_8.cc index f3e4c9381f..5f3d885a92 100644 --- a/tests/grid/mesh_3d_8.cc +++ b/tests/grid/mesh_3d_8.cc @@ -77,7 +77,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_3d_9.cc b/tests/grid/mesh_3d_9.cc index 7345c8aa7b..ca06233f18 100644 --- a/tests/grid/mesh_3d_9.cc +++ b/tests/grid/mesh_3d_9.cc @@ -78,7 +78,6 @@ void check (Triangulation<3> &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<3> coarse_grid; diff --git a/tests/grid/mesh_smoothing_02.cc b/tests/grid/mesh_smoothing_02.cc index 4b0f286e53..91d8a5cfa8 100644 --- a/tests/grid/mesh_smoothing_02.cc +++ b/tests/grid/mesh_smoothing_02.cc @@ -135,7 +135,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { test(); diff --git a/tests/grid/mesh_smoothing_03.cc b/tests/grid/mesh_smoothing_03.cc index 53ee0aa4f5..cd767074e7 100644 --- a/tests/grid/mesh_smoothing_03.cc +++ b/tests/grid/mesh_smoothing_03.cc @@ -112,7 +112,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { test(); diff --git a/tests/grid/minimal_cell_diameter.cc b/tests/grid/minimal_cell_diameter.cc index 632dee6b98..fd5dfb8db2 100644 --- a/tests/grid/minimal_cell_diameter.cc +++ b/tests/grid/minimal_cell_diameter.cc @@ -70,7 +70,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<1> (); test1<2> (); diff --git a/tests/grid/number_cache_01.cc b/tests/grid/number_cache_01.cc index 21ba81c2b7..307bf76754 100644 --- a/tests/grid/number_cache_01.cc +++ b/tests/grid/number_cache_01.cc @@ -96,7 +96,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/number_cache_02.cc b/tests/grid/number_cache_02.cc index d76ab4b729..2e277b535e 100644 --- a/tests/grid/number_cache_02.cc +++ b/tests/grid/number_cache_02.cc @@ -120,7 +120,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (SOURCE_DIR "/grid_in/2d.xda"); diff --git a/tests/grid/number_cache_03.cc b/tests/grid/number_cache_03.cc index 15ed4e0eda..945abc9475 100644 --- a/tests/grid/number_cache_03.cc +++ b/tests/grid/number_cache_03.cc @@ -103,7 +103,6 @@ int main () { deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/periodicity_1d.cc b/tests/grid/periodicity_1d.cc index 720be102ac..e5a205186c 100644 --- a/tests/grid/periodicity_1d.cc +++ b/tests/grid/periodicity_1d.cc @@ -58,7 +58,6 @@ void check() int main() { initlog(); - deallog.threshold_double(1.e-10); check<1>(); check<2>(); diff --git a/tests/grid/recursively_set_material_id.cc b/tests/grid/recursively_set_material_id.cc index 736106014e..b77591f9cd 100644 --- a/tests/grid/recursively_set_material_id.cc +++ b/tests/grid/recursively_set_material_id.cc @@ -92,7 +92,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-12); test<1>(); test<2>(); diff --git a/tests/grid/refine_and_coarsen_01.cc b/tests/grid/refine_and_coarsen_01.cc index a13a2f2fb9..c0dec3af39 100644 --- a/tests/grid/refine_and_coarsen_01.cc +++ b/tests/grid/refine_and_coarsen_01.cc @@ -61,7 +61,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/grid/refinement_listener_02.cc b/tests/grid/refinement_listener_02.cc index 1b81d23e57..7e2f2313af 100644 --- a/tests/grid/refinement_listener_02.cc +++ b/tests/grid/refinement_listener_02.cc @@ -143,7 +143,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/refinement_listener_03.cc b/tests/grid/refinement_listener_03.cc index aa6db8d875..9754dcf330 100644 --- a/tests/grid/refinement_listener_03.cc +++ b/tests/grid/refinement_listener_03.cc @@ -169,7 +169,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/subdomain_ids.cc b/tests/grid/subdomain_ids.cc index 3de0c7e4f3..9e5e48b00d 100644 --- a/tests/grid/subdomain_ids.cc +++ b/tests/grid/subdomain_ids.cc @@ -177,7 +177,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/subdomain_on_refinement.cc b/tests/grid/subdomain_on_refinement.cc index b9980889f4..aa07564cc7 100644 --- a/tests/grid/subdomain_on_refinement.cc +++ b/tests/grid/subdomain_on_refinement.cc @@ -60,7 +60,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/tria_iterator_with_one_header.cc b/tests/grid/tria_iterator_with_one_header.cc index 14919c73df..54a823c969 100644 --- a/tests/grid/tria_iterator_with_one_header.cc +++ b/tests/grid/tria_iterator_with_one_header.cc @@ -43,7 +43,6 @@ int main () deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/tria_last.cc b/tests/grid/tria_last.cc index 792f6f7227..e41ffd7a82 100644 --- a/tests/grid/tria_last.cc +++ b/tests/grid/tria_last.cc @@ -58,7 +58,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/grid/tria_signals_01.cc b/tests/grid/tria_signals_01.cc index c3c4caccd5..bce8a97b81 100644 --- a/tests/grid/tria_signals_01.cc +++ b/tests/grid/tria_signals_01.cc @@ -155,7 +155,6 @@ int main(int argc, char *argv[]) { initlog(); - deallog.threshold_double(1.e-10); { const int dim = 1; diff --git a/tests/grid/union_triangulation.cc b/tests/grid/union_triangulation.cc index d685dd753e..991fe68a20 100644 --- a/tests/grid/union_triangulation.cc +++ b/tests/grid/union_triangulation.cc @@ -68,7 +68,6 @@ int main () deallog << std::setprecision(2); logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/grid/user_data_01.cc b/tests/grid/user_data_01.cc index 3b0b111ca7..48d320c8d6 100644 --- a/tests/grid/user_data_01.cc +++ b/tests/grid/user_data_01.cc @@ -287,7 +287,6 @@ int main() deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); check<2>(); check<3>(); diff --git a/tests/grid/vertex_connectivity.cc b/tests/grid/vertex_connectivity.cc index 1ca7553a19..145fbfd399 100644 --- a/tests/grid/vertex_connectivity.cc +++ b/tests/grid/vertex_connectivity.cc @@ -46,7 +46,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/compare_hp_vs_nonhp_01.cc b/tests/hp/compare_hp_vs_nonhp_01.cc index 5f9ed847c1..8cb1f026ad 100644 --- a/tests/hp/compare_hp_vs_nonhp_01.cc +++ b/tests/hp/compare_hp_vs_nonhp_01.cc @@ -399,7 +399,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/continuous_1d_01.cc b/tests/hp/continuous_1d_01.cc index ccebc62fa0..42553c3971 100644 --- a/tests/hp/continuous_1d_01.cc +++ b/tests/hp/continuous_1d_01.cc @@ -68,7 +68,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); diff --git a/tests/hp/continuous_2d_01.cc b/tests/hp/continuous_2d_01.cc index 2728d7a01d..82384f7518 100644 --- a/tests/hp/continuous_2d_01.cc +++ b/tests/hp/continuous_2d_01.cc @@ -68,7 +68,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/continuous_3d_01.cc b/tests/hp/continuous_3d_01.cc index 57b9b8bec9..0864c375dc 100644 --- a/tests/hp/continuous_3d_01.cc +++ b/tests/hp/continuous_3d_01.cc @@ -68,7 +68,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3> (); diff --git a/tests/hp/count_dofs_per_block_01.cc b/tests/hp/count_dofs_per_block_01.cc index e1aa7adb38..14500d366c 100644 --- a/tests/hp/count_dofs_per_block_01.cc +++ b/tests/hp/count_dofs_per_block_01.cc @@ -143,7 +143,6 @@ int main() logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/hp/count_dofs_per_block_02.cc b/tests/hp/count_dofs_per_block_02.cc index daaa466bf0..8ec7fb6ad7 100644 --- a/tests/hp/count_dofs_per_block_02.cc +++ b/tests/hp/count_dofs_per_block_02.cc @@ -143,7 +143,6 @@ int main() logfile << std::setprecision (2); deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/hp/crash_01.cc b/tests/hp/crash_01.cc index 818456eed1..d8b398dadc 100644 --- a/tests/hp/crash_01.cc +++ b/tests/hp/crash_01.cc @@ -56,7 +56,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_02.cc b/tests/hp/crash_02.cc index cf575445de..9dc0215b54 100644 --- a/tests/hp/crash_02.cc +++ b/tests/hp/crash_02.cc @@ -55,7 +55,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_03.cc b/tests/hp/crash_03.cc index 44bebb8337..76235d1ecd 100644 --- a/tests/hp/crash_03.cc +++ b/tests/hp/crash_03.cc @@ -62,7 +62,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_04.cc b/tests/hp/crash_04.cc index e48ad8c213..de84c89307 100644 --- a/tests/hp/crash_04.cc +++ b/tests/hp/crash_04.cc @@ -54,7 +54,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_05.cc b/tests/hp/crash_05.cc index 15ed501ba3..2e892e32b5 100644 --- a/tests/hp/crash_05.cc +++ b/tests/hp/crash_05.cc @@ -80,7 +80,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_06.cc b/tests/hp/crash_06.cc index 5860eec408..b437515377 100644 --- a/tests/hp/crash_06.cc +++ b/tests/hp/crash_06.cc @@ -100,7 +100,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); hp::FECollection<3> fe; for (unsigned int i=0; i<4; ++i) diff --git a/tests/hp/crash_07.cc b/tests/hp/crash_07.cc index 2fdca63a16..0a25223620 100644 --- a/tests/hp/crash_07.cc +++ b/tests/hp/crash_07.cc @@ -49,7 +49,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); std::vector > points_glob; diff --git a/tests/hp/crash_08.cc b/tests/hp/crash_08.cc index 03293a8447..bfcb76013b 100644 --- a/tests/hp/crash_08.cc +++ b/tests/hp/crash_08.cc @@ -50,7 +50,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // create a mesh like this: diff --git a/tests/hp/crash_09.cc b/tests/hp/crash_09.cc index 4234678189..664d732aa1 100644 --- a/tests/hp/crash_09.cc +++ b/tests/hp/crash_09.cc @@ -49,7 +49,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // create a mesh like this (viewed diff --git a/tests/hp/crash_10.cc b/tests/hp/crash_10.cc index a0bd6bfabf..5b382ea054 100644 --- a/tests/hp/crash_10.cc +++ b/tests/hp/crash_10.cc @@ -102,7 +102,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // this test depends on the right // starting value of the random diff --git a/tests/hp/crash_11.cc b/tests/hp/crash_11.cc index 64d7c6e153..fd28c53d78 100644 --- a/tests/hp/crash_11.cc +++ b/tests/hp/crash_11.cc @@ -49,7 +49,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // create a mesh like this (viewed diff --git a/tests/hp/crash_12.cc b/tests/hp/crash_12.cc index 84d6cf85b9..a7bb9f9455 100644 --- a/tests/hp/crash_12.cc +++ b/tests/hp/crash_12.cc @@ -115,7 +115,6 @@ int main () logfile.precision (7); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/crash_14.cc b/tests/hp/crash_14.cc index 432f6eb0af..1114c1bf1b 100644 --- a/tests/hp/crash_14.cc +++ b/tests/hp/crash_14.cc @@ -112,7 +112,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/crash_15.cc b/tests/hp/crash_15.cc index 41d478f7e8..00153fc7aa 100644 --- a/tests/hp/crash_15.cc +++ b/tests/hp/crash_15.cc @@ -121,7 +121,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/crash_16.cc b/tests/hp/crash_16.cc index d26ccc662c..de28ba65f7 100644 --- a/tests/hp/crash_16.cc +++ b/tests/hp/crash_16.cc @@ -134,7 +134,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<3> (); } diff --git a/tests/hp/crash_17.cc b/tests/hp/crash_17.cc index ea19e59147..13a60083ef 100644 --- a/tests/hp/crash_17.cc +++ b/tests/hp/crash_17.cc @@ -698,7 +698,6 @@ int main () deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { LaplaceProblem<3> laplace_problem_2d; diff --git a/tests/hp/crash_18.cc b/tests/hp/crash_18.cc index b8c2298b59..502313697b 100644 --- a/tests/hp/crash_18.cc +++ b/tests/hp/crash_18.cc @@ -703,7 +703,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { LaplaceProblem<3> laplace_problem_2d; diff --git a/tests/hp/crash_19.cc b/tests/hp/crash_19.cc index 101325c4ab..d24699253b 100644 --- a/tests/hp/crash_19.cc +++ b/tests/hp/crash_19.cc @@ -114,7 +114,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_20.cc b/tests/hp/crash_20.cc index 26b9995be2..f6776a5bd4 100644 --- a/tests/hp/crash_20.cc +++ b/tests/hp/crash_20.cc @@ -61,7 +61,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/crash_21.cc b/tests/hp/crash_21.cc index 75267efccd..af19468f95 100644 --- a/tests/hp/crash_21.cc +++ b/tests/hp/crash_21.cc @@ -158,7 +158,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/create_laplace_matrix_01.cc b/tests/hp/create_laplace_matrix_01.cc index b7fe838105..058691c08b 100644 --- a/tests/hp/create_laplace_matrix_01.cc +++ b/tests/hp/create_laplace_matrix_01.cc @@ -133,11 +133,7 @@ check () int main () { - std::ofstream logfile ("output"); - deallog << std::setprecision (2); - deallog << std::fixed; - deallog.attach(logfile); - deallog.test_mode(true, 0., 0.); + initlog(); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_laplace_matrix_01b.cc b/tests/hp/create_laplace_matrix_01b.cc index 5184e1e5b6..fc7a457392 100644 --- a/tests/hp/create_laplace_matrix_01b.cc +++ b/tests/hp/create_laplace_matrix_01b.cc @@ -125,11 +125,7 @@ check () int main () { - std::ofstream logfile ("output"); - deallog << std::setprecision (2); - deallog << std::fixed; - deallog.attach(logfile); - deallog.test_mode(true, 0., 0.); + initlog(); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_laplace_matrix_02.cc b/tests/hp/create_laplace_matrix_02.cc index c16aa6e125..852e451a41 100644 --- a/tests/hp/create_laplace_matrix_02.cc +++ b/tests/hp/create_laplace_matrix_02.cc @@ -138,11 +138,7 @@ check () int main () { - std::ofstream logfile ("output"); - deallog << std::setprecision (2); - deallog << std::fixed; - deallog.attach(logfile); - deallog.test_mode(true, 0., 0.); + initlog(); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_laplace_matrix_02b.cc b/tests/hp/create_laplace_matrix_02b.cc index 818f57d8f5..0286f64dbb 100644 --- a/tests/hp/create_laplace_matrix_02b.cc +++ b/tests/hp/create_laplace_matrix_02b.cc @@ -130,11 +130,7 @@ check () int main () { - std::ofstream logfile ("output"); - deallog << std::setprecision (2); - deallog << std::fixed; - deallog.attach(logfile); - deallog.test_mode(true, 0., 0.); + initlog(); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_laplace_matrix_constraints_02.cc b/tests/hp/create_laplace_matrix_constraints_02.cc index aa04a2ad5a..3766dad882 100644 --- a/tests/hp/create_laplace_matrix_constraints_02.cc +++ b/tests/hp/create_laplace_matrix_constraints_02.cc @@ -143,7 +143,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_laplace_matrix_constraints_02b.cc b/tests/hp/create_laplace_matrix_constraints_02b.cc index 4c89fddce5..be6c623e7c 100644 --- a/tests/hp/create_laplace_matrix_constraints_02b.cc +++ b/tests/hp/create_laplace_matrix_constraints_02b.cc @@ -135,7 +135,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_mass_matrix_constraints_02.cc b/tests/hp/create_mass_matrix_constraints_02.cc index d15a04ff57..ba6a99d3fe 100644 --- a/tests/hp/create_mass_matrix_constraints_02.cc +++ b/tests/hp/create_mass_matrix_constraints_02.cc @@ -143,7 +143,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_mass_matrix_constraints_02b.cc b/tests/hp/create_mass_matrix_constraints_02b.cc index 41a563ef63..85598586ae 100644 --- a/tests/hp/create_mass_matrix_constraints_02b.cc +++ b/tests/hp/create_mass_matrix_constraints_02b.cc @@ -135,7 +135,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/hp/create_rhs_01.cc b/tests/hp/create_rhs_01.cc index 36db974260..12c2731a5f 100644 --- a/tests/hp/create_rhs_01.cc +++ b/tests/hp/create_rhs_01.cc @@ -118,7 +118,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/hp/do_function_derivatives_01.cc b/tests/hp/do_function_derivatives_01.cc index ecf37ac266..fafa9a094c 100644 --- a/tests/hp/do_function_derivatives_01.cc +++ b/tests/hp/do_function_derivatives_01.cc @@ -46,7 +46,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/do_function_hessians_01.cc b/tests/hp/do_function_hessians_01.cc index 544b587177..257d7deca0 100644 --- a/tests/hp/do_function_hessians_01.cc +++ b/tests/hp/do_function_hessians_01.cc @@ -46,7 +46,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/do_function_laplacians_01.cc b/tests/hp/do_function_laplacians_01.cc index 1ec090ac13..d0598aab50 100644 --- a/tests/hp/do_function_laplacians_01.cc +++ b/tests/hp/do_function_laplacians_01.cc @@ -46,7 +46,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/dof_handler_number_cache.cc b/tests/hp/dof_handler_number_cache.cc index 123350d312..5d23aea072 100644 --- a/tests/hp/dof_handler_number_cache.cc +++ b/tests/hp/dof_handler_number_cache.cc @@ -114,7 +114,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/hp/face_domination_01.cc b/tests/hp/face_domination_01.cc index 696a231907..ce90a2ba2a 100644 --- a/tests/hp/face_domination_01.cc +++ b/tests/hp/face_domination_01.cc @@ -53,7 +53,6 @@ void print_dofs (const hp::DoFHandler<2>::active_cell_iterator &cell) int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation triangulation; std::vector subdivisions(dim, 1U); diff --git a/tests/hp/face_domination_02.cc b/tests/hp/face_domination_02.cc index 42b4ae8154..d36d8e8915 100644 --- a/tests/hp/face_domination_02.cc +++ b/tests/hp/face_domination_02.cc @@ -55,7 +55,6 @@ void print_dofs (const hp::DoFHandler<2>::active_cell_iterator &cell) int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation triangulation; std::vector subdivisions(dim, 1U); diff --git a/tests/hp/face_domination_03.cc b/tests/hp/face_domination_03.cc index 115bd49cfa..5896102ce2 100644 --- a/tests/hp/face_domination_03.cc +++ b/tests/hp/face_domination_03.cc @@ -99,7 +99,6 @@ void MixedFECollection::run () int main() { initlog(); - deallog.threshold_double(1.e-10); MixedFECollection<2> mixed_FECollection_problem; mixed_FECollection_problem.run (); diff --git a/tests/hp/fe_collection_01.cc b/tests/hp/fe_collection_01.cc index e8692490cc..69264e67b7 100644 --- a/tests/hp/fe_collection_01.cc +++ b/tests/hp/fe_collection_01.cc @@ -49,7 +49,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_collection_02.cc b/tests/hp/fe_collection_02.cc index a8fb1c0813..069d69716f 100644 --- a/tests/hp/fe_collection_02.cc +++ b/tests/hp/fe_collection_02.cc @@ -61,7 +61,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_collection_03.cc b/tests/hp/fe_collection_03.cc index ddb7ca126f..d9039eb6c4 100644 --- a/tests/hp/fe_collection_03.cc +++ b/tests/hp/fe_collection_03.cc @@ -64,7 +64,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_collection_04.cc b/tests/hp/fe_collection_04.cc index 31cd3ad47a..b9ac5df26c 100644 --- a/tests/hp/fe_collection_04.cc +++ b/tests/hp/fe_collection_04.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/fe_collection_05.cc b/tests/hp/fe_collection_05.cc index c617120faf..b7cd6166bf 100644 --- a/tests/hp/fe_collection_05.cc +++ b/tests/hp/fe_collection_05.cc @@ -178,7 +178,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/fe_nothing_01.cc b/tests/hp/fe_nothing_01.cc index 0a158495a9..88c1f64083 100644 --- a/tests/hp/fe_nothing_01.cc +++ b/tests/hp/fe_nothing_01.cc @@ -91,7 +91,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_02.cc b/tests/hp/fe_nothing_02.cc index 63f2cbcca7..ccfdfc9755 100644 --- a/tests/hp/fe_nothing_02.cc +++ b/tests/hp/fe_nothing_02.cc @@ -131,7 +131,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_03.cc b/tests/hp/fe_nothing_03.cc index 653b3c6caa..07fc8307e5 100644 --- a/tests/hp/fe_nothing_03.cc +++ b/tests/hp/fe_nothing_03.cc @@ -104,7 +104,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_05.cc b/tests/hp/fe_nothing_05.cc index 0e1fc06a10..f3892ebd7b 100644 --- a/tests/hp/fe_nothing_05.cc +++ b/tests/hp/fe_nothing_05.cc @@ -151,7 +151,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Try dim == 1" << std::flush << std::endl; test<1> (); diff --git a/tests/hp/fe_nothing_06.cc b/tests/hp/fe_nothing_06.cc index 8dde0ac7c9..d61df58544 100644 --- a/tests/hp/fe_nothing_06.cc +++ b/tests/hp/fe_nothing_06.cc @@ -154,7 +154,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Try dim == 1" << std::flush << std::endl; test<1> (); diff --git a/tests/hp/fe_nothing_07.cc b/tests/hp/fe_nothing_07.cc index 632557e783..89ee6e90a0 100644 --- a/tests/hp/fe_nothing_07.cc +++ b/tests/hp/fe_nothing_07.cc @@ -186,7 +186,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Try dim == 1" << std::flush << std::endl; test<1> (); diff --git a/tests/hp/fe_nothing_08.cc b/tests/hp/fe_nothing_08.cc index 93ccb1d811..9c12489e48 100644 --- a/tests/hp/fe_nothing_08.cc +++ b/tests/hp/fe_nothing_08.cc @@ -84,7 +84,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_09.cc b/tests/hp/fe_nothing_09.cc index 7a4cb4a979..e6387d2eaf 100644 --- a/tests/hp/fe_nothing_09.cc +++ b/tests/hp/fe_nothing_09.cc @@ -86,7 +86,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_10.cc b/tests/hp/fe_nothing_10.cc index 58060a762c..a9e13c1a92 100644 --- a/tests/hp/fe_nothing_10.cc +++ b/tests/hp/fe_nothing_10.cc @@ -45,7 +45,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_11.cc b/tests/hp/fe_nothing_11.cc index 4ba289c24a..bc4da89d36 100644 --- a/tests/hp/fe_nothing_11.cc +++ b/tests/hp/fe_nothing_11.cc @@ -88,7 +88,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/fe_nothing_12.cc b/tests/hp/fe_nothing_12.cc index 6edfee3ac9..72adca94f4 100644 --- a/tests/hp/fe_nothing_12.cc +++ b/tests/hp/fe_nothing_12.cc @@ -120,7 +120,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/fe_nothing_13.cc b/tests/hp/fe_nothing_13.cc index d529829acd..1d8ea6620a 100644 --- a/tests/hp/fe_nothing_13.cc +++ b/tests/hp/fe_nothing_13.cc @@ -123,7 +123,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/fe_nothing_14.cc b/tests/hp/fe_nothing_14.cc index cef19ed52f..1ed2a4a3c9 100644 --- a/tests/hp/fe_nothing_14.cc +++ b/tests/hp/fe_nothing_14.cc @@ -138,7 +138,6 @@ int main () logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/fe_nothing_15.cc b/tests/hp/fe_nothing_15.cc index 6cdccd1ed9..e14d3c535f 100644 --- a/tests/hp/fe_nothing_15.cc +++ b/tests/hp/fe_nothing_15.cc @@ -70,7 +70,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "Try dim == 1" << std::flush << std::endl; test<1> (); diff --git a/tests/hp/fe_nothing_16.cc b/tests/hp/fe_nothing_16.cc index cba813148f..a71ab625c2 100644 --- a/tests/hp/fe_nothing_16.cc +++ b/tests/hp/fe_nothing_16.cc @@ -82,7 +82,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); diff --git a/tests/hp/fe_nothing_17.cc b/tests/hp/fe_nothing_17.cc index 0740117232..02ace84df9 100644 --- a/tests/hp/fe_nothing_17.cc +++ b/tests/hp/fe_nothing_17.cc @@ -104,7 +104,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/hp/fe_nothing_18.cc b/tests/hp/fe_nothing_18.cc index ea341d49cd..b0743f2728 100644 --- a/tests/hp/fe_nothing_18.cc +++ b/tests/hp/fe_nothing_18.cc @@ -368,7 +368,6 @@ void ElasticProblem::run () int main() { initlog(); - deallog.threshold_double(1.e-10); ElasticProblem <2> elastic_problem; elastic_problem.run(); diff --git a/tests/hp/fe_nothing_19.cc b/tests/hp/fe_nothing_19.cc index d356f3acb2..976773661a 100644 --- a/tests/hp/fe_nothing_19.cc +++ b/tests/hp/fe_nothing_19.cc @@ -65,7 +65,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/get_active_fe_indices.cc b/tests/hp/get_active_fe_indices.cc index d3ed230aae..aa4d829234 100644 --- a/tests/hp/get_active_fe_indices.cc +++ b/tests/hp/get_active_fe_indices.cc @@ -72,7 +72,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/get_interpolated_dof_values_01.cc b/tests/hp/get_interpolated_dof_values_01.cc index 8584bcd5b0..680d73f840 100644 --- a/tests/hp/get_interpolated_dof_values_01.cc +++ b/tests/hp/get_interpolated_dof_values_01.cc @@ -101,7 +101,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deal_II_exceptions::disable_abort_on_exception(); diff --git a/tests/hp/get_interpolated_dof_values_02.cc b/tests/hp/get_interpolated_dof_values_02.cc index d9168e23e7..d4dc9dcb22 100644 --- a/tests/hp/get_interpolated_dof_values_02.cc +++ b/tests/hp/get_interpolated_dof_values_02.cc @@ -107,7 +107,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/get_interpolated_dof_values_03.cc b/tests/hp/get_interpolated_dof_values_03.cc index 1b4331abc6..a43477e877 100644 --- a/tests/hp/get_interpolated_dof_values_03.cc +++ b/tests/hp/get_interpolated_dof_values_03.cc @@ -97,7 +97,6 @@ main() logfile.precision (1); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/hp_constraints_neither_dominate_01.cc b/tests/hp/hp_constraints_neither_dominate_01.cc index ad7f5d7db1..0e8d5261b6 100644 --- a/tests/hp/hp_constraints_neither_dominate_01.cc +++ b/tests/hp/hp_constraints_neither_dominate_01.cc @@ -223,7 +223,6 @@ int main (int argc,char **argv) deallog << std::setprecision(4); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); try diff --git a/tests/hp/hp_constraints_neither_dominate_02.cc b/tests/hp/hp_constraints_neither_dominate_02.cc index b236e56ef3..27d7f9e0a7 100644 --- a/tests/hp/hp_constraints_neither_dominate_02.cc +++ b/tests/hp/hp_constraints_neither_dominate_02.cc @@ -309,7 +309,6 @@ int main (int argc,char **argv) deallog << std::setprecision(4); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); try diff --git a/tests/hp/hp_dof_handler.cc b/tests/hp/hp_dof_handler.cc index 149e0aedf5..a1378f4c03 100644 --- a/tests/hp/hp_dof_handler.cc +++ b/tests/hp/hp_dof_handler.cc @@ -34,7 +34,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim=2; Triangulation tria; diff --git a/tests/hp/hp_hanging_nodes_01.cc b/tests/hp/hp_hanging_nodes_01.cc index 969c59a706..ff9e7da935 100644 --- a/tests/hp/hp_hanging_nodes_01.cc +++ b/tests/hp/hp_hanging_nodes_01.cc @@ -158,7 +158,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FE_Q<2> fe_1 (1); FE_Q<2> fe_2 (2); diff --git a/tests/hp/hp_hanging_nodes_02.cc b/tests/hp/hp_hanging_nodes_02.cc index 09088f2ba7..99893fb6c3 100644 --- a/tests/hp/hp_hanging_nodes_02.cc +++ b/tests/hp/hp_hanging_nodes_02.cc @@ -139,7 +139,6 @@ int main () logfile.precision(8); deallog.attach(logfile); - deallog.threshold_double(1.e-10); unsigned int index[] = { diff --git a/tests/hp/hp_line_dof_identities_dgp.cc b/tests/hp/hp_line_dof_identities_dgp.cc index 17d4e39c60..f9b2f7900a 100644 --- a/tests/hp/hp_line_dof_identities_dgp.cc +++ b/tests/hp/hp_line_dof_identities_dgp.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_monomial.cc b/tests/hp/hp_line_dof_identities_dgp_monomial.cc index 8cbf6dc711..2945a69a26 100644 --- a/tests/hp/hp_line_dof_identities_dgp_monomial.cc +++ b/tests/hp/hp_line_dof_identities_dgp_monomial.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_monomial_system_01.cc b/tests/hp/hp_line_dof_identities_dgp_monomial_system_01.cc index 0e14d8d111..e396427dad 100644 --- a/tests/hp/hp_line_dof_identities_dgp_monomial_system_01.cc +++ b/tests/hp/hp_line_dof_identities_dgp_monomial_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_monomial_system_02.cc b/tests/hp/hp_line_dof_identities_dgp_monomial_system_02.cc index f6efe5f617..84864dde26 100644 --- a/tests/hp/hp_line_dof_identities_dgp_monomial_system_02.cc +++ b/tests/hp/hp_line_dof_identities_dgp_monomial_system_02.cc @@ -87,7 +87,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_nonparametric.cc b/tests/hp/hp_line_dof_identities_dgp_nonparametric.cc index 3c2003933a..d0a2d15273 100644 --- a/tests/hp/hp_line_dof_identities_dgp_nonparametric.cc +++ b/tests/hp/hp_line_dof_identities_dgp_nonparametric.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_01.cc b/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_01.cc index b36ca209a5..6c7b207f24 100644 --- a/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_01.cc +++ b/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_02.cc b/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_02.cc index b68a833e80..91cb6db286 100644 --- a/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_02.cc +++ b/tests/hp/hp_line_dof_identities_dgp_nonparametric_system_02.cc @@ -87,7 +87,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_system_01.cc b/tests/hp/hp_line_dof_identities_dgp_system_01.cc index a1b24a34f2..1b4cbead06 100644 --- a/tests/hp/hp_line_dof_identities_dgp_system_01.cc +++ b/tests/hp/hp_line_dof_identities_dgp_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgp_system_02.cc b/tests/hp/hp_line_dof_identities_dgp_system_02.cc index 992e9873ee..20ca34256e 100644 --- a/tests/hp/hp_line_dof_identities_dgp_system_02.cc +++ b/tests/hp/hp_line_dof_identities_dgp_system_02.cc @@ -87,7 +87,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgq.cc b/tests/hp/hp_line_dof_identities_dgq.cc index ef20e7b1b6..d0dc936caa 100644 --- a/tests/hp/hp_line_dof_identities_dgq.cc +++ b/tests/hp/hp_line_dof_identities_dgq.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgq_system_01.cc b/tests/hp/hp_line_dof_identities_dgq_system_01.cc index adbd0ff049..e42edbb5db 100644 --- a/tests/hp/hp_line_dof_identities_dgq_system_01.cc +++ b/tests/hp/hp_line_dof_identities_dgq_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_dgq_system_02.cc b/tests/hp/hp_line_dof_identities_dgq_system_02.cc index a97eba577e..74c9be9ffa 100644 --- a/tests/hp/hp_line_dof_identities_dgq_system_02.cc +++ b/tests/hp/hp_line_dof_identities_dgq_system_02.cc @@ -87,7 +87,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_q.cc b/tests/hp/hp_line_dof_identities_q.cc index 1d203019a8..33e92adddf 100644 --- a/tests/hp/hp_line_dof_identities_q.cc +++ b/tests/hp/hp_line_dof_identities_q.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_q_gl.cc b/tests/hp/hp_line_dof_identities_q_gl.cc index 7a6e5593d6..4b467a48c7 100644 --- a/tests/hp/hp_line_dof_identities_q_gl.cc +++ b/tests/hp/hp_line_dof_identities_q_gl.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_q_system_01.cc b/tests/hp/hp_line_dof_identities_q_system_01.cc index 32124455d7..f8a1e76f73 100644 --- a/tests/hp/hp_line_dof_identities_q_system_01.cc +++ b/tests/hp/hp_line_dof_identities_q_system_01.cc @@ -67,7 +67,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_q_system_02.cc b/tests/hp/hp_line_dof_identities_q_system_02.cc index 65e07414a2..8ccb7e7c4a 100644 --- a/tests/hp/hp_line_dof_identities_q_system_02.cc +++ b/tests/hp/hp_line_dof_identities_q_system_02.cc @@ -88,7 +88,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_q_system_03.cc b/tests/hp/hp_line_dof_identities_q_system_03.cc index 5c5197611f..d4edf5af42 100644 --- a/tests/hp/hp_line_dof_identities_q_system_03.cc +++ b/tests/hp/hp_line_dof_identities_q_system_03.cc @@ -73,7 +73,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_line_dof_identities_rt_nodal.cc b/tests/hp/hp_line_dof_identities_rt_nodal.cc index 636153d0bf..88e3e7eeda 100644 --- a/tests/hp/hp_line_dof_identities_rt_nodal.cc +++ b/tests/hp/hp_line_dof_identities_rt_nodal.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_q_hierarchical_constraints.cc b/tests/hp/hp_q_hierarchical_constraints.cc index 2b2e682dc5..4011a54ef8 100644 --- a/tests/hp/hp_q_hierarchical_constraints.cc +++ b/tests/hp/hp_q_hierarchical_constraints.cc @@ -121,7 +121,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(2.e-15); test<2>(true,0); test<2>(true,1); diff --git a/tests/hp/hp_quad_dof_identities_dgp.cc b/tests/hp/hp_quad_dof_identities_dgp.cc index dad25128c7..28ffc87d12 100644 --- a/tests/hp/hp_quad_dof_identities_dgp.cc +++ b/tests/hp/hp_quad_dof_identities_dgp.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_monomial.cc b/tests/hp/hp_quad_dof_identities_dgp_monomial.cc index 2042c2305a..c4ae11e724 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_monomial.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_monomial.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_monomial_system_01.cc b/tests/hp/hp_quad_dof_identities_dgp_monomial_system_01.cc index 7f8b07eabc..001724de9d 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_monomial_system_01.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_monomial_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_monomial_system_02.cc b/tests/hp/hp_quad_dof_identities_dgp_monomial_system_02.cc index 0e81b29994..3975709253 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_monomial_system_02.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_monomial_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_nonparametric.cc b/tests/hp/hp_quad_dof_identities_dgp_nonparametric.cc index ab6035459e..5362928414 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_nonparametric.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_nonparametric.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_01.cc b/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_01.cc index 48ebb2d859..d9d0fd4379 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_01.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_02.cc b/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_02.cc index 3a2fac4faa..b8608360e8 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_02.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_nonparametric_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_system_01.cc b/tests/hp/hp_quad_dof_identities_dgp_system_01.cc index 9ef4735601..439b02a0ac 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_system_01.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgp_system_02.cc b/tests/hp/hp_quad_dof_identities_dgp_system_02.cc index 7b9fd65678..5952abfa40 100644 --- a/tests/hp/hp_quad_dof_identities_dgp_system_02.cc +++ b/tests/hp/hp_quad_dof_identities_dgp_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgq.cc b/tests/hp/hp_quad_dof_identities_dgq.cc index a8f55effc5..661f14f745 100644 --- a/tests/hp/hp_quad_dof_identities_dgq.cc +++ b/tests/hp/hp_quad_dof_identities_dgq.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgq_system_01.cc b/tests/hp/hp_quad_dof_identities_dgq_system_01.cc index 1d4a0bd3fb..676fd9a11a 100644 --- a/tests/hp/hp_quad_dof_identities_dgq_system_01.cc +++ b/tests/hp/hp_quad_dof_identities_dgq_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_dgq_system_02.cc b/tests/hp/hp_quad_dof_identities_dgq_system_02.cc index e7209edc96..6179358582 100644 --- a/tests/hp/hp_quad_dof_identities_dgq_system_02.cc +++ b/tests/hp/hp_quad_dof_identities_dgq_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_q.cc b/tests/hp/hp_quad_dof_identities_q.cc index af91223640..4d5b761625 100644 --- a/tests/hp/hp_quad_dof_identities_q.cc +++ b/tests/hp/hp_quad_dof_identities_q.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_q_gl.cc b/tests/hp/hp_quad_dof_identities_q_gl.cc index 71c174aeba..5ce7489da1 100644 --- a/tests/hp/hp_quad_dof_identities_q_gl.cc +++ b/tests/hp/hp_quad_dof_identities_q_gl.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_q_system_01.cc b/tests/hp/hp_quad_dof_identities_q_system_01.cc index 168701f0f9..58f8752880 100644 --- a/tests/hp/hp_quad_dof_identities_q_system_01.cc +++ b/tests/hp/hp_quad_dof_identities_q_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_q_system_02.cc b/tests/hp/hp_quad_dof_identities_q_system_02.cc index 9cac985911..b045a92cf1 100644 --- a/tests/hp/hp_quad_dof_identities_q_system_02.cc +++ b/tests/hp/hp_quad_dof_identities_q_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_quad_dof_identities_rt_nodal.cc b/tests/hp/hp_quad_dof_identities_rt_nodal.cc index c26ab91bcc..2806935ebc 100644 --- a/tests/hp/hp_quad_dof_identities_rt_nodal.cc +++ b/tests/hp/hp_quad_dof_identities_rt_nodal.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp.cc b/tests/hp/hp_vertex_dof_identities_dgp.cc index ec31bd44ca..a0e975dd92 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_monomial.cc b/tests/hp/hp_vertex_dof_identities_dgp_monomial.cc index ff83010ced..6a34994886 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_monomial.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_monomial.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_01.cc b/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_01.cc index eb47ebf3d9..94bcfe318a 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_01.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_02.cc b/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_02.cc index 8ef1756a97..8ba095f9c4 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_02.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_monomial_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric.cc b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric.cc index 269e10235e..bd49e31a2e 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_01.cc b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_01.cc index 111c6e09ec..11497de3bc 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_01.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_02.cc b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_02.cc index fe0b0f3f3b..ae8750fe0d 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_02.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_nonparametric_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_system_01.cc b/tests/hp/hp_vertex_dof_identities_dgp_system_01.cc index 0b95df40dd..dc90d67d64 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_system_01.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgp_system_02.cc b/tests/hp/hp_vertex_dof_identities_dgp_system_02.cc index 6cca2126e0..e04153d260 100644 --- a/tests/hp/hp_vertex_dof_identities_dgp_system_02.cc +++ b/tests/hp/hp_vertex_dof_identities_dgp_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgq.cc b/tests/hp/hp_vertex_dof_identities_dgq.cc index 216df9922d..e9311f128e 100644 --- a/tests/hp/hp_vertex_dof_identities_dgq.cc +++ b/tests/hp/hp_vertex_dof_identities_dgq.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgq_system_01.cc b/tests/hp/hp_vertex_dof_identities_dgq_system_01.cc index dd7cb27ced..2f6c0442d2 100644 --- a/tests/hp/hp_vertex_dof_identities_dgq_system_01.cc +++ b/tests/hp/hp_vertex_dof_identities_dgq_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_dgq_system_02.cc b/tests/hp/hp_vertex_dof_identities_dgq_system_02.cc index 9ba8b0475e..4a4aab5d79 100644 --- a/tests/hp/hp_vertex_dof_identities_dgq_system_02.cc +++ b/tests/hp/hp_vertex_dof_identities_dgq_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_q.cc b/tests/hp/hp_vertex_dof_identities_q.cc index 5092e35aa0..9a37cb7621 100644 --- a/tests/hp/hp_vertex_dof_identities_q.cc +++ b/tests/hp/hp_vertex_dof_identities_q.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_q_system_01.cc b/tests/hp/hp_vertex_dof_identities_q_system_01.cc index 97a0dbe85c..183eab9a63 100644 --- a/tests/hp/hp_vertex_dof_identities_q_system_01.cc +++ b/tests/hp/hp_vertex_dof_identities_q_system_01.cc @@ -66,7 +66,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_q_system_02.cc b/tests/hp/hp_vertex_dof_identities_q_system_02.cc index 7a29c0ade1..e6782e7763 100644 --- a/tests/hp/hp_vertex_dof_identities_q_system_02.cc +++ b/tests/hp/hp_vertex_dof_identities_q_system_02.cc @@ -76,7 +76,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/hp_vertex_dof_identities_rt_nodal.cc b/tests/hp/hp_vertex_dof_identities_rt_nodal.cc index 34838e3d74..e4417f8573 100644 --- a/tests/hp/hp_vertex_dof_identities_rt_nodal.cc +++ b/tests/hp/hp_vertex_dof_identities_rt_nodal.cc @@ -65,7 +65,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2> (); test<3> (); diff --git a/tests/hp/integrate_difference.cc b/tests/hp/integrate_difference.cc index c7b7ed3178..565f2505a2 100644 --- a/tests/hp/integrate_difference.cc +++ b/tests/hp/integrate_difference.cc @@ -103,7 +103,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/integrate_difference_02.cc b/tests/hp/integrate_difference_02.cc index d86a36e4fd..3c19acd124 100644 --- a/tests/hp/integrate_difference_02.cc +++ b/tests/hp/integrate_difference_02.cc @@ -146,7 +146,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/integrate_difference_03.cc b/tests/hp/integrate_difference_03.cc index ebe1e73352..203827d079 100644 --- a/tests/hp/integrate_difference_03.cc +++ b/tests/hp/integrate_difference_03.cc @@ -123,7 +123,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/interpolate_dgq_01.cc b/tests/hp/interpolate_dgq_01.cc index 0368e45533..5a99f886c2 100644 --- a/tests/hp/interpolate_dgq_01.cc +++ b/tests/hp/interpolate_dgq_01.cc @@ -111,7 +111,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_dgq_02.cc b/tests/hp/interpolate_dgq_02.cc index 73da7585e4..3edbbcb7de 100644 --- a/tests/hp/interpolate_dgq_02.cc +++ b/tests/hp/interpolate_dgq_02.cc @@ -121,7 +121,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_nothing_01.cc b/tests/hp/interpolate_nothing_01.cc index b945fc4048..3a9703b262 100644 --- a/tests/hp/interpolate_nothing_01.cc +++ b/tests/hp/interpolate_nothing_01.cc @@ -75,7 +75,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_nothing_02.cc b/tests/hp/interpolate_nothing_02.cc index 324d55c6cb..4648a6f705 100644 --- a/tests/hp/interpolate_nothing_02.cc +++ b/tests/hp/interpolate_nothing_02.cc @@ -236,7 +236,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); diffusionMechanics problem(1,1); problem.run (); diff --git a/tests/hp/interpolate_nothing_03.cc b/tests/hp/interpolate_nothing_03.cc index c640c0cf25..ad84404317 100644 --- a/tests/hp/interpolate_nothing_03.cc +++ b/tests/hp/interpolate_nothing_03.cc @@ -86,7 +86,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/interpolate_q_01.cc b/tests/hp/interpolate_q_01.cc index 148b82d924..3fca922991 100644 --- a/tests/hp/interpolate_q_01.cc +++ b/tests/hp/interpolate_q_01.cc @@ -112,7 +112,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_q_02.cc b/tests/hp/interpolate_q_02.cc index f3439c203c..e9a9b868bf 100644 --- a/tests/hp/interpolate_q_02.cc +++ b/tests/hp/interpolate_q_02.cc @@ -121,7 +121,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_q_system_01.cc b/tests/hp/interpolate_q_system_01.cc index d15a95d9b5..746332914d 100644 --- a/tests/hp/interpolate_q_system_01.cc +++ b/tests/hp/interpolate_q_system_01.cc @@ -117,7 +117,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/interpolate_q_system_02.cc b/tests/hp/interpolate_q_system_02.cc index 78ca9169bf..1713028223 100644 --- a/tests/hp/interpolate_q_system_02.cc +++ b/tests/hp/interpolate_q_system_02.cc @@ -128,7 +128,6 @@ int main () deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/mapping_collection_01.cc b/tests/hp/mapping_collection_01.cc index ca10ba5c00..068733be47 100644 --- a/tests/hp/mapping_collection_01.cc +++ b/tests/hp/mapping_collection_01.cc @@ -50,7 +50,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/mapping_collection_02.cc b/tests/hp/mapping_collection_02.cc index dae1e38718..8554d8a49a 100644 --- a/tests/hp/mapping_collection_02.cc +++ b/tests/hp/mapping_collection_02.cc @@ -39,7 +39,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/mapping_collection_03.cc b/tests/hp/mapping_collection_03.cc index c8dd8738c7..10b33a2bb2 100644 --- a/tests/hp/mapping_collection_03.cc +++ b/tests/hp/mapping_collection_03.cc @@ -45,7 +45,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/mapping_collection_04.cc b/tests/hp/mapping_collection_04.cc index bed3195513..6f8ef06c28 100644 --- a/tests/hp/mapping_collection_04.cc +++ b/tests/hp/mapping_collection_04.cc @@ -45,7 +45,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/n_active_fe_indices.cc b/tests/hp/n_active_fe_indices.cc index 12d4594240..277160392a 100644 --- a/tests/hp/n_active_fe_indices.cc +++ b/tests/hp/n_active_fe_indices.cc @@ -149,7 +149,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/n_boundary_dofs.cc b/tests/hp/n_boundary_dofs.cc index 47f860a678..90f1544483 100644 --- a/tests/hp/n_boundary_dofs.cc +++ b/tests/hp/n_boundary_dofs.cc @@ -64,7 +64,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("1d"); test<1>(); diff --git a/tests/hp/n_boundary_dofs_02.cc b/tests/hp/n_boundary_dofs_02.cc index b1c1de4aa5..f9537ee74c 100644 --- a/tests/hp/n_boundary_dofs_02.cc +++ b/tests/hp/n_boundary_dofs_02.cc @@ -74,7 +74,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/hp/n_boundary_dofs_03.cc b/tests/hp/n_boundary_dofs_03.cc index 21225a04fd..32be5f1d17 100644 --- a/tests/hp/n_boundary_dofs_03.cc +++ b/tests/hp/n_boundary_dofs_03.cc @@ -90,7 +90,6 @@ void test() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/hp/n_dofs.cc b/tests/hp/n_dofs.cc index 3af2fbff28..8309f61543 100644 --- a/tests/hp/n_dofs.cc +++ b/tests/hp/n_dofs.cc @@ -96,7 +96,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1); CHECK_ALL(Q,2); diff --git a/tests/hp/project_01.cc b/tests/hp/project_01.cc index bca9bbd989..a61daba125 100644 --- a/tests/hp/project_01.cc +++ b/tests/hp/project_01.cc @@ -96,7 +96,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/project_01_curved_boundary.cc b/tests/hp/project_01_curved_boundary.cc index 197d2b9d80..b2b4edb37d 100644 --- a/tests/hp/project_01_curved_boundary.cc +++ b/tests/hp/project_01_curved_boundary.cc @@ -167,7 +167,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/hp/project_02.cc b/tests/hp/project_02.cc index a076f5f6f3..a4e2bb846b 100644 --- a/tests/hp/project_02.cc +++ b/tests/hp/project_02.cc @@ -99,7 +99,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/q_collection_01.cc b/tests/hp/q_collection_01.cc index 7054c98ccc..4af733f0d5 100644 --- a/tests/hp/q_collection_01.cc +++ b/tests/hp/q_collection_01.cc @@ -49,7 +49,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/q_vs_dgq.cc b/tests/hp/q_vs_dgq.cc index ef82a372e8..9e2c1b337d 100644 --- a/tests/hp/q_vs_dgq.cc +++ b/tests/hp/q_vs_dgq.cc @@ -100,7 +100,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Step27::MixedFECollection<1>().run(); Step27::MixedFECollection<2>().run(); diff --git a/tests/hp/random.cc b/tests/hp/random.cc index 7cd31c92c8..a7b17921cd 100644 --- a/tests/hp/random.cc +++ b/tests/hp/random.cc @@ -79,7 +79,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/set_dof_values_by_interpolation_01.cc b/tests/hp/set_dof_values_by_interpolation_01.cc index d69da72481..8b94cecf90 100644 --- a/tests/hp/set_dof_values_by_interpolation_01.cc +++ b/tests/hp/set_dof_values_by_interpolation_01.cc @@ -101,7 +101,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deal_II_exceptions::disable_abort_on_exception(); diff --git a/tests/hp/set_dof_values_by_interpolation_02.cc b/tests/hp/set_dof_values_by_interpolation_02.cc index c3002eb19b..98175145be 100644 --- a/tests/hp/set_dof_values_by_interpolation_02.cc +++ b/tests/hp/set_dof_values_by_interpolation_02.cc @@ -101,7 +101,6 @@ main() logfile.precision (PRECISION); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/set_dof_values_by_interpolation_03.cc b/tests/hp/set_dof_values_by_interpolation_03.cc index 4d38fd9139..1e7924e7c7 100644 --- a/tests/hp/set_dof_values_by_interpolation_03.cc +++ b/tests/hp/set_dof_values_by_interpolation_03.cc @@ -93,7 +93,6 @@ main() logfile.precision (1); logfile.setf(std::ios::fixed); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/hp/solution_transfer.cc b/tests/hp/solution_transfer.cc index 6d5ec72075..7a1632caf8 100644 --- a/tests/hp/solution_transfer.cc +++ b/tests/hp/solution_transfer.cc @@ -230,7 +230,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/hp/solution_transfer_02.cc b/tests/hp/solution_transfer_02.cc index cc7be54924..b4a48a0a13 100644 --- a/tests/hp/solution_transfer_02.cc +++ b/tests/hp/solution_transfer_02.cc @@ -92,7 +92,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/hp/solution_transfer_03.cc b/tests/hp/solution_transfer_03.cc index e0cb95b8c6..0a6503ed09 100644 --- a/tests/hp/solution_transfer_03.cc +++ b/tests/hp/solution_transfer_03.cc @@ -46,7 +46,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/solution_transfer_04.cc b/tests/hp/solution_transfer_04.cc index 43e019e377..a9dfc060c1 100644 --- a/tests/hp/solution_transfer_04.cc +++ b/tests/hp/solution_transfer_04.cc @@ -46,7 +46,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/solution_transfer_05.cc b/tests/hp/solution_transfer_05.cc index 7e568c1fe2..6ee47fd512 100644 --- a/tests/hp/solution_transfer_05.cc +++ b/tests/hp/solution_transfer_05.cc @@ -46,7 +46,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/solution_transfer_06.cc b/tests/hp/solution_transfer_06.cc index 83bf4c13df..c2cec20d1a 100644 --- a/tests/hp/solution_transfer_06.cc +++ b/tests/hp/solution_transfer_06.cc @@ -94,7 +94,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/solution_transfer_07.cc b/tests/hp/solution_transfer_07.cc index 7993269ddb..986278d955 100644 --- a/tests/hp/solution_transfer_07.cc +++ b/tests/hp/solution_transfer_07.cc @@ -94,7 +94,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/solution_transfer_08.cc b/tests/hp/solution_transfer_08.cc index d6128c3c5a..4110f67a83 100644 --- a/tests/hp/solution_transfer_08.cc +++ b/tests/hp/solution_transfer_08.cc @@ -94,7 +94,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/solution_transfer_09.cc b/tests/hp/solution_transfer_09.cc index 531321b0d1..3a5b4d1d01 100644 --- a/tests/hp/solution_transfer_09.cc +++ b/tests/hp/solution_transfer_09.cc @@ -92,7 +92,6 @@ void test () int main() { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/hp/solution_transfer_10.cc b/tests/hp/solution_transfer_10.cc index 1a13fc885e..d5710bbe14 100644 --- a/tests/hp/solution_transfer_10.cc +++ b/tests/hp/solution_transfer_10.cc @@ -40,7 +40,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation(Triangulation<2>::none); GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/solution_transfer_11.cc b/tests/hp/solution_transfer_11.cc index 11ae6bb4e3..4b22722e10 100644 --- a/tests/hp/solution_transfer_11.cc +++ b/tests/hp/solution_transfer_11.cc @@ -79,7 +79,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/hp/solution_transfer_12.cc b/tests/hp/solution_transfer_12.cc index 457cccb6b1..927d4fb5ca 100644 --- a/tests/hp/solution_transfer_12.cc +++ b/tests/hp/solution_transfer_12.cc @@ -219,7 +219,6 @@ int main() { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << " 1D solution transfer" << std::endl; transfer<1>(logfile); diff --git a/tests/hp/solution_transfer_13.cc b/tests/hp/solution_transfer_13.cc index 7311dca78a..5d9dffde14 100644 --- a/tests/hp/solution_transfer_13.cc +++ b/tests/hp/solution_transfer_13.cc @@ -48,7 +48,6 @@ using namespace dealii; int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation(Triangulation<2>::none); GridGenerator::hyper_cube (triangulation); diff --git a/tests/hp/step-10.cc b/tests/hp/step-10.cc index 84719bacc1..06c22f1a83 100644 --- a/tests/hp/step-10.cc +++ b/tests/hp/step-10.cc @@ -211,7 +211,6 @@ int main () logfile.precision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); gnuplot_output<2>(); diff --git a/tests/hp/step-11.cc b/tests/hp/step-11.cc index 504ccc584b..a31c163db2 100644 --- a/tests/hp/step-11.cc +++ b/tests/hp/step-11.cc @@ -216,7 +216,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int mapping_degree=1; mapping_degree<=3; ++mapping_degree) LaplaceProblem<2>(mapping_degree).run (); diff --git a/tests/hp/step-12.cc b/tests/hp/step-12.cc index 451b5f93be..4f874dccdd 100644 --- a/tests/hp/step-12.cc +++ b/tests/hp/step-12.cc @@ -857,7 +857,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DGMethod<2> dgmethod; dgmethod.run (); diff --git a/tests/hp/step-13.cc b/tests/hp/step-13.cc index 33103d1670..4ac72f548d 100644 --- a/tests/hp/step-13.cc +++ b/tests/hp/step-13.cc @@ -802,7 +802,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); solve_problem<2> ("global"); solve_problem<2> ("kelly"); diff --git a/tests/hp/step-2.cc b/tests/hp/step-2.cc index 48fc1a3e1b..199a70f1e8 100644 --- a/tests/hp/step-2.cc +++ b/tests/hp/step-2.cc @@ -112,7 +112,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Triangulation<2> triangulation; make_grid (triangulation); diff --git a/tests/hp/step-3.cc b/tests/hp/step-3.cc index 5f7ba8b083..e6423d3aa7 100644 --- a/tests/hp/step-3.cc +++ b/tests/hp/step-3.cc @@ -218,7 +218,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/hp/step-3a.cc b/tests/hp/step-3a.cc index c5f7563943..cbef4b5326 100644 --- a/tests/hp/step-3a.cc +++ b/tests/hp/step-3a.cc @@ -271,7 +271,6 @@ int main () logfile.precision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/hp/step-3b.cc b/tests/hp/step-3b.cc index 2025d81fc9..7a067f3896 100644 --- a/tests/hp/step-3b.cc +++ b/tests/hp/step-3b.cc @@ -271,7 +271,6 @@ int main () logfile.precision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/hp/step-3c.cc b/tests/hp/step-3c.cc index 4159e2624b..0e868edf99 100644 --- a/tests/hp/step-3c.cc +++ b/tests/hp/step-3c.cc @@ -275,7 +275,6 @@ int main () logfile.precision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/hp/step-4.cc b/tests/hp/step-4.cc index 13e076e6b7..cee3315c70 100644 --- a/tests/hp/step-4.cc +++ b/tests/hp/step-4.cc @@ -283,7 +283,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { LaplaceProblem<2> laplace_problem_2d; diff --git a/tests/hp/step-7.cc b/tests/hp/step-7.cc index 46872f24d9..4936dcca2c 100644 --- a/tests/hp/step-7.cc +++ b/tests/hp/step-7.cc @@ -662,7 +662,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int dim = 2; diff --git a/tests/hp/step-8.cc b/tests/hp/step-8.cc index f1fba11747..064e844cce 100644 --- a/tests/hp/step-8.cc +++ b/tests/hp/step-8.cc @@ -429,7 +429,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/integrators/advection_01.cc b/tests/integrators/advection_01.cc index 8c7884a7c2..8c340b3079 100644 --- a/tests/integrators/advection_01.cc +++ b/tests/integrators/advection_01.cc @@ -42,7 +42,7 @@ void test_cell(const FEValuesBase &fev) cell_matrix(M,fev,fev,vel); { LogStream::Prefix pre("cell"); - M.print(deallog,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -70,7 +70,7 @@ void test_cell(const FEValuesBase &fev) cell_residual(w, fev, uval[0],vel); M.vmult(v,u); w.add(-1., v); - deallog << " e" << w.l2_norm(); + deallog << " e " << w.l2_norm(); } } deallog << std::endl; @@ -92,7 +92,7 @@ void test_boundary(const FEValuesBase &fev) upwind_value_matrix(M, fev, fev, vel); { LogStream::Prefix pre("bdry"); - M.print(deallog,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -124,7 +124,7 @@ void test_boundary(const FEValuesBase &fev) upwind_value_residual(w, fev, uval[0], null_val[0], vel); M.vmult(v,u); w.add(-1., v); - deallog << " e" << w.l2_norm(); + deallog << " e " << w.l2_norm(); } } deallog << std::endl; @@ -152,19 +152,19 @@ void test_face(const FEValuesBase &fev1, { LogStream::Prefix pre("M11"); - M11.print(deallog,8); + M11.print(deallog,14,8); } { LogStream::Prefix pre("M12"); - M12.print(deallog,8); + M12.print(deallog,14,8); } { LogStream::Prefix pre("M21"); - M21.print(deallog,8); + M21.print(deallog,14,8); } { LogStream::Prefix pre("M22"); - M22.print(deallog,8); + M22.print(deallog,14,8); } Vector u1(n1), v1(n1), w1(n1); @@ -286,7 +286,6 @@ test(Triangulation &tr) int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tr2; TestGrids::hypercube(tr2, 1); diff --git a/tests/integrators/assembler_simple_system_inhom_01.cc b/tests/integrators/assembler_simple_system_inhom_01.cc index 7dd9c8a3e3..6fe0a74f2e 100644 --- a/tests/integrators/assembler_simple_system_inhom_01.cc +++ b/tests/integrators/assembler_simple_system_inhom_01.cc @@ -672,7 +672,6 @@ void MeshWorkerConstraintMatrixTest::run() int main() { initlog(); - deallog.threshold_double(1.e-10); FE_Q<2> fe(1); deallog.push(fe.get_name()); diff --git a/tests/integrators/cochain_01.cc b/tests/integrators/cochain_01.cc index ea3c6c3242..612b43a500 100644 --- a/tests/integrators/cochain_01.cc +++ b/tests/integrators/cochain_01.cc @@ -302,7 +302,6 @@ int main() deallog.log_execution_time(false); if (!debugging) { - deallog.threshold_double(1.e-10); } run2d(0); diff --git a/tests/integrators/divergence_01.cc b/tests/integrators/divergence_01.cc index fff638c1d9..180ce3b17f 100644 --- a/tests/integrators/divergence_01.cc +++ b/tests/integrators/divergence_01.cc @@ -41,12 +41,12 @@ void test_cell(const FEValuesBase &fev, const FEValuesBase &fes) FullMatrix Md(ns,nv); cell_matrix(Md,fev,fes); - Md.print(deallog,8); + Md.print(deallog,16,8); deallog << "gradient_matrix" << std::endl; FullMatrix Mg(nv,ns); gradient_matrix(Mg,fes,fev); - Mg.print(deallog,8); + Mg.print(deallog,16,8); Vector u(nv), v(ns), w(ns); @@ -103,7 +103,7 @@ void test_boundary(const FEValuesBase &fev, const FEValuesBase &fes) FullMatrix M(ns,nv); u_dot_n_matrix(M, fev, fes); - M.print(deallog,8); + M.print(deallog,16,8); Vector u(nv), v(ns), w(ns); std::vector > @@ -152,62 +152,13 @@ void test_face(const FEValuesBase &fev1, u_dot_n_matrix(M11, M12, M21, M22, fev1, fev2, fes1, fes2); deallog << "M11" << std::endl; - M11.print(deallog,8); + M11.print(deallog,16,8); deallog << "M22" << std::endl; - M22.print(deallog,8); + M22.print(deallog,16,8); deallog << "M12" << std::endl; - M12.print(deallog,8); + M12.print(deallog,16,8); deallog << "M21" << std::endl; - M21.print(deallog,8); - - // Vector u1(n1), v1(n1), w1(n1); - // Vector u2(n2), v2(n2), w2(n2); - // std::vector > - // u1val (d,std::vector(fev1.n_quadrature_points)), - // u2val (d,std::vector(fev2.n_quadrature_points)); - // std::vector > > - // u1grad(d,std::vector >(fev1.n_quadrature_points)), - // u2grad(d,std::vector >(fev2.n_quadrature_points)); - - // std::vector indices1(n1), indices2(n2); - // for (unsigned int i=0;i tr2; TestGrids::hypercube(tr2, 1); test(tr2); - -// Triangulation<3> tr3; -// TestGrids::hypercube(tr3, 1); -// test(tr3); - } diff --git a/tests/integrators/elasticity_01.cc b/tests/integrators/elasticity_01.cc index a4f410ed81..0623e10bce 100644 --- a/tests/integrators/elasticity_01.cc +++ b/tests/integrators/elasticity_01.cc @@ -37,7 +37,7 @@ void test_cell(const FEValuesBase &fev) cell_matrix(M,fev); { LogStream::Prefix pre("cell"); - M.print(deallog,12,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -75,7 +75,7 @@ void test_boundary(const FEValuesBase &fev) nitsche_matrix(M, fev, 17); { LogStream::Prefix pre("bdry"); - M.print(deallog,12,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -124,19 +124,19 @@ void test_face(const FEValuesBase &fev1, { LogStream::Prefix pre("M11"); - M11.print(deallog,12,8); + M11.print(deallog,14,8); } { LogStream::Prefix pre("M12"); - M12.print(deallog,12,8); + M12.print(deallog,14,8); } { LogStream::Prefix pre("M21"); - M21.print(deallog,12,8); + M21.print(deallog,14,8); } { LogStream::Prefix pre("M22"); - M22.print(deallog,12,8); + M22.print(deallog,14,8); } Vector u1(n1), v1(n1), w1(n1); @@ -245,7 +245,6 @@ test(Triangulation &tr) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.precision(8); Triangulation<2> tr2; diff --git a/tests/integrators/elasticity_02.cc b/tests/integrators/elasticity_02.cc index 4efd9fff3c..ac0ae88ba7 100644 --- a/tests/integrators/elasticity_02.cc +++ b/tests/integrators/elasticity_02.cc @@ -38,7 +38,7 @@ void test_boundary(const FEValuesBase &fev) nitsche_tangential_matrix(M, fev, 17); { LogStream::Prefix pre("bdry"); - M.print(deallog,12,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -113,7 +113,6 @@ test(Triangulation &tr) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.precision(8); Triangulation<2> tr2; diff --git a/tests/integrators/grad_div_01.cc b/tests/integrators/grad_div_01.cc index 4135354c39..96a0fcca8f 100644 --- a/tests/integrators/grad_div_01.cc +++ b/tests/integrators/grad_div_01.cc @@ -38,7 +38,7 @@ void test_cell(const FEValuesBase &fev) cell_matrix(M,fev); { LogStream::Prefix pre("cell"); - M.print(deallog,12,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -76,7 +76,7 @@ void test_boundary(const FEValuesBase &fev) nitsche_matrix(M, fev, 17); { LogStream::Prefix pre("bdry"); - M.print(deallog,12,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -125,19 +125,19 @@ void test_face(const FEValuesBase &fev1, { LogStream::Prefix pre("M11"); - M11.print(deallog,12,8); + M11.print(deallog,14,8); } { LogStream::Prefix pre("M12"); - M12.print(deallog,12,8); + M12.print(deallog,14,8); } { LogStream::Prefix pre("M21"); - M21.print(deallog,12,8); + M21.print(deallog,14,8); } { LogStream::Prefix pre("M22"); - M22.print(deallog,12,8); + M22.print(deallog,14,8); } Vector u1(n1), v1(n1), w1(n1); @@ -246,7 +246,6 @@ test(Triangulation &tr) int main() { initlog(); - deallog.threshold_double(1.e-10); deallog.precision(8); Triangulation<2> tr2; diff --git a/tests/integrators/laplacian_01.cc b/tests/integrators/laplacian_01.cc index b10aa3b355..de38f2dc13 100644 --- a/tests/integrators/laplacian_01.cc +++ b/tests/integrators/laplacian_01.cc @@ -36,7 +36,7 @@ void test_cell(const FEValuesBase &fev) cell_matrix(M,fev); { LogStream::Prefix pre("cell"); - M.print(deallog,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -64,7 +64,7 @@ void test_cell(const FEValuesBase &fev) cell_residual(w, fev, ugrad[0]); M.vmult(v,u); w.add(-1., v); - deallog << " e" << w.l2_norm(); + deallog << " e " << w.l2_norm(); } } deallog << std::endl; @@ -81,7 +81,7 @@ void test_boundary(const FEValuesBase &fev) nitsche_matrix(M, fev, 17); { LogStream::Prefix pre("bdry"); - M.print(deallog,8); + M.print(deallog,14,8); } Vector u(n), v(n), w(n); @@ -113,7 +113,7 @@ void test_boundary(const FEValuesBase &fev) nitsche_residual(w, fev, uval[0], ugrad[0], null_val[0], 17); M.vmult(v,u); w.add(-1., v); - deallog << " e" << w.l2_norm(); + deallog << " e " << w.l2_norm(); } } deallog << std::endl; @@ -137,19 +137,19 @@ void test_face(const FEValuesBase &fev1, { LogStream::Prefix pre("M11"); - M11.print(deallog,8); + M11.print(deallog,14,8); } { LogStream::Prefix pre("M12"); - M12.print(deallog,8); + M12.print(deallog,14,8); } { LogStream::Prefix pre("M21"); - M21.print(deallog,8); + M21.print(deallog,14,8); } { LogStream::Prefix pre("M22"); - M22.print(deallog,8); + M22.print(deallog,14,8); } Vector u1(n1), v1(n1), w1(n1); @@ -194,7 +194,7 @@ void test_face(const FEValuesBase &fev1, w1.add(-1., v1); M21.vmult(v2,u1); w2.add(-1., v2); - deallog << " e" << w1.l2_norm() + w2.l2_norm(); + deallog << " e " << w1.l2_norm() + w2.l2_norm(); } w1 = 0.; @@ -220,7 +220,7 @@ void test_face(const FEValuesBase &fev1, w1.add(-1., v1); M22.vmult(v2,u1); w2.add(-1., v2); - deallog << " e" << w1.l2_norm() + w2.l2_norm(); + deallog << " e " << w1.l2_norm() + w2.l2_norm(); } } deallog << std::endl; @@ -278,7 +278,6 @@ test(Triangulation &tr) int main() { initlog(); - deallog.threshold_double(1.e-10); Triangulation<2> tr2; TestGrids::hypercube(tr2, 1); diff --git a/tests/integrators/laplacian_02.cc b/tests/integrators/laplacian_02.cc index 7a96945f85..b167914fc5 100644 --- a/tests/integrators/laplacian_02.cc +++ b/tests/integrators/laplacian_02.cc @@ -141,7 +141,6 @@ test() int main() { initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/lac/bicgstab_early.cc b/tests/lac/bicgstab_early.cc index 4140a6286d..99326452b8 100644 --- a/tests/lac/bicgstab_early.cc +++ b/tests/lac/bicgstab_early.cc @@ -32,7 +32,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(100, 1.e-3); diff --git a/tests/lac/bicgstab_large.cc b/tests/lac/bicgstab_large.cc index c89c024176..2345cff1fc 100644 --- a/tests/lac/bicgstab_large.cc +++ b/tests/lac/bicgstab_large.cc @@ -29,7 +29,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparsityPattern sparsity_pattern(4,4); sparsity_pattern.compress(); diff --git a/tests/lac/block_matrices.cc b/tests/lac/block_matrices.cc index 6738c3fc04..cbb44e7777 100644 --- a/tests/lac/block_matrices.cc +++ b/tests/lac/block_matrices.cc @@ -30,7 +30,6 @@ void test () deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); BlockSparsityPattern bsp(3,2); // set sizes diff --git a/tests/lac/block_matrices_02.cc b/tests/lac/block_matrices_02.cc index 595b35248d..e96306fd70 100644 --- a/tests/lac/block_matrices_02.cc +++ b/tests/lac/block_matrices_02.cc @@ -59,7 +59,6 @@ void test () deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); BlockSparsityPattern bsp(2,2); // set sizes diff --git a/tests/lac/block_matrices_03.cc b/tests/lac/block_matrices_03.cc index d69733a8f3..78ab11876d 100644 --- a/tests/lac/block_matrices_03.cc +++ b/tests/lac/block_matrices_03.cc @@ -59,7 +59,6 @@ void test () deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); BlockSparsityPattern bsp(2,2); // set sizes diff --git a/tests/lac/block_matrices_04.cc b/tests/lac/block_matrices_04.cc index 7dc80412f4..383b875431 100644 --- a/tests/lac/block_matrices_04.cc +++ b/tests/lac/block_matrices_04.cc @@ -357,7 +357,6 @@ int main () deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // vector of solution vectors diff --git a/tests/lac/block_vector.cc b/tests/lac/block_vector.cc index 51ed56a01e..ed7689cdba 100644 --- a/tests/lac/block_vector.cc +++ b/tests/lac/block_vector.cc @@ -145,7 +145,6 @@ int main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // do the same weird stuff as in // tests/base/reference.cc diff --git a/tests/lac/block_vector_copy.cc b/tests/lac/block_vector_copy.cc index 9ca518f815..95e0325527 100644 --- a/tests/lac/block_vector_copy.cc +++ b/tests/lac/block_vector_copy.cc @@ -66,7 +66,6 @@ int main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // do the same weird stuff as in // tests/base/reference.cc diff --git a/tests/lac/block_vector_iterator.cc b/tests/lac/block_vector_iterator.cc index 6b6daa03fa..7cb999bb11 100644 --- a/tests/lac/block_vector_iterator.cc +++ b/tests/lac/block_vector_iterator.cc @@ -323,7 +323,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/lac/block_vector_vector_assign.cc b/tests/lac/block_vector_vector_assign.cc index 57660e4b87..baf66d06da 100644 --- a/tests/lac/block_vector_vector_assign.cc +++ b/tests/lac/block_vector_vector_assign.cc @@ -71,7 +71,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/lac/complex_block_vector.cc b/tests/lac/complex_block_vector.cc index 56e5e27156..a7039a0dea 100644 --- a/tests/lac/complex_block_vector.cc +++ b/tests/lac/complex_block_vector.cc @@ -186,7 +186,6 @@ int main () deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // do the same weird stuff as in // tests/base/reference.cc diff --git a/tests/lac/complex_block_vector_iterator.cc b/tests/lac/complex_block_vector_iterator.cc index dd26efe9e7..4dba0f61e5 100644 --- a/tests/lac/complex_block_vector_iterator.cc +++ b/tests/lac/complex_block_vector_iterator.cc @@ -323,7 +323,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/lac/complex_block_vector_vector_assign.cc b/tests/lac/complex_block_vector_vector_assign.cc index 0293c32baa..42ccab30a4 100644 --- a/tests/lac/complex_block_vector_vector_assign.cc +++ b/tests/lac/complex_block_vector_vector_assign.cc @@ -71,7 +71,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/lac/constraint_graph.cc b/tests/lac/constraint_graph.cc index 646323d4f1..e4f1986161 100644 --- a/tests/lac/constraint_graph.cc +++ b/tests/lac/constraint_graph.cc @@ -68,7 +68,6 @@ int main () { initlog(); deallogfile << std::setprecision(8); - deallog.threshold_double(1.e-10); test<3> (); diff --git a/tests/lac/constraint_graph_zero.cc b/tests/lac/constraint_graph_zero.cc index 1a36cbd79c..125957f6c4 100644 --- a/tests/lac/constraint_graph_zero.cc +++ b/tests/lac/constraint_graph_zero.cc @@ -51,7 +51,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/constraint_matrix_copy_01.cc b/tests/lac/constraint_matrix_copy_01.cc index 0366e95067..9703122735 100644 --- a/tests/lac/constraint_matrix_copy_01.cc +++ b/tests/lac/constraint_matrix_copy_01.cc @@ -56,7 +56,6 @@ int main() logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/lac/constraints.cc b/tests/lac/constraints.cc index 64bcd66fdf..4d878cd60a 100644 --- a/tests/lac/constraints.cc +++ b/tests/lac/constraints.cc @@ -251,7 +251,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FiniteElement<3> *fe = nullptr; diff --git a/tests/lac/constraints_01.cc b/tests/lac/constraints_01.cc index f78df1b001..cd7a5332e6 100644 --- a/tests/lac/constraints_01.cc +++ b/tests/lac/constraints_01.cc @@ -61,7 +61,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/constraints_02.cc b/tests/lac/constraints_02.cc index 36f1a4d749..245a353c7d 100644 --- a/tests/lac/constraints_02.cc +++ b/tests/lac/constraints_02.cc @@ -54,7 +54,6 @@ int main() logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/lac/constraints_block_01.cc b/tests/lac/constraints_block_01.cc index 1ca7b19dbe..0b87e994a8 100644 --- a/tests/lac/constraints_block_01.cc +++ b/tests/lac/constraints_block_01.cc @@ -70,7 +70,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // setting up some constants const unsigned int dim = 2; diff --git a/tests/lac/constraints_hanging_nodes_bc.cc b/tests/lac/constraints_hanging_nodes_bc.cc index 1e2e658ef5..63b3bec985 100644 --- a/tests/lac/constraints_hanging_nodes_bc.cc +++ b/tests/lac/constraints_hanging_nodes_bc.cc @@ -135,7 +135,6 @@ void test () int main () { deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << std::setprecision (2); { diff --git a/tests/lac/constraints_inhomogeneous.cc b/tests/lac/constraints_inhomogeneous.cc index 9731f242a6..e327b41730 100644 --- a/tests/lac/constraints_inhomogeneous.cc +++ b/tests/lac/constraints_inhomogeneous.cc @@ -60,7 +60,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/constraints_local_to_global.cc b/tests/lac/constraints_local_to_global.cc index f1f2051022..41211c8561 100644 --- a/tests/lac/constraints_local_to_global.cc +++ b/tests/lac/constraints_local_to_global.cc @@ -112,7 +112,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-14); test<2>(); } diff --git a/tests/lac/constraints_local_to_global_chunk.cc b/tests/lac/constraints_local_to_global_chunk.cc index 15936954d5..29ff294a6a 100644 --- a/tests/lac/constraints_local_to_global_chunk.cc +++ b/tests/lac/constraints_local_to_global_chunk.cc @@ -116,7 +116,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-14); test<2>(1); test<2>(2); diff --git a/tests/lac/constraints_merge.cc b/tests/lac/constraints_merge.cc index f2a79a30f7..56696baab2 100644 --- a/tests/lac/constraints_merge.cc +++ b/tests/lac/constraints_merge.cc @@ -80,7 +80,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_02.cc b/tests/lac/constraints_merge_02.cc index c45a8a8f02..12ca27d583 100644 --- a/tests/lac/constraints_merge_02.cc +++ b/tests/lac/constraints_merge_02.cc @@ -87,7 +87,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_03.cc b/tests/lac/constraints_merge_03.cc index d1337c2510..4463392263 100644 --- a/tests/lac/constraints_merge_03.cc +++ b/tests/lac/constraints_merge_03.cc @@ -80,7 +80,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_04.cc b/tests/lac/constraints_merge_04.cc index d6fa9266c9..28e7c37f35 100644 --- a/tests/lac/constraints_merge_04.cc +++ b/tests/lac/constraints_merge_04.cc @@ -80,7 +80,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_05.cc b/tests/lac/constraints_merge_05.cc index f4c8925742..1885d5fa66 100644 --- a/tests/lac/constraints_merge_05.cc +++ b/tests/lac/constraints_merge_05.cc @@ -80,7 +80,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_06.cc b/tests/lac/constraints_merge_06.cc index 666a5d42ea..b6ec2dbb48 100644 --- a/tests/lac/constraints_merge_06.cc +++ b/tests/lac/constraints_merge_06.cc @@ -86,7 +86,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_07.cc b/tests/lac/constraints_merge_07.cc index ad7a1087ec..a3493d0f05 100644 --- a/tests/lac/constraints_merge_07.cc +++ b/tests/lac/constraints_merge_07.cc @@ -91,7 +91,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_08.cc b/tests/lac/constraints_merge_08.cc index 9ac49cfad7..ac9831cb76 100644 --- a/tests/lac/constraints_merge_08.cc +++ b/tests/lac/constraints_merge_08.cc @@ -111,7 +111,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_merge_09.cc b/tests/lac/constraints_merge_09.cc index 44e56dae92..51e9e26976 100644 --- a/tests/lac/constraints_merge_09.cc +++ b/tests/lac/constraints_merge_09.cc @@ -106,7 +106,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); merge_check (); } diff --git a/tests/lac/constraints_move.cc b/tests/lac/constraints_move.cc index 9f896393c5..17b46ecacb 100644 --- a/tests/lac/constraints_move.cc +++ b/tests/lac/constraints_move.cc @@ -24,7 +24,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.0e-10); ConstraintMatrix constraints; unsigned int IDs[] = {1, 2, 3, 5, 8, 13, 21}; diff --git a/tests/lac/constraints_zero.cc b/tests/lac/constraints_zero.cc index b7def41053..5315c81caf 100644 --- a/tests/lac/constraints_zero.cc +++ b/tests/lac/constraints_zero.cc @@ -51,7 +51,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/constraints_zero_condense.cc b/tests/lac/constraints_zero_condense.cc index 054f93f8d0..3dcb8ed877 100644 --- a/tests/lac/constraints_zero_condense.cc +++ b/tests/lac/constraints_zero_condense.cc @@ -70,7 +70,6 @@ int main () deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/constraints_zero_merge.cc b/tests/lac/constraints_zero_merge.cc index 337b4804ec..527198731e 100644 --- a/tests/lac/constraints_zero_merge.cc +++ b/tests/lac/constraints_zero_merge.cc @@ -58,7 +58,6 @@ int main () logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/lac/copy_transposed.cc b/tests/lac/copy_transposed.cc index 45587cfb2c..b20a8270d5 100644 --- a/tests/lac/copy_transposed.cc +++ b/tests/lac/copy_transposed.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/diagonal_matrix.cc b/tests/lac/diagonal_matrix.cc index 84f970084a..364ae74d8a 100644 --- a/tests/lac/diagonal_matrix.cc +++ b/tests/lac/diagonal_matrix.cc @@ -96,7 +96,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); diff --git a/tests/lac/diagonal_matrix_03.cc b/tests/lac/diagonal_matrix_03.cc index 8848fff7ef..66c572e474 100644 --- a/tests/lac/diagonal_matrix_03.cc +++ b/tests/lac/diagonal_matrix_03.cc @@ -99,7 +99,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); diff --git a/tests/lac/eigen.cc b/tests/lac/eigen.cc index 30069f682e..4f376b7f3d 100644 --- a/tests/lac/eigen.cc +++ b/tests/lac/eigen.cc @@ -30,7 +30,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(1000, 1.e-5); diff --git a/tests/lac/filtered_matrix_01.cc b/tests/lac/filtered_matrix_01.cc index 004172bafc..897d95b7eb 100644 --- a/tests/lac/filtered_matrix_01.cc +++ b/tests/lac/filtered_matrix_01.cc @@ -46,7 +46,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; diff --git a/tests/lac/filtered_matrix_02.cc b/tests/lac/filtered_matrix_02.cc index 6d04671d44..33cfcf1f90 100644 --- a/tests/lac/filtered_matrix_02.cc +++ b/tests/lac/filtered_matrix_02.cc @@ -46,7 +46,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; diff --git a/tests/lac/filtered_matrix_03.cc b/tests/lac/filtered_matrix_03.cc index 62af402a88..ce9bacd2d2 100644 --- a/tests/lac/filtered_matrix_03.cc +++ b/tests/lac/filtered_matrix_03.cc @@ -50,7 +50,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; diff --git a/tests/lac/filtered_matrix_04.cc b/tests/lac/filtered_matrix_04.cc index 530ccadbdb..486316ae19 100644 --- a/tests/lac/filtered_matrix_04.cc +++ b/tests/lac/filtered_matrix_04.cc @@ -50,7 +50,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; diff --git a/tests/lac/filtered_matrix_05.cc b/tests/lac/filtered_matrix_05.cc index 6346c6fd47..5dfacac8e3 100644 --- a/tests/lac/filtered_matrix_05.cc +++ b/tests/lac/filtered_matrix_05.cc @@ -44,7 +44,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; diff --git a/tests/lac/filtered_matrix_06.cc b/tests/lac/filtered_matrix_06.cc index 08c07a4233..963e8fed2d 100644 --- a/tests/lac/filtered_matrix_06.cc +++ b/tests/lac/filtered_matrix_06.cc @@ -200,7 +200,6 @@ int main () deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/lac/gmres_eigenvalues.cc b/tests/lac/gmres_eigenvalues.cc index 12dc74b716..46436c188d 100644 --- a/tests/lac/gmres_eigenvalues.cc +++ b/tests/lac/gmres_eigenvalues.cc @@ -115,7 +115,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-8); deallog.push("double"); test(0); diff --git a/tests/lac/gmres_reorthogonalize_01.cc b/tests/lac/gmres_reorthogonalize_01.cc index 8be1955c10..5699d0b2d2 100644 --- a/tests/lac/gmres_reorthogonalize_01.cc +++ b/tests/lac/gmres_reorthogonalize_01.cc @@ -80,7 +80,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("double"); test(0); @@ -90,7 +89,6 @@ int main() test(4); test(5); deallog.pop(); - deallog.threshold_double(1.e-4); deallog.push("float"); test(0); test(1); diff --git a/tests/lac/gmres_reorthogonalize_02.cc b/tests/lac/gmres_reorthogonalize_02.cc index 9b07985ff5..4a44534108 100644 --- a/tests/lac/gmres_reorthogonalize_02.cc +++ b/tests/lac/gmres_reorthogonalize_02.cc @@ -53,12 +53,10 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("double"); test(); deallog.pop(); - deallog.threshold_double(2.e-4); deallog.push("float"); test(); deallog.pop(); diff --git a/tests/lac/gmres_reorthogonalize_03.cc b/tests/lac/gmres_reorthogonalize_03.cc index 9fc60474b3..5a9d81e5e1 100644 --- a/tests/lac/gmres_reorthogonalize_03.cc +++ b/tests/lac/gmres_reorthogonalize_03.cc @@ -80,7 +80,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("double"); test(0); @@ -90,7 +89,6 @@ int main() test(4); test(5); deallog.pop(); - deallog.threshold_double(1.e-4); deallog.push("float"); test(0); test(1); diff --git a/tests/lac/gmres_reorthogonalize_04.cc b/tests/lac/gmres_reorthogonalize_04.cc index 64850b4b9c..c634180690 100644 --- a/tests/lac/gmres_reorthogonalize_04.cc +++ b/tests/lac/gmres_reorthogonalize_04.cc @@ -81,12 +81,10 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("double"); test(); deallog.pop(); - deallog.threshold_double(2.e-4); deallog.push("float"); test(); deallog.pop(); diff --git a/tests/lac/gmres_reorthogonalize_05.cc b/tests/lac/gmres_reorthogonalize_05.cc index 37abfd48bf..284981f46d 100644 --- a/tests/lac/gmres_reorthogonalize_05.cc +++ b/tests/lac/gmres_reorthogonalize_05.cc @@ -79,12 +79,10 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push("double"); test(); deallog.pop(); - deallog.threshold_double(1.e-4); deallog.push("float"); test(); deallog.pop(); diff --git a/tests/lac/identity_matrix_01.cc b/tests/lac/identity_matrix_01.cc index 0725278c53..cbb8ce2e1f 100644 --- a/tests/lac/identity_matrix_01.cc +++ b/tests/lac/identity_matrix_01.cc @@ -67,7 +67,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/identity_matrix_02.cc b/tests/lac/identity_matrix_02.cc index af61128f9d..50bce9a690 100644 --- a/tests/lac/identity_matrix_02.cc +++ b/tests/lac/identity_matrix_02.cc @@ -68,7 +68,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/identity_matrix_03.cc b/tests/lac/identity_matrix_03.cc index c1da0a85f1..2202e97f7a 100644 --- a/tests/lac/identity_matrix_03.cc +++ b/tests/lac/identity_matrix_03.cc @@ -69,7 +69,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/identity_matrix_04.cc b/tests/lac/identity_matrix_04.cc index f384da29a5..75651f53e4 100644 --- a/tests/lac/identity_matrix_04.cc +++ b/tests/lac/identity_matrix_04.cc @@ -73,7 +73,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/identity_matrix_05.cc b/tests/lac/identity_matrix_05.cc index ddab352518..11562f710a 100644 --- a/tests/lac/identity_matrix_05.cc +++ b/tests/lac/identity_matrix_05.cc @@ -74,7 +74,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/identity_matrix_06.cc b/tests/lac/identity_matrix_06.cc index 27e9fa7659..24c9e7cfa0 100644 --- a/tests/lac/identity_matrix_06.cc +++ b/tests/lac/identity_matrix_06.cc @@ -72,7 +72,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_vmult(); check_vmult(); diff --git a/tests/lac/inhomogeneous_constraints.cc b/tests/lac/inhomogeneous_constraints.cc index a46c1fd8d2..58804b391e 100644 --- a/tests/lac/inhomogeneous_constraints.cc +++ b/tests/lac/inhomogeneous_constraints.cc @@ -800,7 +800,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { deallog.push("2d"); diff --git a/tests/lac/inhomogeneous_constraints_02.cc b/tests/lac/inhomogeneous_constraints_02.cc index 2e408d6cbe..cc6359af18 100644 --- a/tests/lac/inhomogeneous_constraints_02.cc +++ b/tests/lac/inhomogeneous_constraints_02.cc @@ -101,7 +101,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Use the constraints for the right-hand-side { diff --git a/tests/lac/inhomogeneous_constraints_03.cc b/tests/lac/inhomogeneous_constraints_03.cc index b775cd9ed6..d5aa9a95d0 100644 --- a/tests/lac/inhomogeneous_constraints_03.cc +++ b/tests/lac/inhomogeneous_constraints_03.cc @@ -122,7 +122,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Use the constraints for the right-hand-side { diff --git a/tests/lac/inhomogeneous_constraints_04.cc b/tests/lac/inhomogeneous_constraints_04.cc index 32d2fe2301..75348ecfe0 100644 --- a/tests/lac/inhomogeneous_constraints_04.cc +++ b/tests/lac/inhomogeneous_constraints_04.cc @@ -142,7 +142,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Use the constraints for the right-hand-side { diff --git a/tests/lac/inhomogeneous_constraints_block.cc b/tests/lac/inhomogeneous_constraints_block.cc index 55df431c28..9b99340855 100644 --- a/tests/lac/inhomogeneous_constraints_block.cc +++ b/tests/lac/inhomogeneous_constraints_block.cc @@ -519,7 +519,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { AdvectionProblem<2> advection_problem; diff --git a/tests/lac/inhomogeneous_constraints_nonsymmetric.cc b/tests/lac/inhomogeneous_constraints_nonsymmetric.cc index 512dd77bbc..12954915df 100644 --- a/tests/lac/inhomogeneous_constraints_nonsymmetric.cc +++ b/tests/lac/inhomogeneous_constraints_nonsymmetric.cc @@ -474,7 +474,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-12); { AdvectionProblem<2> advection_problem; diff --git a/tests/lac/inhomogeneous_constraints_vector.cc b/tests/lac/inhomogeneous_constraints_vector.cc index 3406edc6a2..66536bd760 100644 --- a/tests/lac/inhomogeneous_constraints_vector.cc +++ b/tests/lac/inhomogeneous_constraints_vector.cc @@ -305,7 +305,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem<2> laplace_problem_2d; laplace_problem_2d.run (); diff --git a/tests/lac/intel-15-bug.cc b/tests/lac/intel-15-bug.cc index 89e8209966..ffe9671847 100644 --- a/tests/lac/intel-15-bug.cc +++ b/tests/lac/intel-15-bug.cc @@ -87,7 +87,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); } diff --git a/tests/lac/is_block_matrix.cc b/tests/lac/is_block_matrix.cc index 41d6794f08..af4b236cfc 100644 --- a/tests/lac/is_block_matrix.cc +++ b/tests/lac/is_block_matrix.cc @@ -34,7 +34,6 @@ void test () deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << IsBlockMatrix >::value << ' ' << IsBlockMatrix >::value << ' ' diff --git a/tests/lac/is_block_vector.cc b/tests/lac/is_block_vector.cc index 36e1b75e25..6f3b4c63f7 100644 --- a/tests/lac/is_block_vector.cc +++ b/tests/lac/is_block_vector.cc @@ -30,7 +30,6 @@ void test () deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << IsBlockVector >::value << ' ' << IsBlockVector >::value << ' ' diff --git a/tests/lac/iteration_number_control.cc b/tests/lac/iteration_number_control.cc index f325c792eb..82c5d4d004 100644 --- a/tests/lac/iteration_number_control.cc +++ b/tests/lac/iteration_number_control.cc @@ -72,7 +72,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); } diff --git a/tests/lac/la_vector_accumulation_01.cc b/tests/lac/la_vector_accumulation_01.cc index 34b60579a7..0555b257cc 100644 --- a/tests/lac/la_vector_accumulation_01.cc +++ b/tests/lac/la_vector_accumulation_01.cc @@ -50,7 +50,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_norms(); check_norms(); diff --git a/tests/lac/la_vector_add_and_dot.cc b/tests/lac/la_vector_add_and_dot.cc index 5709b36622..92f58f37af 100644 --- a/tests/lac/la_vector_add_and_dot.cc +++ b/tests/lac/la_vector_add_and_dot.cc @@ -75,7 +75,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); check(); diff --git a/tests/lac/la_vector_large_numbers.cc b/tests/lac/la_vector_large_numbers.cc index 5b39d48ea3..94b8efa93f 100644 --- a/tests/lac/la_vector_large_numbers.cc +++ b/tests/lac/la_vector_large_numbers.cc @@ -68,7 +68,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_large_numbers(); } diff --git a/tests/lac/la_vector_norms.cc b/tests/lac/la_vector_norms.cc index 950ffff873..b362eeffba 100644 --- a/tests/lac/la_vector_norms.cc +++ b/tests/lac/la_vector_norms.cc @@ -100,7 +100,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_norms(); check_norms(); diff --git a/tests/lac/la_vector_output.cc b/tests/lac/la_vector_output.cc index d87f3477d2..34eec044c5 100644 --- a/tests/lac/la_vector_output.cc +++ b/tests/lac/la_vector_output.cc @@ -75,7 +75,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/lac/la_vector_vector.cc b/tests/lac/la_vector_vector.cc index 694fa80ab7..21639826bd 100644 --- a/tests/lac/la_vector_vector.cc +++ b/tests/lac/la_vector_vector.cc @@ -134,7 +134,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LinearAlgebra::Vector d1(N), d2(N); LinearAlgebra::Vector f1(N), f2(N); diff --git a/tests/lac/linear_operator_11.cc b/tests/lac/linear_operator_11.cc index 0a298fec6a..3e080cd469 100644 --- a/tests/lac/linear_operator_11.cc +++ b/tests/lac/linear_operator_11.cc @@ -268,7 +268,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/lac/linear_operator_12.cc b/tests/lac/linear_operator_12.cc index bca6740c0d..31b217cd7c 100644 --- a/tests/lac/linear_operator_12.cc +++ b/tests/lac/linear_operator_12.cc @@ -349,7 +349,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/lac/linear_operator_12a.cc b/tests/lac/linear_operator_12a.cc index 3c69d2f1b4..c3ce0edafe 100644 --- a/tests/lac/linear_operator_12a.cc +++ b/tests/lac/linear_operator_12a.cc @@ -350,7 +350,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/lac/matrices.cc b/tests/lac/matrices.cc index 6625f9e5b5..a8db8ce68c 100644 --- a/tests/lac/matrices.cc +++ b/tests/lac/matrices.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/matrices_ez.cc b/tests/lac/matrices_ez.cc index e449d215b1..0bf98fc085 100644 --- a/tests/lac/matrices_ez.cc +++ b/tests/lac/matrices_ez.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/matrices_ez_add.cc b/tests/lac/matrices_ez_add.cc index e419470117..038c6d32e8 100644 --- a/tests/lac/matrices_ez_add.cc +++ b/tests/lac/matrices_ez_add.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/matrices_lapack.cc b/tests/lac/matrices_lapack.cc index 6912ff3429..7f8e5c8a06 100644 --- a/tests/lac/matrices_lapack.cc +++ b/tests/lac/matrices_lapack.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/matrices_lapack_fill.cc b/tests/lac/matrices_lapack_fill.cc index 549145a42a..a1eb21fd19 100644 --- a/tests/lac/matrices_lapack_fill.cc +++ b/tests/lac/matrices_lapack_fill.cc @@ -31,7 +31,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/matrix_out_02.cc b/tests/lac/matrix_out_02.cc index b93e6b2946..238daf165d 100644 --- a/tests/lac/matrix_out_02.cc +++ b/tests/lac/matrix_out_02.cc @@ -31,7 +31,6 @@ int main (int argc, char **argv) deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // test for a rectangular sparse // matrix diff --git a/tests/lac/pointer_matrix_01.cc b/tests/lac/pointer_matrix_01.cc index d2e8ab67f7..a521521978 100644 --- a/tests/lac/pointer_matrix_01.cc +++ b/tests/lac/pointer_matrix_01.cc @@ -37,7 +37,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); checkConstructor1(); } diff --git a/tests/lac/pointer_matrix_02.cc b/tests/lac/pointer_matrix_02.cc index 9f07b57578..2008f2f6ec 100644 --- a/tests/lac/pointer_matrix_02.cc +++ b/tests/lac/pointer_matrix_02.cc @@ -37,7 +37,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_03.cc b/tests/lac/pointer_matrix_03.cc index 1c6097f59e..20bb1570ee 100644 --- a/tests/lac/pointer_matrix_03.cc +++ b/tests/lac/pointer_matrix_03.cc @@ -37,7 +37,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); char *name = "Matrix A"; diff --git a/tests/lac/pointer_matrix_04.cc b/tests/lac/pointer_matrix_04.cc index 3f0b1136ac..0b949796c6 100644 --- a/tests/lac/pointer_matrix_04.cc +++ b/tests/lac/pointer_matrix_04.cc @@ -37,7 +37,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_05.cc b/tests/lac/pointer_matrix_05.cc index 7afe008df7..dbe9e98fba 100644 --- a/tests/lac/pointer_matrix_05.cc +++ b/tests/lac/pointer_matrix_05.cc @@ -55,7 +55,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_06.cc b/tests/lac/pointer_matrix_06.cc index b8a92d8d35..f12d94d038 100644 --- a/tests/lac/pointer_matrix_06.cc +++ b/tests/lac/pointer_matrix_06.cc @@ -55,7 +55,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_07.cc b/tests/lac/pointer_matrix_07.cc index e5e2c7e1af..22ab2c2182 100644 --- a/tests/lac/pointer_matrix_07.cc +++ b/tests/lac/pointer_matrix_07.cc @@ -64,7 +64,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_08.cc b/tests/lac/pointer_matrix_08.cc index 33dc8e1a06..906d0f1c95 100644 --- a/tests/lac/pointer_matrix_08.cc +++ b/tests/lac/pointer_matrix_08.cc @@ -64,7 +64,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_09.cc b/tests/lac/pointer_matrix_09.cc index 8380f0e9ec..e05fbf6ee7 100644 --- a/tests/lac/pointer_matrix_09.cc +++ b/tests/lac/pointer_matrix_09.cc @@ -66,7 +66,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/pointer_matrix_10.cc b/tests/lac/pointer_matrix_10.cc index acf4234db5..95a0f0dfb3 100644 --- a/tests/lac/pointer_matrix_10.cc +++ b/tests/lac/pointer_matrix_10.cc @@ -93,7 +93,6 @@ main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double Adata[] = { 2, 3, 4, 5 }; diff --git a/tests/lac/precondition_chebyshev_01.cc b/tests/lac/precondition_chebyshev_01.cc index 6ff99c0c42..ee6296c0cc 100644 --- a/tests/lac/precondition_chebyshev_01.cc +++ b/tests/lac/precondition_chebyshev_01.cc @@ -101,7 +101,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); diff --git a/tests/lac/precondition_chebyshev_02.cc b/tests/lac/precondition_chebyshev_02.cc index ff16977c42..84c2834bd3 100644 --- a/tests/lac/precondition_chebyshev_02.cc +++ b/tests/lac/precondition_chebyshev_02.cc @@ -124,7 +124,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); diff --git a/tests/lac/precondition_chebyshev_03.cc b/tests/lac/precondition_chebyshev_03.cc index 3557f21303..3b027ef076 100644 --- a/tests/lac/precondition_chebyshev_03.cc +++ b/tests/lac/precondition_chebyshev_03.cc @@ -33,7 +33,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int size=4; size <= 16; size *= 2) diff --git a/tests/lac/precondition_chebyshev_04.cc b/tests/lac/precondition_chebyshev_04.cc index 3213c2e483..3a2f9c4423 100644 --- a/tests/lac/precondition_chebyshev_04.cc +++ b/tests/lac/precondition_chebyshev_04.cc @@ -122,7 +122,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); diff --git a/tests/lac/precondition_chebyshev_05.cc b/tests/lac/precondition_chebyshev_05.cc index d710a01bad..ad85a96c31 100644 --- a/tests/lac/precondition_chebyshev_05.cc +++ b/tests/lac/precondition_chebyshev_05.cc @@ -35,7 +35,6 @@ int main(int argc, char **argv) deallog << std::fixed; deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi(argc, argv, 1); diff --git a/tests/lac/print_formatted_ez_01.cc b/tests/lac/print_formatted_ez_01.cc index dc765c85ee..e5fdc13c04 100644 --- a/tests/lac/print_formatted_ez_01.cc +++ b/tests/lac/print_formatted_ez_01.cc @@ -28,7 +28,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SparseMatrixEZ ez(5,4); ez.set(0,0,2.); diff --git a/tests/lac/schur_complement_05.cc b/tests/lac/schur_complement_05.cc index 2351fdfc0a..5349464af4 100644 --- a/tests/lac/schur_complement_05.cc +++ b/tests/lac/schur_complement_05.cc @@ -917,7 +917,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { StokesProblem<2> flow_problem(1); flow_problem.run (); diff --git a/tests/lac/solver.cc b/tests/lac/solver.cc index a02ada90da..d27af92e82 100644 --- a/tests/lac/solver.cc +++ b/tests/lac/solver.cc @@ -76,7 +76,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(100, 1.e-3); diff --git a/tests/lac/solver_02.cc b/tests/lac/solver_02.cc index 2085976499..e689b3bf42 100644 --- a/tests/lac/solver_02.cc +++ b/tests/lac/solver_02.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test > >(); test > >(); diff --git a/tests/lac/solver_control_01.cc b/tests/lac/solver_control_01.cc index 876f1b512b..521399ef43 100644 --- a/tests/lac/solver_control_01.cc +++ b/tests/lac/solver_control_01.cc @@ -66,7 +66,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { const unsigned int size = 32; diff --git a/tests/lac/solver_control_02.cc b/tests/lac/solver_control_02.cc index 2208d7cb5e..ca48942cf1 100644 --- a/tests/lac/solver_control_02.cc +++ b/tests/lac/solver_control_02.cc @@ -66,7 +66,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { diff --git a/tests/lac/solver_control_03.cc b/tests/lac/solver_control_03.cc index 7ff3dfee4f..7bfd483486 100644 --- a/tests/lac/solver_control_03.cc +++ b/tests/lac/solver_control_03.cc @@ -66,7 +66,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { diff --git a/tests/lac/solver_control_04.cc b/tests/lac/solver_control_04.cc index 6ec0d0aba9..625a00e4e1 100644 --- a/tests/lac/solver_control_04.cc +++ b/tests/lac/solver_control_04.cc @@ -66,7 +66,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { const unsigned int size = 32; diff --git a/tests/lac/solver_control_05.cc b/tests/lac/solver_control_05.cc index c99338c27d..eb3d65e639 100644 --- a/tests/lac/solver_control_05.cc +++ b/tests/lac/solver_control_05.cc @@ -28,7 +28,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { ConsecutiveControl solver_control(12345, 1.e-3, 3, false, false); diff --git a/tests/lac/solver_fire_01.cc b/tests/lac/solver_fire_01.cc index 0c56ba0c48..1a980e4b66 100644 --- a/tests/lac/solver_fire_01.cc +++ b/tests/lac/solver_fire_01.cc @@ -82,7 +82,6 @@ int main () // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_value( 10, -2, 1e-15); check_value(-0.1, 0.1, 1e-15); diff --git a/tests/lac/solver_fire_rosenbrock_01.cc b/tests/lac/solver_fire_rosenbrock_01.cc index c57bec777b..9c1a4e269c 100644 --- a/tests/lac/solver_fire_rosenbrock_01.cc +++ b/tests/lac/solver_fire_rosenbrock_01.cc @@ -118,7 +118,6 @@ int main () // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_value( 2, 1e-14); check_value(10, 1e-14); diff --git a/tests/lac/solver_memorytest.cc b/tests/lac/solver_memorytest.cc index 0de5c1481a..1cc14f7358 100644 --- a/tests/lac/solver_memorytest.cc +++ b/tests/lac/solver_memorytest.cc @@ -65,7 +65,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int size=4; size <= 30; size *= 3) { diff --git a/tests/lac/solver_monitor.cc b/tests/lac/solver_monitor.cc index 5e9008f81d..75cc08600a 100644 --- a/tests/lac/solver_monitor.cc +++ b/tests/lac/solver_monitor.cc @@ -78,7 +78,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; diff --git a/tests/lac/solver_monitor_disconnect.cc b/tests/lac/solver_monitor_disconnect.cc index 9c54aa56fe..6b22438f9a 100644 --- a/tests/lac/solver_monitor_disconnect.cc +++ b/tests/lac/solver_monitor_disconnect.cc @@ -79,7 +79,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; diff --git a/tests/lac/solver_relaxation_01.cc b/tests/lac/solver_relaxation_01.cc index ff1d5087d4..8a5116ee5f 100644 --- a/tests/lac/solver_relaxation_01.cc +++ b/tests/lac/solver_relaxation_01.cc @@ -56,7 +56,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SolverControl control(10, 1.e-3); SolverRichardson<> rich(control); diff --git a/tests/lac/solver_relaxation_02.cc b/tests/lac/solver_relaxation_02.cc index cb44c25d9b..d9a314e1d4 100644 --- a/tests/lac/solver_relaxation_02.cc +++ b/tests/lac/solver_relaxation_02.cc @@ -57,7 +57,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SolverControl control(10, 1.e-3); SolverRichardson<> rich(control); diff --git a/tests/lac/solver_relaxation_03.cc b/tests/lac/solver_relaxation_03.cc index 441ea938e1..9ea9edd5f6 100644 --- a/tests/lac/solver_relaxation_03.cc +++ b/tests/lac/solver_relaxation_03.cc @@ -58,7 +58,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SolverControl control(10, 1.e-3); SolverRichardson<> rich(control); diff --git a/tests/lac/solver_relaxation_04.cc b/tests/lac/solver_relaxation_04.cc index 9f3609bc73..7ff2a0d34b 100644 --- a/tests/lac/solver_relaxation_04.cc +++ b/tests/lac/solver_relaxation_04.cc @@ -57,7 +57,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SolverControl control(10, 1.e-3); SolverRelaxation<> relax(control); diff --git a/tests/lac/solver_selector_00.cc b/tests/lac/solver_selector_00.cc index 93f88eb839..ea3e2662e1 100644 --- a/tests/lac/solver_selector_00.cc +++ b/tests/lac/solver_selector_00.cc @@ -29,7 +29,6 @@ DEAL_II_NAMESPACE_CLOSE int main () { initlog(); - deallog.threshold_double(1.e-10); deallog << "OK" << std::endl; } diff --git a/tests/lac/solver_selector_01.cc b/tests/lac/solver_selector_01.cc index 6ceac8e9d1..4fdd9cb5ac 100644 --- a/tests/lac/solver_selector_01.cc +++ b/tests/lac/solver_selector_01.cc @@ -70,7 +70,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); unsigned int size=37; unsigned int dim = (size-1)*(size-1); diff --git a/tests/lac/solver_selector_02.cc b/tests/lac/solver_selector_02.cc index 44b92c3fb5..57bf7a6f96 100644 --- a/tests/lac/solver_selector_02.cc +++ b/tests/lac/solver_selector_02.cc @@ -74,7 +74,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); unsigned int size=37; unsigned int dim = (size-1)*(size-1); diff --git a/tests/lac/solver_signals.cc b/tests/lac/solver_signals.cc index 00a620c2fa..8d968091cd 100644 --- a/tests/lac/solver_signals.cc +++ b/tests/lac/solver_signals.cc @@ -99,7 +99,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); SolverControl solver_control(100, 1.e-3); diff --git a/tests/lac/sparse_ilu.cc b/tests/lac/sparse_ilu.cc index 2d118fbf61..77c192efc9 100644 --- a/tests/lac/sparse_ilu.cc +++ b/tests/lac/sparse_ilu.cc @@ -32,7 +32,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int size=4; size <= 16; size *= 2) diff --git a/tests/lac/sparse_ilu_inverse.cc b/tests/lac/sparse_ilu_inverse.cc index adcbb29705..b91e0ed3d2 100644 --- a/tests/lac/sparse_ilu_inverse.cc +++ b/tests/lac/sparse_ilu_inverse.cc @@ -32,7 +32,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int N=1; N<5; ++N) diff --git a/tests/lac/sparse_ilu_t.cc b/tests/lac/sparse_ilu_t.cc index 6cd01bc381..c6bac20186 100644 --- a/tests/lac/sparse_ilu_t.cc +++ b/tests/lac/sparse_ilu_t.cc @@ -32,7 +32,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int size=4; size <= 16; size *= 2) diff --git a/tests/lac/sparse_matrices.cc b/tests/lac/sparse_matrices.cc index 59359385b0..61396d097b 100644 --- a/tests/lac/sparse_matrices.cc +++ b/tests/lac/sparse_matrices.cc @@ -279,7 +279,6 @@ int main() // Switch between regression test // and benchmark //#ifdef DEBUG - deallog.threshold_double(1.e-10); const unsigned int size = 5; const unsigned int row_length = 3; /*#else diff --git a/tests/lac/sparse_mic.cc b/tests/lac/sparse_mic.cc index 2a8d482a06..573193a705 100644 --- a/tests/lac/sparse_mic.cc +++ b/tests/lac/sparse_mic.cc @@ -32,7 +32,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); for (unsigned int size=4; size <= 16; size *= 2) diff --git a/tests/lac/tensor_product_matrix_01.cc b/tests/lac/tensor_product_matrix_01.cc index a62fe72833..1e17f5c028 100644 --- a/tests/lac/tensor_product_matrix_01.cc +++ b/tests/lac/tensor_product_matrix_01.cc @@ -82,7 +82,6 @@ void do_test(const unsigned int size) int main() { initlog(); - deallog.threshold_double(1e-11); do_test<1>(1); do_test<1>(2); diff --git a/tests/lac/tensor_product_matrix_02.cc b/tests/lac/tensor_product_matrix_02.cc index 7775216b59..0f962a8838 100644 --- a/tests/lac/tensor_product_matrix_02.cc +++ b/tests/lac/tensor_product_matrix_02.cc @@ -82,7 +82,6 @@ void do_test() int main() { initlog(); - deallog.threshold_double(1e-11); do_test<1,1>(); do_test<1,2>(); diff --git a/tests/lac/tensor_product_matrix_03.cc b/tests/lac/tensor_product_matrix_03.cc index b536f2b2ad..3967ffc812 100644 --- a/tests/lac/tensor_product_matrix_03.cc +++ b/tests/lac/tensor_product_matrix_03.cc @@ -82,7 +82,6 @@ void do_test() int main() { initlog(); - deallog.threshold_double(5e-3); do_test<1,1>(); do_test<1,2>(); diff --git a/tests/lac/trace.cc b/tests/lac/trace.cc index e5776dca99..c43e47e27a 100644 --- a/tests/lac/trace.cc +++ b/tests/lac/trace.cc @@ -28,7 +28,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int N=20; FullMatrix m (N,N); diff --git a/tests/lac/tridiagonal_matrix.cc b/tests/lac/tridiagonal_matrix.cc index b145b7edde..407f9d7966 100644 --- a/tests/lac/tridiagonal_matrix.cc +++ b/tests/lac/tridiagonal_matrix.cc @@ -194,7 +194,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(5); check(4); diff --git a/tests/lac/tridiagonal_matrix_sym.cc b/tests/lac/tridiagonal_matrix_sym.cc index 54a8a3ac04..15470acbbe 100644 --- a/tests/lac/tridiagonal_matrix_sym.cc +++ b/tests/lac/tridiagonal_matrix_sym.cc @@ -142,7 +142,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(0); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(5); check(4); diff --git a/tests/lac/utilities_01.cc b/tests/lac/utilities_01.cc index cb0fa4a891..8d07b7828c 100644 --- a/tests/lac/utilities_01.cc +++ b/tests/lac/utilities_01.cc @@ -35,7 +35,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(6); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/lac/utilities_02.cc b/tests/lac/utilities_02.cc index 8b6af8f86a..9f4792eacf 100644 --- a/tests/lac/utilities_02.cc +++ b/tests/lac/utilities_02.cc @@ -260,7 +260,6 @@ int main (int argc,char **argv) { std::ofstream logfile("output"); deallog.attach(logfile,/*do not print job id*/false); - deallog.threshold_double(eps); try { diff --git a/tests/lac/utilities_03.cc b/tests/lac/utilities_03.cc index c540e719d6..5e9e1fd00e 100644 --- a/tests/lac/utilities_03.cc +++ b/tests/lac/utilities_03.cc @@ -161,7 +161,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog << "No scaling:" << std::endl; // no scaling: diff --git a/tests/lac/vector-vector.cc b/tests/lac/vector-vector.cc index 7eb36522bc..b432706931 100644 --- a/tests/lac/vector-vector.cc +++ b/tests/lac/vector-vector.cc @@ -149,7 +149,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector d1(N), d2(N); Vector f1(N), f2(N); diff --git a/tests/lac/vector_accumulation_01.cc b/tests/lac/vector_accumulation_01.cc index fcbcb51248..8fd5b3b45d 100644 --- a/tests/lac/vector_accumulation_01.cc +++ b/tests/lac/vector_accumulation_01.cc @@ -50,7 +50,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_norms(); check_norms(); diff --git a/tests/lac/vector_accumulation_02.cc b/tests/lac/vector_accumulation_02.cc index 8e40fffbec..67be2f2a00 100644 --- a/tests/lac/vector_accumulation_02.cc +++ b/tests/lac/vector_accumulation_02.cc @@ -66,7 +66,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1e-50); // exact equality required! check_norms(); check_norms(); diff --git a/tests/lac/vector_add_and_dot.cc b/tests/lac/vector_add_and_dot.cc index 44d4f29a70..c339799ea8 100644 --- a/tests/lac/vector_add_and_dot.cc +++ b/tests/lac/vector_add_and_dot.cc @@ -62,7 +62,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); check(); diff --git a/tests/lac/vector_large_numbers.cc b/tests/lac/vector_large_numbers.cc index 72e35aa676..d3ae79b15a 100644 --- a/tests/lac/vector_large_numbers.cc +++ b/tests/lac/vector_large_numbers.cc @@ -67,7 +67,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_large_numbers(); } diff --git a/tests/lac/vector_memory.cc b/tests/lac/vector_memory.cc index 085b333f9b..f363214228 100644 --- a/tests/lac/vector_memory.cc +++ b/tests/lac/vector_memory.cc @@ -71,7 +71,6 @@ int main() { initlog(); - deallog.threshold_double(1.e-10); deal_II_exceptions::disable_abort_on_exception(); test_stat >(); diff --git a/tests/lac/vector_norms.cc b/tests/lac/vector_norms.cc index 002fe07694..ea5f274df6 100644 --- a/tests/lac/vector_norms.cc +++ b/tests/lac/vector_norms.cc @@ -111,7 +111,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_norms(); check_norms(); diff --git a/tests/lac/vector_operations_parallel_for_start_end.cc b/tests/lac/vector_operations_parallel_for_start_end.cc index a43dbf3587..3261d5aefd 100644 --- a/tests/lac/vector_operations_parallel_for_start_end.cc +++ b/tests/lac/vector_operations_parallel_for_start_end.cc @@ -66,7 +66,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); check(); diff --git a/tests/lac/vector_operations_parallel_reduce_start_end.cc b/tests/lac/vector_operations_parallel_reduce_start_end.cc index 1d24809eeb..b1bf28041e 100644 --- a/tests/lac/vector_operations_parallel_reduce_start_end.cc +++ b/tests/lac/vector_operations_parallel_reduce_start_end.cc @@ -76,7 +76,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); check(); diff --git a/tests/lac/vector_view.cc b/tests/lac/vector_view.cc index 858ea87948..d6d889238f 100644 --- a/tests/lac/vector_view.cc +++ b/tests/lac/vector_view.cc @@ -43,7 +43,6 @@ int main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector v1(N); fill(v1); diff --git a/tests/lac/vector_view_01.cc b/tests/lac/vector_view_01.cc index f0e77d4e0d..7335548176 100644 --- a/tests/lac/vector_view_01.cc +++ b/tests/lac/vector_view_01.cc @@ -50,7 +50,6 @@ main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector V1(5); V1(0) = 1; diff --git a/tests/lac/vector_view_02.cc b/tests/lac/vector_view_02.cc index 826c01d374..e5c547d9c6 100644 --- a/tests/lac/vector_view_02.cc +++ b/tests/lac/vector_view_02.cc @@ -72,7 +72,6 @@ main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); checkReinit1(10, false); checkReinit1(10, true); diff --git a/tests/lac/vector_view_03.cc b/tests/lac/vector_view_03.cc index 4c17f5010f..1c7c50915d 100644 --- a/tests/lac/vector_view_03.cc +++ b/tests/lac/vector_view_03.cc @@ -78,7 +78,6 @@ main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector V1(5); V1(0) = 1; diff --git a/tests/lac/vector_view_04.cc b/tests/lac/vector_view_04.cc index 01b54ddb99..a22226dab2 100644 --- a/tests/lac/vector_view_04.cc +++ b/tests/lac/vector_view_04.cc @@ -84,7 +84,6 @@ main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector V1(5); V1(0) = 1; diff --git a/tests/lac/vector_view_05.cc b/tests/lac/vector_view_05.cc index f51d4c03ab..64f69a6f16 100644 --- a/tests/lac/vector_view_05.cc +++ b/tests/lac/vector_view_05.cc @@ -56,7 +56,6 @@ main() deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Vector V1(5); V1(0) = 1; diff --git a/tests/lapack/full_matrix_00.cc b/tests/lapack/full_matrix_00.cc index 8594fa4591..ca0a486db9 100644 --- a/tests/lapack/full_matrix_00.cc +++ b/tests/lapack/full_matrix_00.cc @@ -93,7 +93,6 @@ int main() logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // Test square matrix initialisation test (4, true); diff --git a/tests/lapack/full_matrix_01.cc b/tests/lapack/full_matrix_01.cc index ce4876a7e0..0b45badc81 100644 --- a/tests/lapack/full_matrix_01.cc +++ b/tests/lapack/full_matrix_01.cc @@ -99,7 +99,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_rect(3,4,rect); test_rect(4,3,rect); diff --git a/tests/lapack/full_matrix_02.cc b/tests/lapack/full_matrix_02.cc index d92a9f0caa..4eb0c301d3 100644 --- a/tests/lapack/full_matrix_02.cc +++ b/tests/lapack/full_matrix_02.cc @@ -80,7 +80,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(4, false); test(4, true); diff --git a/tests/lapack/full_matrix_08.cc b/tests/lapack/full_matrix_08.cc index 0e25f728a7..39f81736b6 100644 --- a/tests/lapack/full_matrix_08.cc +++ b/tests/lapack/full_matrix_08.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_09.cc b/tests/lapack/full_matrix_09.cc index a55db19c57..707c093b1a 100644 --- a/tests/lapack/full_matrix_09.cc +++ b/tests/lapack/full_matrix_09.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_10.cc b/tests/lapack/full_matrix_10.cc index e9c6a0aec6..6cfc73a1d0 100644 --- a/tests/lapack/full_matrix_10.cc +++ b/tests/lapack/full_matrix_10.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_11.cc b/tests/lapack/full_matrix_11.cc index 2527826ec6..45cdd7861b 100644 --- a/tests/lapack/full_matrix_11.cc +++ b/tests/lapack/full_matrix_11.cc @@ -58,7 +58,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_12.cc b/tests/lapack/full_matrix_12.cc index ea6af5d80d..0d740cb4fe 100644 --- a/tests/lapack/full_matrix_12.cc +++ b/tests/lapack/full_matrix_12.cc @@ -61,7 +61,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_13.cc b/tests/lapack/full_matrix_13.cc index 48f9cec64d..aa7196ba18 100644 --- a/tests/lapack/full_matrix_13.cc +++ b/tests/lapack/full_matrix_13.cc @@ -61,7 +61,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/lapack/full_matrix_14.cc b/tests/lapack/full_matrix_14.cc index 8263b93224..4b8e1af0c8 100644 --- a/tests/lapack/full_matrix_14.cc +++ b/tests/lapack/full_matrix_14.cc @@ -64,7 +64,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(false); test(true); diff --git a/tests/lapack/solver_cg.cc b/tests/lapack/solver_cg.cc index b5444337ab..361fdc4f5d 100644 --- a/tests/lapack/solver_cg.cc +++ b/tests/lapack/solver_cg.cc @@ -90,7 +90,6 @@ int main() // logfile.setf(std::ios::fixed); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); GrowingVectorMemory<> mem; SolverControl control(100, 1.e-3); diff --git a/tests/lapack/tridiagonal_ev1.cc b/tests/lapack/tridiagonal_ev1.cc index 07ca18c816..ce27790bb9 100644 --- a/tests/lapack/tridiagonal_ev1.cc +++ b/tests/lapack/tridiagonal_ev1.cc @@ -47,7 +47,6 @@ int main() const std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_laplacian(10); test_laplacian(20); diff --git a/tests/manifold/chart_manifold_01.cc b/tests/manifold/chart_manifold_01.cc index 398c85c0b8..3c92de7e10 100644 --- a/tests/manifold/chart_manifold_01.cc +++ b/tests/manifold/chart_manifold_01.cc @@ -92,7 +92,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_01_embedded.cc b/tests/manifold/chart_manifold_01_embedded.cc index ce177ead66..6b0591f821 100644 --- a/tests/manifold/chart_manifold_01_embedded.cc +++ b/tests/manifold/chart_manifold_01_embedded.cc @@ -100,7 +100,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_02.cc b/tests/manifold/chart_manifold_02.cc index cc687115db..a27c5d0619 100644 --- a/tests/manifold/chart_manifold_02.cc +++ b/tests/manifold/chart_manifold_02.cc @@ -101,7 +101,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<2,3>(); diff --git a/tests/manifold/chart_manifold_02_embedded.cc b/tests/manifold/chart_manifold_02_embedded.cc index 36552e3900..94e9f7504f 100644 --- a/tests/manifold/chart_manifold_02_embedded.cc +++ b/tests/manifold/chart_manifold_02_embedded.cc @@ -109,7 +109,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); diff --git a/tests/manifold/chart_manifold_03.cc b/tests/manifold/chart_manifold_03.cc index a478a0e904..5ce140d19d 100644 --- a/tests/manifold/chart_manifold_03.cc +++ b/tests/manifold/chart_manifold_03.cc @@ -126,7 +126,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-8); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_03_embedded.cc b/tests/manifold/chart_manifold_03_embedded.cc index bb2ff09edc..46cee38235 100644 --- a/tests/manifold/chart_manifold_03_embedded.cc +++ b/tests/manifold/chart_manifold_03_embedded.cc @@ -134,7 +134,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-8); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_04.cc b/tests/manifold/chart_manifold_04.cc index 1b7b5cb481..750eb365b3 100644 --- a/tests/manifold/chart_manifold_04.cc +++ b/tests/manifold/chart_manifold_04.cc @@ -119,7 +119,6 @@ void test(unsigned int ref, const MappingQ &mapping) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(2, MappingQ<2>(4, false)); test<2,2>(2, MappingQ<2>(4, true)); diff --git a/tests/manifold/chart_manifold_04_embedded.cc b/tests/manifold/chart_manifold_04_embedded.cc index 6b33b01c62..7812591b59 100644 --- a/tests/manifold/chart_manifold_04_embedded.cc +++ b/tests/manifold/chart_manifold_04_embedded.cc @@ -127,7 +127,6 @@ void test(unsigned int ref, const MappingQ &mapping) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(2, MappingQ<2>(4, false)); test<2,2>(2, MappingQ<2>(4, true)); diff --git a/tests/manifold/chart_manifold_05.cc b/tests/manifold/chart_manifold_05.cc index 84daf0ccb8..0866b6f8af 100644 --- a/tests/manifold/chart_manifold_05.cc +++ b/tests/manifold/chart_manifold_05.cc @@ -74,7 +74,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_05_embedded.cc b/tests/manifold/chart_manifold_05_embedded.cc index 5b0d4b2036..950b152876 100644 --- a/tests/manifold/chart_manifold_05_embedded.cc +++ b/tests/manifold/chart_manifold_05_embedded.cc @@ -82,7 +82,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_06.cc b/tests/manifold/chart_manifold_06.cc index 5da6e226a9..f3432b6109 100644 --- a/tests/manifold/chart_manifold_06.cc +++ b/tests/manifold/chart_manifold_06.cc @@ -88,7 +88,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_06_embedded.cc b/tests/manifold/chart_manifold_06_embedded.cc index b789524704..0ad40e6922 100644 --- a/tests/manifold/chart_manifold_06_embedded.cc +++ b/tests/manifold/chart_manifold_06_embedded.cc @@ -93,7 +93,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/chart_manifold_07.cc b/tests/manifold/chart_manifold_07.cc index 6f8071609d..30acdacedb 100644 --- a/tests/manifold/chart_manifold_07.cc +++ b/tests/manifold/chart_manifold_07.cc @@ -152,7 +152,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/manifold/chart_manifold_08.cc b/tests/manifold/chart_manifold_08.cc index 67ece0e9b7..d189bc6967 100644 --- a/tests/manifold/chart_manifold_08.cc +++ b/tests/manifold/chart_manifold_08.cc @@ -127,7 +127,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/manifold/cylindrical_manifold_01.cc b/tests/manifold/cylindrical_manifold_01.cc index 3e7bd743c2..ec84859326 100644 --- a/tests/manifold/cylindrical_manifold_01.cc +++ b/tests/manifold/cylindrical_manifold_01.cc @@ -50,7 +50,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<3,3>(); diff --git a/tests/manifold/cylindrical_manifold_02.cc b/tests/manifold/cylindrical_manifold_02.cc index bce1b9c262..801bb18a44 100644 --- a/tests/manifold/cylindrical_manifold_02.cc +++ b/tests/manifold/cylindrical_manifold_02.cc @@ -51,7 +51,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<3,3>(); diff --git a/tests/manifold/flat_manifold_01.cc b/tests/manifold/flat_manifold_01.cc index 0ff8a10d5a..5bfb833141 100644 --- a/tests/manifold/flat_manifold_01.cc +++ b/tests/manifold/flat_manifold_01.cc @@ -56,7 +56,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/flat_manifold_02.cc b/tests/manifold/flat_manifold_02.cc index bd9550aa7f..9c4f3443ce 100644 --- a/tests/manifold/flat_manifold_02.cc +++ b/tests/manifold/flat_manifold_02.cc @@ -61,7 +61,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<2,3>(); diff --git a/tests/manifold/flat_manifold_03.cc b/tests/manifold/flat_manifold_03.cc index 5bc6bbb814..bde2e81ed8 100644 --- a/tests/manifold/flat_manifold_03.cc +++ b/tests/manifold/flat_manifold_03.cc @@ -85,7 +85,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-8); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/flat_manifold_04.cc b/tests/manifold/flat_manifold_04.cc index a0de8cd727..f40eba2c8a 100644 --- a/tests/manifold/flat_manifold_04.cc +++ b/tests/manifold/flat_manifold_04.cc @@ -83,7 +83,6 @@ void test(unsigned int ref, const MappingQ &mapping) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(2, MappingQ<2>(4, false)); test<2,2>(2, MappingQ<2>(4, true)); diff --git a/tests/manifold/flat_manifold_05.cc b/tests/manifold/flat_manifold_05.cc index 2fae8bb90f..7d77cbf7d8 100644 --- a/tests/manifold/flat_manifold_05.cc +++ b/tests/manifold/flat_manifold_05.cc @@ -41,7 +41,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/flat_manifold_06.cc b/tests/manifold/flat_manifold_06.cc index 9ae6f70662..b60b31952c 100644 --- a/tests/manifold/flat_manifold_06.cc +++ b/tests/manifold/flat_manifold_06.cc @@ -46,7 +46,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/function_manifold_01.cc b/tests/manifold/function_manifold_01.cc index 645f5ebae3..34c570f50a 100644 --- a/tests/manifold/function_manifold_01.cc +++ b/tests/manifold/function_manifold_01.cc @@ -69,7 +69,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); diff --git a/tests/manifold/function_manifold_02.cc b/tests/manifold/function_manifold_02.cc index 341c03b5ad..ae40d6cb02 100644 --- a/tests/manifold/function_manifold_02.cc +++ b/tests/manifold/function_manifold_02.cc @@ -69,7 +69,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); diff --git a/tests/manifold/function_manifold_03.cc b/tests/manifold/function_manifold_03.cc index 80fe8ace63..a01d825ba1 100644 --- a/tests/manifold/function_manifold_03.cc +++ b/tests/manifold/function_manifold_03.cc @@ -81,7 +81,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); diff --git a/tests/manifold/manifold_id_01.cc b/tests/manifold/manifold_id_01.cc index 1169dfeea2..83a082119b 100644 --- a/tests/manifold/manifold_id_01.cc +++ b/tests/manifold/manifold_id_01.cc @@ -51,7 +51,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_02.cc b/tests/manifold/manifold_id_02.cc index f16d915adc..35ff38bc08 100644 --- a/tests/manifold/manifold_id_02.cc +++ b/tests/manifold/manifold_id_02.cc @@ -59,7 +59,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_03.cc b/tests/manifold/manifold_id_03.cc index da370c3590..7abdc65980 100644 --- a/tests/manifold/manifold_id_03.cc +++ b/tests/manifold/manifold_id_03.cc @@ -58,7 +58,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_04.cc b/tests/manifold/manifold_id_04.cc index 18827de233..c0be6e322a 100644 --- a/tests/manifold/manifold_id_04.cc +++ b/tests/manifold/manifold_id_04.cc @@ -57,7 +57,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_05.cc b/tests/manifold/manifold_id_05.cc index e93a368515..ebfac02ddb 100644 --- a/tests/manifold/manifold_id_05.cc +++ b/tests/manifold/manifold_id_05.cc @@ -60,7 +60,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_06.cc b/tests/manifold/manifold_id_06.cc index 45ba4faa75..e963bf234e 100644 --- a/tests/manifold/manifold_id_06.cc +++ b/tests/manifold/manifold_id_06.cc @@ -61,7 +61,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/manifold_id_07.cc b/tests/manifold/manifold_id_07.cc index a997d918a8..57c3300076 100644 --- a/tests/manifold/manifold_id_07.cc +++ b/tests/manifold/manifold_id_07.cc @@ -63,7 +63,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/polar_manifold_01.cc b/tests/manifold/polar_manifold_01.cc index 37b8a05a06..e0f424ff68 100644 --- a/tests/manifold/polar_manifold_01.cc +++ b/tests/manifold/polar_manifold_01.cc @@ -60,7 +60,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<3,3>(); diff --git a/tests/manifold/polar_manifold_02.cc b/tests/manifold/polar_manifold_02.cc index 9556945a31..b34d5e4fd6 100644 --- a/tests/manifold/polar_manifold_02.cc +++ b/tests/manifold/polar_manifold_02.cc @@ -59,7 +59,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<3,3>(); diff --git a/tests/manifold/polar_manifold_03.cc b/tests/manifold/polar_manifold_03.cc index 6105742472..2fe9c3e80e 100644 --- a/tests/manifold/polar_manifold_03.cc +++ b/tests/manifold/polar_manifold_03.cc @@ -77,7 +77,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<3,3>(); diff --git a/tests/manifold/polar_manifold_04.cc b/tests/manifold/polar_manifold_04.cc index b83d64f802..cabf40cc77 100644 --- a/tests/manifold/polar_manifold_04.cc +++ b/tests/manifold/polar_manifold_04.cc @@ -62,7 +62,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,2>(); test<2,3>(); diff --git a/tests/manifold/polar_manifold_06.cc b/tests/manifold/polar_manifold_06.cc index ed38f488ab..258d61c4d1 100644 --- a/tests/manifold/polar_manifold_06.cc +++ b/tests/manifold/polar_manifold_06.cc @@ -53,7 +53,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2,2>(); test<2,3>(); diff --git a/tests/manifold/projection_manifold_01.cc b/tests/manifold/projection_manifold_01.cc index ff40dd11a7..64d65dcc2a 100644 --- a/tests/manifold/projection_manifold_01.cc +++ b/tests/manifold/projection_manifold_01.cc @@ -64,7 +64,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/manifold/tria_accessor_point_01.cc b/tests/manifold/tria_accessor_point_01.cc index 61ce096444..123e6cd913 100644 --- a/tests/manifold/tria_accessor_point_01.cc +++ b/tests/manifold/tria_accessor_point_01.cc @@ -56,7 +56,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<3,3>(); diff --git a/tests/manifold/tria_accessor_point_02.cc b/tests/manifold/tria_accessor_point_02.cc index 20f97b0c17..1e2ed191e7 100644 --- a/tests/manifold/tria_accessor_point_02.cc +++ b/tests/manifold/tria_accessor_point_02.cc @@ -56,7 +56,6 @@ void test(unsigned int ref=1) int main () { initlog(); - deallog.threshold_double(1.e-10); test<2,2>(); test<3,3>(); diff --git a/tests/mappings/data_out_curved_geometry.cc b/tests/mappings/data_out_curved_geometry.cc index 970f1d4447..fb62a7d05d 100644 --- a/tests/mappings/data_out_curved_geometry.cc +++ b/tests/mappings/data_out_curved_geometry.cc @@ -45,7 +45,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); const Point<2> center (0,0); const SphericalManifold<2> boundary_description (center); diff --git a/tests/mappings/data_out_curved_geometry_3d.cc b/tests/mappings/data_out_curved_geometry_3d.cc index 53d8d6a0fc..94fe795901 100644 --- a/tests/mappings/data_out_curved_geometry_3d.cc +++ b/tests/mappings/data_out_curved_geometry_3d.cc @@ -40,7 +40,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); const CylindricalManifold<3> boundary_description; diff --git a/tests/mappings/data_out_curved_geometry_no_data.cc b/tests/mappings/data_out_curved_geometry_no_data.cc index 75d9496015..c406cac3aa 100644 --- a/tests/mappings/data_out_curved_geometry_no_data.cc +++ b/tests/mappings/data_out_curved_geometry_no_data.cc @@ -45,7 +45,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); const Point<2> center (0,0); const SphericalManifold<2> boundary_description (center); diff --git a/tests/mappings/fe_face_values_1d_mapping_cartesian.cc b/tests/mappings/fe_face_values_1d_mapping_cartesian.cc index 7da7078fe8..211dc6ba81 100644 --- a/tests/mappings/fe_face_values_1d_mapping_cartesian.cc +++ b/tests/mappings/fe_face_values_1d_mapping_cartesian.cc @@ -177,7 +177,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // ----------------------- // Tests for dim=1 diff --git a/tests/mappings/fe_face_values_1d_mapping_q2.cc b/tests/mappings/fe_face_values_1d_mapping_q2.cc index 44520f836b..09a0723722 100644 --- a/tests/mappings/fe_face_values_1d_mapping_q2.cc +++ b/tests/mappings/fe_face_values_1d_mapping_q2.cc @@ -177,7 +177,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // ----------------------- // Tests for dim=1 diff --git a/tests/mappings/mapping.cc b/tests/mappings/mapping.cc index a173350d15..ada00f5686 100644 --- a/tests/mappings/mapping.cc +++ b/tests/mappings/mapping.cc @@ -550,7 +550,6 @@ int main() std::ofstream logfile ("output"); deallog << std::setprecision(PRECISION); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // ----------------------- // Tests for dim=1 diff --git a/tests/mappings/mapping_c1.cc b/tests/mappings/mapping_c1.cc index 2581eeadbb..a30af0aa0c 100644 --- a/tests/mappings/mapping_c1.cc +++ b/tests/mappings/mapping_c1.cc @@ -34,7 +34,6 @@ int main () deallog << std::fixed; deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // create grid of circle, somehow // arbitrarily from only one cell, diff --git a/tests/mappings/mapping_cartesian_1.cc b/tests/mappings/mapping_cartesian_1.cc index afeaa8ffec..f0c61e1841 100644 --- a/tests/mappings/mapping_cartesian_1.cc +++ b/tests/mappings/mapping_cartesian_1.cc @@ -55,7 +55,6 @@ void check (const Triangulation &tria) int main () { initlog(); - deallog.threshold_double(1.e-10); { Triangulation<2> coarse_grid; diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b1.cc b/tests/mappings/mapping_fe_field_real_to_unit_b1.cc index 1740eada93..ceb65d5958 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b1.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b1.cc @@ -128,7 +128,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b2_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_b2_curved.cc index c028f06236..4d27c70fa9 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b2_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b2_curved.cc @@ -131,7 +131,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b2_mask.cc b/tests/mappings/mapping_fe_field_real_to_unit_b2_mask.cc index 04e117b2c7..77971a8a5c 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b2_mask.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b2_mask.cc @@ -128,7 +128,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b3_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_b3_curved.cc index a9d4f22d79..7655119565 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b3_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b3_curved.cc @@ -131,7 +131,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b4_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_b4_curved.cc index b09bf04d6c..ec6fbaced3 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b4_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b4_curved.cc @@ -130,7 +130,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_b5_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_b5_curved.cc index 3c308efe86..331ca34f1e 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_b5_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_b5_curved.cc @@ -130,7 +130,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q1.cc b/tests/mappings/mapping_fe_field_real_to_unit_q1.cc index 720041a80b..72566e29d8 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q1.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q1.cc @@ -126,7 +126,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q2_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_q2_curved.cc index 06179740bf..a5b32aab0b 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q2_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q2_curved.cc @@ -131,7 +131,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q2_mask.cc b/tests/mappings/mapping_fe_field_real_to_unit_q2_mask.cc index cc09ecee40..fe92017edb 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q2_mask.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q2_mask.cc @@ -129,7 +129,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q3_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_q3_curved.cc index 2b0f163971..948225040c 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q3_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q3_curved.cc @@ -131,7 +131,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q4_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_q4_curved.cc index 5edc20ea2e..6bfca32751 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q4_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q4_curved.cc @@ -129,7 +129,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_fe_field_real_to_unit_q5_curved.cc b/tests/mappings/mapping_fe_field_real_to_unit_q5_curved.cc index 6f4b00c62a..e70db4aa06 100644 --- a/tests/mappings/mapping_fe_field_real_to_unit_q5_curved.cc +++ b/tests/mappings/mapping_fe_field_real_to_unit_q5_curved.cc @@ -130,7 +130,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); test_real_to_unit_cell<2,2>(); diff --git a/tests/mappings/mapping_manifold_03.cc b/tests/mappings/mapping_manifold_03.cc index 838882a8b7..15dd9913e7 100644 --- a/tests/mappings/mapping_manifold_03.cc +++ b/tests/mappings/mapping_manifold_03.cc @@ -92,7 +92,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1,1>(); test<1,2>(); diff --git a/tests/mappings/mapping_manifold_step-3.cc b/tests/mappings/mapping_manifold_step-3.cc index 700cd34ff1..3c74c244d0 100644 --- a/tests/mappings/mapping_manifold_step-3.cc +++ b/tests/mappings/mapping_manifold_step-3.cc @@ -220,7 +220,6 @@ int main () logfile << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); LaplaceProblem laplace_problem; laplace_problem.run (); diff --git a/tests/mappings/mapping_q1_eulerian.cc b/tests/mappings/mapping_q1_eulerian.cc index 95a57fcf97..c27e52c683 100644 --- a/tests/mappings/mapping_q1_eulerian.cc +++ b/tests/mappings/mapping_q1_eulerian.cc @@ -103,7 +103,6 @@ main() deallog << std::setprecision(2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); diff --git a/tests/mappings/mapping_q1_eulerian_01.cc b/tests/mappings/mapping_q1_eulerian_01.cc index ab1abbbbd2..0f84530cac 100644 --- a/tests/mappings/mapping_q1_eulerian_01.cc +++ b/tests/mappings/mapping_q1_eulerian_01.cc @@ -118,7 +118,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (4); logfile << std::setprecision (4); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/mappings/mapping_q4_3d.cc b/tests/mappings/mapping_q4_3d.cc index 0366e8b777..7c2043b873 100644 --- a/tests/mappings/mapping_q4_3d.cc +++ b/tests/mappings/mapping_q4_3d.cc @@ -35,7 +35,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); Triangulation<3> coarse_grid; GridGenerator::hyper_cube (coarse_grid, -1, 1); diff --git a/tests/mappings/mapping_q_eulerian.cc b/tests/mappings/mapping_q_eulerian.cc index 93d4ccb38a..92a4f3557c 100644 --- a/tests/mappings/mapping_q_eulerian.cc +++ b/tests/mappings/mapping_q_eulerian.cc @@ -245,7 +245,6 @@ int main () deallog << std::setprecision(2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); // convergence studies diff --git a/tests/mappings/mapping_q_eulerian_01.cc b/tests/mappings/mapping_q_eulerian_01.cc index 385b93fbd7..ac9ed7fe8c 100644 --- a/tests/mappings/mapping_q_eulerian_01.cc +++ b/tests/mappings/mapping_q_eulerian_01.cc @@ -116,7 +116,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (4); logfile << std::setprecision (4); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/mappings/mapping_q_eulerian_02.cc b/tests/mappings/mapping_q_eulerian_02.cc index 9803acabcf..6f3e8b9945 100644 --- a/tests/mappings/mapping_q_eulerian_02.cc +++ b/tests/mappings/mapping_q_eulerian_02.cc @@ -118,7 +118,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (4); logfile << std::setprecision (4); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/mappings/mapping_q_eulerian_03.cc b/tests/mappings/mapping_q_eulerian_03.cc index 86abdbaebd..1b855952cd 100644 --- a/tests/mappings/mapping_q_eulerian_03.cc +++ b/tests/mappings/mapping_q_eulerian_03.cc @@ -119,7 +119,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (4); logfile << std::setprecision (4); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/mappings/mapping_q_manifold_01.cc b/tests/mappings/mapping_q_manifold_01.cc index 97db617b17..da75bb0997 100644 --- a/tests/mappings/mapping_q_manifold_01.cc +++ b/tests/mappings/mapping_q_manifold_01.cc @@ -195,7 +195,6 @@ int main () deallog << std::setprecision (5); deallog.attach (std::cout); deallog.depth_console (0); - deallog.threshold_double (1e-12); const static unsigned dim = 3; diff --git a/tests/mappings/mapping_q_manifold_02.cc b/tests/mappings/mapping_q_manifold_02.cc index 253e1cf265..c4c7268036 100644 --- a/tests/mappings/mapping_q_manifold_02.cc +++ b/tests/mappings/mapping_q_manifold_02.cc @@ -251,7 +251,6 @@ int main () deallog << std::setprecision (5); deallog.attach (std::cout); deallog.depth_console (0); - deallog.threshold_double (1e-12); test<2>(); test<3>(); diff --git a/tests/mappings/mapping_q_mixed_manifolds_01.cc b/tests/mappings/mapping_q_mixed_manifolds_01.cc index 22d9bc6c52..ff0adf2772 100644 --- a/tests/mappings/mapping_q_mixed_manifolds_01.cc +++ b/tests/mappings/mapping_q_mixed_manifolds_01.cc @@ -105,7 +105,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-14); test<2>(); test<3>(); diff --git a/tests/mappings/mapping_q_mixed_manifolds_02.cc b/tests/mappings/mapping_q_mixed_manifolds_02.cc index 92fe25a28b..b04e6cf286 100644 --- a/tests/mappings/mapping_q_mixed_manifolds_02.cc +++ b/tests/mappings/mapping_q_mixed_manifolds_02.cc @@ -212,7 +212,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-14); test<2>(); test<3>(); diff --git a/tests/mappings/mapping_real_to_unit_02.cc b/tests/mappings/mapping_real_to_unit_02.cc index 22c41d7a72..2e87612a37 100644 --- a/tests/mappings/mapping_real_to_unit_02.cc +++ b/tests/mappings/mapping_real_to_unit_02.cc @@ -80,7 +80,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test2<2>(); diff --git a/tests/mappings/mapping_real_to_unit_q1.cc b/tests/mappings/mapping_real_to_unit_q1.cc index 8e28110d49..d7fdb204c5 100644 --- a/tests/mappings/mapping_real_to_unit_q1.cc +++ b/tests/mappings/mapping_real_to_unit_q1.cc @@ -109,7 +109,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); diff --git a/tests/mappings/mapping_real_to_unit_q1_singular.cc b/tests/mappings/mapping_real_to_unit_q1_singular.cc index 8ec302554c..5bd4df16b7 100644 --- a/tests/mappings/mapping_real_to_unit_q1_singular.cc +++ b/tests/mappings/mapping_real_to_unit_q1_singular.cc @@ -60,7 +60,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<2>(); diff --git a/tests/mappings/mapping_real_to_unit_q4_curved.cc b/tests/mappings/mapping_real_to_unit_q4_curved.cc index 93e38951be..d26cdef184 100644 --- a/tests/mappings/mapping_real_to_unit_q4_curved.cc +++ b/tests/mappings/mapping_real_to_unit_q4_curved.cc @@ -111,7 +111,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); diff --git a/tests/mappings/mapping_real_to_unit_q4_curved_codim.cc b/tests/mappings/mapping_real_to_unit_q4_curved_codim.cc index 691add225b..cec3b96a9d 100644 --- a/tests/mappings/mapping_real_to_unit_q4_curved_codim.cc +++ b/tests/mappings/mapping_real_to_unit_q4_curved_codim.cc @@ -111,7 +111,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<2,3>(); diff --git a/tests/mappings/mapping_real_to_unit_q4_sphere_x.cc b/tests/mappings/mapping_real_to_unit_q4_sphere_x.cc index 3a9e400616..0939e3db6b 100644 --- a/tests/mappings/mapping_real_to_unit_q4_sphere_x.cc +++ b/tests/mappings/mapping_real_to_unit_q4_sphere_x.cc @@ -95,7 +95,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell(); diff --git a/tests/mappings/mapping_real_to_unit_q4_sphere_y.cc b/tests/mappings/mapping_real_to_unit_q4_sphere_y.cc index 6267279917..a5563b6f6a 100644 --- a/tests/mappings/mapping_real_to_unit_q4_sphere_y.cc +++ b/tests/mappings/mapping_real_to_unit_q4_sphere_y.cc @@ -104,7 +104,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell(); diff --git a/tests/mappings/mapping_real_to_unit_q4_sphere_z.cc b/tests/mappings/mapping_real_to_unit_q4_sphere_z.cc index e346923ec2..f92affdbec 100644 --- a/tests/mappings/mapping_real_to_unit_q4_sphere_z.cc +++ b/tests/mappings/mapping_real_to_unit_q4_sphere_z.cc @@ -86,7 +86,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell(); diff --git a/tests/mappings/mapping_real_to_unit_q4_straight.cc b/tests/mappings/mapping_real_to_unit_q4_straight.cc index 2922a64a5c..a449abec0f 100644 --- a/tests/mappings/mapping_real_to_unit_q4_straight.cc +++ b/tests/mappings/mapping_real_to_unit_q4_straight.cc @@ -114,7 +114,6 @@ main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_real_to_unit_cell<1,1>(); diff --git a/tests/matrix_free/assemble_matrix_01.cc b/tests/matrix_free/assemble_matrix_01.cc index 87f91b72a1..c402fd5f9c 100644 --- a/tests/matrix_free/assemble_matrix_01.cc +++ b/tests/matrix_free/assemble_matrix_01.cc @@ -155,7 +155,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/assemble_matrix_02.cc b/tests/matrix_free/assemble_matrix_02.cc index 04ae529d6e..14d0fc9bfd 100644 --- a/tests/matrix_free/assemble_matrix_02.cc +++ b/tests/matrix_free/assemble_matrix_02.cc @@ -207,7 +207,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2>(); deallog.pop(); diff --git a/tests/matrix_free/assemble_matrix_03.cc b/tests/matrix_free/assemble_matrix_03.cc index 33da884da5..9194a26ef8 100644 --- a/tests/matrix_free/assemble_matrix_03.cc +++ b/tests/matrix_free/assemble_matrix_03.cc @@ -194,7 +194,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/compress_constraints.cc b/tests/matrix_free/compress_constraints.cc index 779a00e0e6..dbf99560b0 100644 --- a/tests/matrix_free/compress_constraints.cc +++ b/tests/matrix_free/compress_constraints.cc @@ -92,7 +92,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2>(); deallog.pop(); diff --git a/tests/matrix_free/compress_mapping.cc b/tests/matrix_free/compress_mapping.cc index 234d736807..a4d99d5a31 100644 --- a/tests/matrix_free/compress_mapping.cc +++ b/tests/matrix_free/compress_mapping.cc @@ -182,7 +182,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2>(); test_cube<2>(); diff --git a/tests/matrix_free/copy.cc b/tests/matrix_free/copy.cc index 6d8487f86c..c111380381 100644 --- a/tests/matrix_free/copy.cc +++ b/tests/matrix_free/copy.cc @@ -116,7 +116,6 @@ void test () { deallog << "Test doubles" << std::endl; sub_test(); - deallog.threshold_double(1.e-6); deallog << "Test floats" << std::endl; sub_test(); } diff --git a/tests/matrix_free/copy_feevaluation.cc b/tests/matrix_free/copy_feevaluation.cc index 2342aa041a..3e9aee67db 100644 --- a/tests/matrix_free/copy_feevaluation.cc +++ b/tests/matrix_free/copy_feevaluation.cc @@ -337,7 +337,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/estimate_condition_number_mass.cc b/tests/matrix_free/estimate_condition_number_mass.cc index 8cc8f6472a..1c7f1c0f1a 100644 --- a/tests/matrix_free/estimate_condition_number_mass.cc +++ b/tests/matrix_free/estimate_condition_number_mass.cc @@ -154,7 +154,6 @@ int main () { // iterations taken from results at tolerance 1e-9 - deallog.threshold_double(1.e-8); deallog.push("2d"); test<2,1>(FE_Q<2>(1), 15); test<2,1>(FE_DGQ<2>(1), 3); diff --git a/tests/matrix_free/evaluate_1d_shape.cc b/tests/matrix_free/evaluate_1d_shape.cc index 11b931a3b4..e670a81d1c 100644 --- a/tests/matrix_free/evaluate_1d_shape.cc +++ b/tests/matrix_free/evaluate_1d_shape.cc @@ -106,7 +106,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1e-14); deallog.push("values"); test<4,4,0,false>(); diff --git a/tests/matrix_free/evaluate_1d_shape_evenodd.cc b/tests/matrix_free/evaluate_1d_shape_evenodd.cc index c0149570dc..e0186a9a55 100644 --- a/tests/matrix_free/evaluate_1d_shape_evenodd.cc +++ b/tests/matrix_free/evaluate_1d_shape_evenodd.cc @@ -121,7 +121,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1e-14); deallog.push("values"); test<4,4,0,false>(); diff --git a/tests/matrix_free/fe_evaluation_access_1d.cc b/tests/matrix_free/fe_evaluation_access_1d.cc index 4a6b2b3312..22d884e354 100644 --- a/tests/matrix_free/fe_evaluation_access_1d.cc +++ b/tests/matrix_free/fe_evaluation_access_1d.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); FEEvaluationAccess<1,1,double> *test; // didn't compile before deallog << "OK" << std::endl; diff --git a/tests/matrix_free/get_functions_multife.cc b/tests/matrix_free/get_functions_multife.cc index 5842dd41d3..291c2390e9 100644 --- a/tests/matrix_free/get_functions_multife.cc +++ b/tests/matrix_free/get_functions_multife.cc @@ -148,7 +148,6 @@ public: { if (types_are_equal::value == true) { - deallog.threshold_double (4e-14); deallog << "Error function values FE " << i << ": " << errors[i*3+0]/total[i*3+0] << std::endl; deallog << "Error function gradients FE " << i << ": " @@ -162,19 +161,16 @@ public: // some elements, it might also be zero // (linear elements on quadrilaterals), so // need to check for division by 0, too. - deallog.threshold_double (5e-7); const double output2 = total[i*3+2] == 0 ? 0. : errors[i*3+2] / total[i*3+2]; deallog << "Error function Laplacians FE " << i << ": " << output2 << std::endl; } else if (types_are_equal::value == true) { - deallog.threshold_double (1e-6); deallog << "Error function values FE " << i << ": " << errors[i*3+0]/total[i*3+0] << std::endl; deallog << "Error function gradients FE " << i << ": " << errors[i*3+1]/total[i*3+1] << std::endl; const double output2 = total[i*3+2] == 0 ? 0. : errors[i*3+2] / total[i*3+2]; - deallog.threshold_double (1e-6); deallog << "Error function Laplacians FE " << i << ": " << output2 << std::endl; } } @@ -275,7 +271,6 @@ int main () // need to set quite a loose tolerance because // FEValues approximates Hessians with finite // differences, which are not so accurate - deallog.threshold_double(2.e-5); deallog << std::setprecision (3); { diff --git a/tests/matrix_free/get_functions_multife2.cc b/tests/matrix_free/get_functions_multife2.cc index b925e0abac..32eb2a3f87 100644 --- a/tests/matrix_free/get_functions_multife2.cc +++ b/tests/matrix_free/get_functions_multife2.cc @@ -187,7 +187,6 @@ public: { if (types_are_equal::value == true) { - deallog.threshold_double (4e-14); deallog << "Error function values FE " << i << ": " << errors[i*3+0]/total[i*3+0] << std::endl; deallog << "Error function gradients FE " << i << ": " @@ -201,19 +200,16 @@ public: // some elements, it might also be zero // (linear elements on quadrilaterals), so // need to check for division by 0, too. - deallog.threshold_double (2e-6); const double output2 = total[i*3+2] == 0 ? 0. : errors[i*3+2] / total[i*3+2]; deallog << "Error function Laplacians FE " << i << ": " << output2 << std::endl; } else if (types_are_equal::value == true) { - deallog.threshold_double (1e-6); deallog << "Error function values FE " << i << ": " << errors[i*3+0]/total[i*3+0] << std::endl; deallog << "Error function gradients FE " << i << ": " << errors[i*3+1]/total[i*3+1] << std::endl; const double output2 = total[i*3+2] == 0 ? 0. : errors[i*3+2] / total[i*3+2]; - deallog.threshold_double (1e-6); deallog << "Error function Laplacians FE " << i << ": " << output2 << std::endl; } } @@ -327,7 +323,6 @@ int main () // need to set quite a loose tolerance because // FEValues approximates Hessians with finite // differences, which are not so accurate - deallog.threshold_double(2.e-5); deallog << std::setprecision (3); { diff --git a/tests/matrix_free/get_functions_variants.cc b/tests/matrix_free/get_functions_variants.cc index ab7542fff6..0bd64e1bc0 100644 --- a/tests/matrix_free/get_functions_variants.cc +++ b/tests/matrix_free/get_functions_variants.cc @@ -190,7 +190,6 @@ int main () { deallog.attach(logfile); - deallog.threshold_double(1.e-14); deallog << std::setprecision (3); { diff --git a/tests/matrix_free/get_functions_variants_gl.cc b/tests/matrix_free/get_functions_variants_gl.cc index 83413e9ea6..0e57f229b1 100644 --- a/tests/matrix_free/get_functions_variants_gl.cc +++ b/tests/matrix_free/get_functions_variants_gl.cc @@ -186,7 +186,6 @@ int main () { deallog.attach(logfile); - deallog.threshold_double(1.e-14); deallog << std::setprecision (3); { diff --git a/tests/matrix_free/get_values_plain.cc b/tests/matrix_free/get_values_plain.cc index 97c818612c..18d137a5f9 100644 --- a/tests/matrix_free/get_values_plain.cc +++ b/tests/matrix_free/get_values_plain.cc @@ -88,7 +88,6 @@ public: data.cell_loop (&MatrixFreeTest::operator(), this, dst_dummy, src); - deallog.threshold_double(1e-10); deallog << "Error read_dof_values vs read_dof_values_plain: " << error/total << std::endl << std::endl; }; diff --git a/tests/matrix_free/integrate_functions.cc b/tests/matrix_free/integrate_functions.cc index b38b680403..82d8577f58 100644 --- a/tests/matrix_free/integrate_functions.cc +++ b/tests/matrix_free/integrate_functions.cc @@ -222,7 +222,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/integrate_functions_multife.cc b/tests/matrix_free/integrate_functions_multife.cc index 74e8b5b16c..a64f6c0f4b 100644 --- a/tests/matrix_free/integrate_functions_multife.cc +++ b/tests/matrix_free/integrate_functions_multife.cc @@ -336,7 +336,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1,double>(); test<2,2,double>(); @@ -350,7 +349,6 @@ int main () { deallog << std::endl << "Test with floats" << std::endl << std::endl; - deallog.threshold_double(1.e-7); deallog.push("2d"); test<2,1,float>(); deallog.pop(); diff --git a/tests/matrix_free/integrate_functions_multife2.cc b/tests/matrix_free/integrate_functions_multife2.cc index acd1ffaa39..f17d91dccc 100644 --- a/tests/matrix_free/integrate_functions_multife2.cc +++ b/tests/matrix_free/integrate_functions_multife2.cc @@ -327,7 +327,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-11); deallog.push("2d"); test<2,1,double>(); test<2,2,double>(); @@ -341,7 +340,6 @@ int main () { deallog << std::endl << "Test with floats" << std::endl << std::endl; - deallog.threshold_double(1.e-7); deallog.push("2d"); test<2,1,float>(); deallog.pop(); diff --git a/tests/matrix_free/inverse_mass_01.cc b/tests/matrix_free/inverse_mass_01.cc index f6c0cbf0a0..4787fced04 100644 --- a/tests/matrix_free/inverse_mass_01.cc +++ b/tests/matrix_free/inverse_mass_01.cc @@ -195,9 +195,7 @@ void test () if (dim == 2) { deallog.push("float"); - deallog.threshold_double(2.e-6); do_test (dof); - deallog.threshold_double(1.e-10); deallog.pop(); } } @@ -211,7 +209,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/inverse_mass_02.cc b/tests/matrix_free/inverse_mass_02.cc index d23672facb..004f478e28 100644 --- a/tests/matrix_free/inverse_mass_02.cc +++ b/tests/matrix_free/inverse_mass_02.cc @@ -193,7 +193,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/inverse_mass_03.cc b/tests/matrix_free/inverse_mass_03.cc index ae6a33e67c..de61b80814 100644 --- a/tests/matrix_free/inverse_mass_03.cc +++ b/tests/matrix_free/inverse_mass_03.cc @@ -214,7 +214,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/jxw_values.cc b/tests/matrix_free/jxw_values.cc index b4cec1ff97..c39282ed26 100644 --- a/tests/matrix_free/jxw_values.cc +++ b/tests/matrix_free/jxw_values.cc @@ -102,7 +102,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (3); - deallog.threshold_double(1.e-12); test<2>(); test<3>(); } diff --git a/tests/matrix_free/laplace_operator_01.cc b/tests/matrix_free/laplace_operator_01.cc index 2e5416efe5..c9f9c40159 100644 --- a/tests/matrix_free/laplace_operator_01.cc +++ b/tests/matrix_free/laplace_operator_01.cc @@ -193,7 +193,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/laplace_operator_02.cc b/tests/matrix_free/laplace_operator_02.cc index 7b7f75a2c2..7a12bbb0ba 100644 --- a/tests/matrix_free/laplace_operator_02.cc +++ b/tests/matrix_free/laplace_operator_02.cc @@ -257,7 +257,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/mass_operator_01.cc b/tests/matrix_free/mass_operator_01.cc index c3efafc4bd..1969332a3c 100644 --- a/tests/matrix_free/mass_operator_01.cc +++ b/tests/matrix_free/mass_operator_01.cc @@ -202,7 +202,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_10.cc b/tests/matrix_free/matrix_vector_10.cc index fea2e9cd24..47b53b6862 100644 --- a/tests/matrix_free/matrix_vector_10.cc +++ b/tests/matrix_free/matrix_vector_10.cc @@ -205,7 +205,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_11.cc b/tests/matrix_free/matrix_vector_11.cc index 29a311d1f5..4ee2ad4db1 100644 --- a/tests/matrix_free/matrix_vector_11.cc +++ b/tests/matrix_free/matrix_vector_11.cc @@ -178,7 +178,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_12.cc b/tests/matrix_free/matrix_vector_12.cc index b685769b79..61b74e9537 100644 --- a/tests/matrix_free/matrix_vector_12.cc +++ b/tests/matrix_free/matrix_vector_12.cc @@ -269,7 +269,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_13.cc b/tests/matrix_free/matrix_vector_13.cc index 29bec07459..0e8b6a2e23 100644 --- a/tests/matrix_free/matrix_vector_13.cc +++ b/tests/matrix_free/matrix_vector_13.cc @@ -271,7 +271,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_15.cc b/tests/matrix_free/matrix_vector_15.cc index 885198970f..97273c2172 100644 --- a/tests/matrix_free/matrix_vector_15.cc +++ b/tests/matrix_free/matrix_vector_15.cc @@ -214,9 +214,7 @@ void test () if (dim == 2) { deallog.push("float"); - deallog.threshold_double(1.e-6); do_test (dof, constraints); - deallog.threshold_double(5.e-11); deallog.pop(); } } @@ -230,7 +228,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_16.cc b/tests/matrix_free/matrix_vector_16.cc index d6ad1e4d25..445cb60593 100644 --- a/tests/matrix_free/matrix_vector_16.cc +++ b/tests/matrix_free/matrix_vector_16.cc @@ -226,7 +226,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(5.e-11); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_18.cc b/tests/matrix_free/matrix_vector_18.cc index 4fbee15bf4..e5ac787b1b 100644 --- a/tests/matrix_free/matrix_vector_18.cc +++ b/tests/matrix_free/matrix_vector_18.cc @@ -244,7 +244,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-9); deallog.push("1d"); test<1,1>(); test<1,2>(); diff --git a/tests/matrix_free/matrix_vector_19.cc b/tests/matrix_free/matrix_vector_19.cc index 218f9f3445..9c15bf9830 100644 --- a/tests/matrix_free/matrix_vector_19.cc +++ b/tests/matrix_free/matrix_vector_19.cc @@ -195,7 +195,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_20.cc b/tests/matrix_free/matrix_vector_20.cc index b7a180ca64..10cffd2cb3 100644 --- a/tests/matrix_free/matrix_vector_20.cc +++ b/tests/matrix_free/matrix_vector_20.cc @@ -264,7 +264,6 @@ int main (int argc, char **argv) initlog(); deallog << std::setprecision(4); deallog.depth_console(0); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_21.cc b/tests/matrix_free/matrix_vector_21.cc index dccc482952..762d330161 100644 --- a/tests/matrix_free/matrix_vector_21.cc +++ b/tests/matrix_free/matrix_vector_21.cc @@ -255,7 +255,6 @@ int main (int argc, char **argv) initlog(); deallog << std::setprecision(4); deallog.depth_console(0); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_22.cc b/tests/matrix_free/matrix_vector_22.cc index 72c523ef80..b6794cfbf5 100644 --- a/tests/matrix_free/matrix_vector_22.cc +++ b/tests/matrix_free/matrix_vector_22.cc @@ -269,7 +269,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); mpi_initlog(); - deallog.threshold_double(1e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_23.cc b/tests/matrix_free/matrix_vector_23.cc index 6205f578a9..d19f288324 100644 --- a/tests/matrix_free/matrix_vector_23.cc +++ b/tests/matrix_free/matrix_vector_23.cc @@ -282,7 +282,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); mpi_initlog(); - deallog.threshold_double(1e-10); deallog.push("2d"); test<2,1>(); diff --git a/tests/matrix_free/matrix_vector_curl.cc b/tests/matrix_free/matrix_vector_curl.cc index e537a2b322..e6ce1ea75a 100644 --- a/tests/matrix_free/matrix_vector_curl.cc +++ b/tests/matrix_free/matrix_vector_curl.cc @@ -279,7 +279,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_div.cc b/tests/matrix_free/matrix_vector_div.cc index 9425293727..f04e5756c7 100644 --- a/tests/matrix_free/matrix_vector_div.cc +++ b/tests/matrix_free/matrix_vector_div.cc @@ -281,7 +281,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_float.cc b/tests/matrix_free/matrix_vector_float.cc index 20f245f403..36243f0a1a 100644 --- a/tests/matrix_free/matrix_vector_float.cc +++ b/tests/matrix_free/matrix_vector_float.cc @@ -68,6 +68,5 @@ void test () DoFTools::make_hanging_node_constraints(dof, constraints); constraints.close(); - deallog.threshold_double (5e-6); do_test (dof, constraints); } diff --git a/tests/matrix_free/matrix_vector_large_degree_02.cc b/tests/matrix_free/matrix_vector_large_degree_02.cc index d5d17ac22d..7f46d2a1c0 100644 --- a/tests/matrix_free/matrix_vector_large_degree_02.cc +++ b/tests/matrix_free/matrix_vector_large_degree_02.cc @@ -167,6 +167,5 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1e-10); test<2,9>(); } diff --git a/tests/matrix_free/matrix_vector_stokes.cc b/tests/matrix_free/matrix_vector_stokes.cc index ab3aa4667a..cee0c03cf5 100644 --- a/tests/matrix_free/matrix_vector_stokes.cc +++ b/tests/matrix_free/matrix_vector_stokes.cc @@ -311,7 +311,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_stokes_base.cc b/tests/matrix_free/matrix_vector_stokes_base.cc index 86df2c6b38..e1d5cd3972 100644 --- a/tests/matrix_free/matrix_vector_stokes_base.cc +++ b/tests/matrix_free/matrix_vector_stokes_base.cc @@ -277,7 +277,6 @@ test() int main(int /*argc*/, char ** /*argv*/) { initlog(); - deallog.test_mode(); deallog.push("2D"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_stokes_noflux.cc b/tests/matrix_free/matrix_vector_stokes_noflux.cc index 46bb634305..6dc7c0c02c 100644 --- a/tests/matrix_free/matrix_vector_stokes_noflux.cc +++ b/tests/matrix_free/matrix_vector_stokes_noflux.cc @@ -334,7 +334,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_stokes_notempl.cc b/tests/matrix_free/matrix_vector_stokes_notempl.cc index 21e71f816a..64f6ec2ada 100644 --- a/tests/matrix_free/matrix_vector_stokes_notempl.cc +++ b/tests/matrix_free/matrix_vector_stokes_notempl.cc @@ -331,7 +331,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2>(1); test<2>(2); diff --git a/tests/matrix_free/matrix_vector_stokes_qdg0.cc b/tests/matrix_free/matrix_vector_stokes_qdg0.cc index 4bede8ce3e..b52dac318c 100644 --- a/tests/matrix_free/matrix_vector_stokes_qdg0.cc +++ b/tests/matrix_free/matrix_vector_stokes_qdg0.cc @@ -313,7 +313,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/matrix_vector_stokes_qdg0b.cc b/tests/matrix_free/matrix_vector_stokes_qdg0b.cc index 24acb9d99e..c84868de40 100644 --- a/tests/matrix_free/matrix_vector_stokes_qdg0b.cc +++ b/tests/matrix_free/matrix_vector_stokes_qdg0b.cc @@ -314,7 +314,6 @@ int main () { deallog << std::endl << "Test with doubles" << std::endl << std::endl; - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2>(1); test<2>(2); diff --git a/tests/matrix_free/parallel_multigrid.cc b/tests/matrix_free/parallel_multigrid.cc index 44fcb1627a..d256d4efb1 100644 --- a/tests/matrix_free/parallel_multigrid.cc +++ b/tests/matrix_free/parallel_multigrid.cc @@ -308,11 +308,9 @@ void do_test (const DoFHandler &dof) if (types_are_equal::value == true) { deallog.push("float"); - deallog.threshold_double(1e-6); } else { - deallog.threshold_double(5.e-11); } deallog << "Testing " << dof.get_fe().get_name(); @@ -424,7 +422,6 @@ int main (int argc, char **argv) } { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/parallel_multigrid_02.cc b/tests/matrix_free/parallel_multigrid_02.cc index cd1b39144b..ed61d84c8d 100644 --- a/tests/matrix_free/parallel_multigrid_02.cc +++ b/tests/matrix_free/parallel_multigrid_02.cc @@ -79,11 +79,9 @@ void do_test (const DoFHandler &dof) if (types_are_equal::value == true) { deallog.push("float"); - deallog.threshold_double(1e-6); } else { - deallog.threshold_double(5.e-11); } deallog << "Testing " << dof.get_fe().get_name(); @@ -244,7 +242,6 @@ int main (int argc, char **argv) } { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/parallel_multigrid_adaptive_01.cc b/tests/matrix_free/parallel_multigrid_adaptive_01.cc index 3dd8e6c9e0..0b1c9bd12d 100644 --- a/tests/matrix_free/parallel_multigrid_adaptive_01.cc +++ b/tests/matrix_free/parallel_multigrid_adaptive_01.cc @@ -435,11 +435,9 @@ void do_test (const DoFHandler &dof) if (types_are_equal::value == true) { deallog.push("float"); - deallog.threshold_double(1e-6); } else { - deallog.threshold_double(5.e-11); } deallog << "Testing " << dof.get_fe().get_name(); @@ -586,7 +584,6 @@ int main (int argc, char **argv) } { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); deallog.pop(); diff --git a/tests/matrix_free/parallel_multigrid_adaptive_02.cc b/tests/matrix_free/parallel_multigrid_adaptive_02.cc index f452fd4f0f..d5a7acbbad 100644 --- a/tests/matrix_free/parallel_multigrid_adaptive_02.cc +++ b/tests/matrix_free/parallel_multigrid_adaptive_02.cc @@ -116,11 +116,9 @@ void do_test (const DoFHandler &dof) if (types_are_equal::value == true) { deallog.push("float"); - deallog.threshold_double(1e-6); } else { - deallog.threshold_double(5.e-11); } deallog << "Testing " << dof.get_fe().get_name(); @@ -313,7 +311,6 @@ int main (int argc, char **argv) } { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); test<2,3>(); diff --git a/tests/matrix_free/parallel_multigrid_adaptive_03.cc b/tests/matrix_free/parallel_multigrid_adaptive_03.cc index 6b1e360d99..556709b584 100644 --- a/tests/matrix_free/parallel_multigrid_adaptive_03.cc +++ b/tests/matrix_free/parallel_multigrid_adaptive_03.cc @@ -579,7 +579,6 @@ int main (int argc, char **argv) testing_max_num_threads()); mpi_initlog(); - deallog.threshold_double(1e-9); test<2,1,double>(); test<2,2,float>(); diff --git a/tests/matrix_free/parallel_multigrid_adaptive_04.cc b/tests/matrix_free/parallel_multigrid_adaptive_04.cc index b6b7eb41a4..41886c1a2b 100644 --- a/tests/matrix_free/parallel_multigrid_adaptive_04.cc +++ b/tests/matrix_free/parallel_multigrid_adaptive_04.cc @@ -116,11 +116,9 @@ void do_test (const DoFHandler &dof) if (types_are_equal::value == true) { deallog.push("float"); - deallog.threshold_double(1e-6); } else { - deallog.threshold_double(5.e-11); } deallog << "Testing " << dof.get_fe().get_name(); @@ -313,7 +311,6 @@ int main (int argc, char **argv) } { - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2,1>(); deallog.pop(); diff --git a/tests/matrix_free/parallel_multigrid_adaptive_05.cc b/tests/matrix_free/parallel_multigrid_adaptive_05.cc index 34bc7e5d0e..3c811fc2e6 100644 --- a/tests/matrix_free/parallel_multigrid_adaptive_05.cc +++ b/tests/matrix_free/parallel_multigrid_adaptive_05.cc @@ -574,7 +574,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_init(argc, argv, 2); mpi_initlog(); - deallog.threshold_double(1e-9); test<2,1,double>(); } diff --git a/tests/matrix_free/parallel_multigrid_mf.cc b/tests/matrix_free/parallel_multigrid_mf.cc index 728f7470b4..27b8baca8b 100644 --- a/tests/matrix_free/parallel_multigrid_mf.cc +++ b/tests/matrix_free/parallel_multigrid_mf.cc @@ -415,7 +415,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_init(argc, argv, 1); mpi_initlog(); - deallog.threshold_double(1e-9); { test<2,1,double>(); diff --git a/tests/matrix_free/quadrature_points.cc b/tests/matrix_free/quadrature_points.cc index 49b091a7e3..97b50ad550 100644 --- a/tests/matrix_free/quadrature_points.cc +++ b/tests/matrix_free/quadrature_points.cc @@ -112,7 +112,6 @@ int main () deallog << std::setprecision (3); { - deallog.threshold_double(1.e-12); deallog.push("2d"); test<2,1>(); test<2,2>(); diff --git a/tests/matrix_free/step-37.cc b/tests/matrix_free/step-37.cc index e8ea59e209..2a6d74eb26 100644 --- a/tests/matrix_free/step-37.cc +++ b/tests/matrix_free/step-37.cc @@ -617,7 +617,6 @@ int main () { initlog(); deallog << std::setprecision (3); - deallog.threshold_double(1e-10); { deallog.push("2d"); diff --git a/tests/matrix_free/step-48.cc b/tests/matrix_free/step-48.cc index 44a4b95a49..31035a2191 100644 --- a/tests/matrix_free/step-48.cc +++ b/tests/matrix_free/step-48.cc @@ -395,7 +395,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); { deallog.push("2d"); diff --git a/tests/matrix_free/step-48b.cc b/tests/matrix_free/step-48b.cc index ef50db0e3b..71b23ca09c 100644 --- a/tests/matrix_free/step-48b.cc +++ b/tests/matrix_free/step-48b.cc @@ -349,7 +349,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Step48::SineGordonProblem<2> sg_problem; sg_problem.run (); diff --git a/tests/matrix_free/step-48c.cc b/tests/matrix_free/step-48c.cc index d6db9feb98..0f37d312e3 100644 --- a/tests/matrix_free/step-48c.cc +++ b/tests/matrix_free/step-48c.cc @@ -366,7 +366,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); { deallog.push("2d"); diff --git a/tests/matrix_free/thread_correctness.cc b/tests/matrix_free/thread_correctness.cc index 8030d11ff7..093550fd7d 100644 --- a/tests/matrix_free/thread_correctness.cc +++ b/tests/matrix_free/thread_correctness.cc @@ -145,7 +145,6 @@ void test () { deallog << "Test doubles" << std::endl; sub_test(); - deallog.threshold_double(2.e-6); deallog << "Test floats" << std::endl; sub_test(); } diff --git a/tests/matrix_free/thread_correctness_hp.cc b/tests/matrix_free/thread_correctness_hp.cc index 6154c2d9f5..35b5b80182 100644 --- a/tests/matrix_free/thread_correctness_hp.cc +++ b/tests/matrix_free/thread_correctness_hp.cc @@ -218,11 +218,9 @@ void test () else return; deallog.push("double"); - deallog.threshold_double(1.e-12); do_test(parallel_option); deallog.pop(); deallog.push("float"); - deallog.threshold_double(1.e-6); do_test(parallel_option); deallog.pop(); } diff --git a/tests/metis/metis_01.cc b/tests/metis/metis_01.cc index eb6f47d599..2ce1a824b7 100644 --- a/tests/metis/metis_01.cc +++ b/tests/metis/metis_01.cc @@ -57,7 +57,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/metis/metis_01a.cc b/tests/metis/metis_01a.cc index 51859d5892..aa7e858112 100644 --- a/tests/metis/metis_01a.cc +++ b/tests/metis/metis_01a.cc @@ -129,7 +129,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/metis/metis_02.cc b/tests/metis/metis_02.cc index 88f37b7b14..b0611c922d 100644 --- a/tests/metis/metis_02.cc +++ b/tests/metis/metis_02.cc @@ -87,7 +87,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/metis/metis_03.cc b/tests/metis/metis_03.cc index 7b143104b5..1367671c0c 100644 --- a/tests/metis/metis_03.cc +++ b/tests/metis/metis_03.cc @@ -82,7 +82,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/mpi/blockvec_01.cc b/tests/mpi/blockvec_01.cc index 738344e451..9b9ff50b37 100644 --- a/tests/mpi/blockvec_01.cc +++ b/tests/mpi/blockvec_01.cc @@ -107,7 +107,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); //test(); diff --git a/tests/mpi/cell_weights_01.cc b/tests/mpi/cell_weights_01.cc index 3eb61c963e..e2c702f3bb 100644 --- a/tests/mpi/cell_weights_01.cc +++ b/tests/mpi/cell_weights_01.cc @@ -68,7 +68,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_01_back_and_forth_01.cc b/tests/mpi/cell_weights_01_back_and_forth_01.cc index b694261a61..7c79fa1eec 100644 --- a/tests/mpi/cell_weights_01_back_and_forth_01.cc +++ b/tests/mpi/cell_weights_01_back_and_forth_01.cc @@ -100,7 +100,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_01_back_and_forth_02.cc b/tests/mpi/cell_weights_01_back_and_forth_02.cc index cfed82df34..54ebcdabc3 100644 --- a/tests/mpi/cell_weights_01_back_and_forth_02.cc +++ b/tests/mpi/cell_weights_01_back_and_forth_02.cc @@ -86,7 +86,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_02.cc b/tests/mpi/cell_weights_02.cc index 6e3e02184e..49e89c916e 100644 --- a/tests/mpi/cell_weights_02.cc +++ b/tests/mpi/cell_weights_02.cc @@ -74,7 +74,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_03.cc b/tests/mpi/cell_weights_03.cc index 80b23cb698..01db3b01b8 100644 --- a/tests/mpi/cell_weights_03.cc +++ b/tests/mpi/cell_weights_03.cc @@ -103,7 +103,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_04.cc b/tests/mpi/cell_weights_04.cc index 5bb9e2e151..0062f44e7c 100644 --- a/tests/mpi/cell_weights_04.cc +++ b/tests/mpi/cell_weights_04.cc @@ -98,7 +98,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_05.cc b/tests/mpi/cell_weights_05.cc index 36b43572f1..f446411e79 100644 --- a/tests/mpi/cell_weights_05.cc +++ b/tests/mpi/cell_weights_05.cc @@ -117,7 +117,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cell_weights_06.cc b/tests/mpi/cell_weights_06.cc index d545a25d17..df1327d506 100644 --- a/tests/mpi/cell_weights_06.cc +++ b/tests/mpi/cell_weights_06.cc @@ -116,7 +116,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/collective_01.cc b/tests/mpi/collective_01.cc index 69d0af8392..499977f895 100644 --- a/tests/mpi/collective_01.cc +++ b/tests/mpi/collective_01.cc @@ -90,7 +90,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02.cc b/tests/mpi/collective_02.cc index 9403c60a95..a979c00e42 100644 --- a/tests/mpi/collective_02.cc +++ b/tests/mpi/collective_02.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_array.cc b/tests/mpi/collective_02_array.cc index acd39f7eb3..8cf914c06b 100644 --- a/tests/mpi/collective_02_array.cc +++ b/tests/mpi/collective_02_array.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_array_in_place.cc b/tests/mpi/collective_02_array_in_place.cc index e7ff25e638..c8b3b9f7e6 100644 --- a/tests/mpi/collective_02_array_in_place.cc +++ b/tests/mpi/collective_02_array_in_place.cc @@ -51,7 +51,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_dealii_vector.cc b/tests/mpi/collective_02_dealii_vector.cc index 571b102bcf..b78d6d5bd4 100644 --- a/tests/mpi/collective_02_dealii_vector.cc +++ b/tests/mpi/collective_02_dealii_vector.cc @@ -73,7 +73,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_dealii_vector_in_place.cc b/tests/mpi/collective_02_dealii_vector_in_place.cc index 0c85fed5df..0a935224e0 100644 --- a/tests/mpi/collective_02_dealii_vector_in_place.cc +++ b/tests/mpi/collective_02_dealii_vector_in_place.cc @@ -71,7 +71,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_vector.cc b/tests/mpi/collective_02_vector.cc index aa653965a9..bf5ed79cc5 100644 --- a/tests/mpi/collective_02_vector.cc +++ b/tests/mpi/collective_02_vector.cc @@ -53,7 +53,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_02_vector_in_place.cc b/tests/mpi/collective_02_vector_in_place.cc index b4850147cd..1056e93a12 100644 --- a/tests/mpi/collective_02_vector_in_place.cc +++ b/tests/mpi/collective_02_vector_in_place.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_max.cc b/tests/mpi/collective_max.cc index 9e16b9834f..2a82487f6b 100644 --- a/tests/mpi/collective_max.cc +++ b/tests/mpi/collective_max.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_max_array.cc b/tests/mpi/collective_max_array.cc index 0dad4e4fb6..3d06fe3d12 100644 --- a/tests/mpi/collective_max_array.cc +++ b/tests/mpi/collective_max_array.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_max_array_in_place.cc b/tests/mpi/collective_max_array_in_place.cc index b94b8f2be2..d9029c2611 100644 --- a/tests/mpi/collective_max_array_in_place.cc +++ b/tests/mpi/collective_max_array_in_place.cc @@ -51,7 +51,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_max_vector.cc b/tests/mpi/collective_max_vector.cc index ee32b4c0cb..ec2fcb6825 100644 --- a/tests/mpi/collective_max_vector.cc +++ b/tests/mpi/collective_max_vector.cc @@ -53,7 +53,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_max_vector_in_place.cc b/tests/mpi/collective_max_vector_in_place.cc index 22ea0b6482..aa62bf5ebb 100644 --- a/tests/mpi/collective_max_vector_in_place.cc +++ b/tests/mpi/collective_max_vector_in_place.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_min.cc b/tests/mpi/collective_min.cc index 40888c61b0..9a068ffe81 100644 --- a/tests/mpi/collective_min.cc +++ b/tests/mpi/collective_min.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_min_array.cc b/tests/mpi/collective_min_array.cc index cc889b663a..27124cd622 100644 --- a/tests/mpi/collective_min_array.cc +++ b/tests/mpi/collective_min_array.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_min_array_in_place.cc b/tests/mpi/collective_min_array_in_place.cc index 16553bc91b..34ef115ae2 100644 --- a/tests/mpi/collective_min_array_in_place.cc +++ b/tests/mpi/collective_min_array_in_place.cc @@ -51,7 +51,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_min_vector.cc b/tests/mpi/collective_min_vector.cc index 69dc291c1f..3b66485a3b 100644 --- a/tests/mpi/collective_min_vector.cc +++ b/tests/mpi/collective_min_vector.cc @@ -53,7 +53,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_min_vector_in_place.cc b/tests/mpi/collective_min_vector_in_place.cc index c8e79ebb1f..c5329d6b1c 100644 --- a/tests/mpi/collective_min_vector_in_place.cc +++ b/tests/mpi/collective_min_vector_in_place.cc @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/collective_tensor.cc b/tests/mpi/collective_tensor.cc index 282e37b28d..1f5f7956f4 100644 --- a/tests/mpi/collective_tensor.cc +++ b/tests/mpi/collective_tensor.cc @@ -105,7 +105,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test(); diff --git a/tests/mpi/compute_mean_value.cc b/tests/mpi/compute_mean_value.cc index 9aa6ec3209..735615c1e9 100644 --- a/tests/mpi/compute_mean_value.cc +++ b/tests/mpi/compute_mean_value.cc @@ -98,7 +98,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/constraint_matrix_condense_01.cc b/tests/mpi/constraint_matrix_condense_01.cc index 9799789a9b..bccbefbe53 100644 --- a/tests/mpi/constraint_matrix_condense_01.cc +++ b/tests/mpi/constraint_matrix_condense_01.cc @@ -85,7 +85,6 @@ int main(int argc, char *argv[]) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/mpi/constraint_matrix_trilinos_bug.cc b/tests/mpi/constraint_matrix_trilinos_bug.cc index cac8e68073..7eea9ce2ae 100644 --- a/tests/mpi/constraint_matrix_trilinos_bug.cc +++ b/tests/mpi/constraint_matrix_trilinos_bug.cc @@ -149,7 +149,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/count_dofs_per_block_01.cc b/tests/mpi/count_dofs_per_block_01.cc index 13003cf10d..229461bbc2 100644 --- a/tests/mpi/count_dofs_per_block_01.cc +++ b/tests/mpi/count_dofs_per_block_01.cc @@ -68,7 +68,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/count_dofs_per_block_02.cc b/tests/mpi/count_dofs_per_block_02.cc index 27801b9f8a..e579ca9680 100644 --- a/tests/mpi/count_dofs_per_block_02.cc +++ b/tests/mpi/count_dofs_per_block_02.cc @@ -111,7 +111,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/count_dofs_per_component_01.cc b/tests/mpi/count_dofs_per_component_01.cc index 8ec5d9f6e3..d2a19e11bd 100644 --- a/tests/mpi/count_dofs_per_component_01.cc +++ b/tests/mpi/count_dofs_per_component_01.cc @@ -77,7 +77,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/crash_01.cc b/tests/mpi/crash_01.cc index e15b245d91..9c9a16ed14 100644 --- a/tests/mpi/crash_01.cc +++ b/tests/mpi/crash_01.cc @@ -63,7 +63,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/crash_02.cc b/tests/mpi/crash_02.cc index 742cb63c8a..1450e97b69 100644 --- a/tests/mpi/crash_02.cc +++ b/tests/mpi/crash_02.cc @@ -58,7 +58,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/crash_03.cc b/tests/mpi/crash_03.cc index a0750d74a6..552f75ad8d 100644 --- a/tests/mpi/crash_03.cc +++ b/tests/mpi/crash_03.cc @@ -88,7 +88,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/crash_04.cc b/tests/mpi/crash_04.cc index 3fe78d5d68..ab3832eb59 100644 --- a/tests/mpi/crash_04.cc +++ b/tests/mpi/crash_04.cc @@ -114,7 +114,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/cuthill_mckee_01.cc b/tests/mpi/cuthill_mckee_01.cc index c81c08be70..21c42d3a6c 100644 --- a/tests/mpi/cuthill_mckee_01.cc +++ b/tests/mpi/cuthill_mckee_01.cc @@ -49,7 +49,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/distort_random_01.cc b/tests/mpi/distort_random_01.cc index 22a3fd1c3a..104d3e0859 100644 --- a/tests/mpi/distort_random_01.cc +++ b/tests/mpi/distort_random_01.cc @@ -74,7 +74,6 @@ int main (int argc, char *argv[]) deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<2> (true); test1<2> (false); diff --git a/tests/mpi/distort_random_02.cc b/tests/mpi/distort_random_02.cc index 9aa4559eb6..73d8020e2d 100644 --- a/tests/mpi/distort_random_02.cc +++ b/tests/mpi/distort_random_02.cc @@ -86,7 +86,6 @@ int main (int argc, char *argv[]) deallog << std::setprecision(4); logfile << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test1<2> (true); test1<2> (false); diff --git a/tests/mpi/distribute_flux_sparsity_pattern.cc b/tests/mpi/distribute_flux_sparsity_pattern.cc index c95ffd507c..71027b6d78 100644 --- a/tests/mpi/distribute_flux_sparsity_pattern.cc +++ b/tests/mpi/distribute_flux_sparsity_pattern.cc @@ -311,7 +311,6 @@ int main(int argc, char **argv) { using namespace dealii; initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); diff --git a/tests/mpi/distribute_sp_01.cc b/tests/mpi/distribute_sp_01.cc index e7b1ca4359..6206791dbc 100644 --- a/tests/mpi/distribute_sp_01.cc +++ b/tests/mpi/distribute_sp_01.cc @@ -104,7 +104,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/distribute_sp_02.cc b/tests/mpi/distribute_sp_02.cc index 3996748fb0..c1e1f66f5a 100644 --- a/tests/mpi/distribute_sp_02.cc +++ b/tests/mpi/distribute_sp_02.cc @@ -164,7 +164,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/dof_handler_number_cache.cc b/tests/mpi/dof_handler_number_cache.cc index 6b898e9596..a48ae2f80f 100644 --- a/tests/mpi/dof_handler_number_cache.cc +++ b/tests/mpi/dof_handler_number_cache.cc @@ -136,7 +136,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/extract_boundary_dofs.cc b/tests/mpi/extract_boundary_dofs.cc index 92709975d5..ce935f1bc7 100644 --- a/tests/mpi/extract_boundary_dofs.cc +++ b/tests/mpi/extract_boundary_dofs.cc @@ -66,7 +66,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/extract_constant_modes_01.cc b/tests/mpi/extract_constant_modes_01.cc index 2876b8fcff..4b35037890 100644 --- a/tests/mpi/extract_constant_modes_01.cc +++ b/tests/mpi/extract_constant_modes_01.cc @@ -107,7 +107,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/extract_constant_modes_02.cc b/tests/mpi/extract_constant_modes_02.cc index 5c1e75a408..72cabf98f5 100644 --- a/tests/mpi/extract_constant_modes_02.cc +++ b/tests/mpi/extract_constant_modes_02.cc @@ -83,7 +83,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/extract_locally_active_dofs.cc b/tests/mpi/extract_locally_active_dofs.cc index 42d528381b..269386c9f8 100644 --- a/tests/mpi/extract_locally_active_dofs.cc +++ b/tests/mpi/extract_locally_active_dofs.cc @@ -85,7 +85,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/fe_field_function_01.cc b/tests/mpi/fe_field_function_01.cc index cde1dba11d..8d91dfe9bd 100644 --- a/tests/mpi/fe_field_function_01.cc +++ b/tests/mpi/fe_field_function_01.cc @@ -128,7 +128,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/fe_tools_extrapolate_01.cc b/tests/mpi/fe_tools_extrapolate_01.cc index a77c7def0b..0df0ec280a 100644 --- a/tests/mpi/fe_tools_extrapolate_01.cc +++ b/tests/mpi/fe_tools_extrapolate_01.cc @@ -52,7 +52,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/fe_tools_extrapolate_02.cc b/tests/mpi/fe_tools_extrapolate_02.cc index ca002c45d4..02bf68359b 100644 --- a/tests/mpi/fe_tools_extrapolate_02.cc +++ b/tests/mpi/fe_tools_extrapolate_02.cc @@ -52,7 +52,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/fe_tools_extrapolate_03.cc b/tests/mpi/fe_tools_extrapolate_03.cc index 3c805b9228..e4e59a3369 100644 --- a/tests/mpi/fe_tools_extrapolate_03.cc +++ b/tests/mpi/fe_tools_extrapolate_03.cc @@ -52,7 +52,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/fe_tools_extrapolate_04.cc b/tests/mpi/fe_tools_extrapolate_04.cc index bcf5be3ab1..322434101c 100644 --- a/tests/mpi/fe_tools_extrapolate_04.cc +++ b/tests/mpi/fe_tools_extrapolate_04.cc @@ -51,7 +51,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/fe_tools_extrapolate_05.cc b/tests/mpi/fe_tools_extrapolate_05.cc index 7972a66e89..84203d1aba 100644 --- a/tests/mpi/fe_tools_extrapolate_05.cc +++ b/tests/mpi/fe_tools_extrapolate_05.cc @@ -52,7 +52,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/fe_tools_extrapolate_06.cc b/tests/mpi/fe_tools_extrapolate_06.cc index 2c3befabad..deb9504ffb 100644 --- a/tests/mpi/fe_tools_extrapolate_06.cc +++ b/tests/mpi/fe_tools_extrapolate_06.cc @@ -52,7 +52,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); MPILogInitAll log; - deallog.threshold_double(1.e-10); CHECK_ALL(Q,1,Q,1); CHECK_ALL(Q,1,Q,2); diff --git a/tests/mpi/find_active_cell_around_point_01.cc b/tests/mpi/find_active_cell_around_point_01.cc index b7fec0ba62..a1063a4d7b 100644 --- a/tests/mpi/find_active_cell_around_point_01.cc +++ b/tests/mpi/find_active_cell_around_point_01.cc @@ -87,7 +87,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/ghost_01.cc b/tests/mpi/ghost_01.cc index 898a2d4b11..b49ab761e7 100644 --- a/tests/mpi/ghost_01.cc +++ b/tests/mpi/ghost_01.cc @@ -88,7 +88,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/ghost_02.cc b/tests/mpi/ghost_02.cc index 256bf7fa87..7c47651cec 100644 --- a/tests/mpi/ghost_02.cc +++ b/tests/mpi/ghost_02.cc @@ -103,7 +103,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/ghost_03.cc b/tests/mpi/ghost_03.cc index 035d2fad45..a8a6cd0fb3 100644 --- a/tests/mpi/ghost_03.cc +++ b/tests/mpi/ghost_03.cc @@ -99,7 +99,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/has_hanging_nodes.cc b/tests/mpi/has_hanging_nodes.cc index 90b4e5981b..8b5f0bda7e 100644 --- a/tests/mpi/has_hanging_nodes.cc +++ b/tests/mpi/has_hanging_nodes.cc @@ -138,7 +138,6 @@ void test_int(const unsigned int n_global = 0, int main (int argc, char *argv[]) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); test_int<2>(0,0); diff --git a/tests/mpi/integrate_difference.cc b/tests/mpi/integrate_difference.cc index 00dcc679cd..a69d37434c 100644 --- a/tests/mpi/integrate_difference.cc +++ b/tests/mpi/integrate_difference.cc @@ -114,7 +114,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/interpolate_01.cc b/tests/mpi/interpolate_01.cc index fd4e734e36..e4d199738b 100644 --- a/tests/mpi/interpolate_01.cc +++ b/tests/mpi/interpolate_01.cc @@ -94,7 +94,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/interpolate_02.cc b/tests/mpi/interpolate_02.cc index 7352200100..20fbf978c0 100644 --- a/tests/mpi/interpolate_02.cc +++ b/tests/mpi/interpolate_02.cc @@ -85,7 +85,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/interpolate_03.cc b/tests/mpi/interpolate_03.cc index 2c280d6dea..f32d3f095e 100644 --- a/tests/mpi/interpolate_03.cc +++ b/tests/mpi/interpolate_03.cc @@ -91,7 +91,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/interpolate_04.cc b/tests/mpi/interpolate_04.cc index d5e5a79f14..2c5d22927a 100644 --- a/tests/mpi/interpolate_04.cc +++ b/tests/mpi/interpolate_04.cc @@ -98,7 +98,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/is_locally_owned.cc b/tests/mpi/is_locally_owned.cc index 7abea8ecea..11d87fc6c7 100644 --- a/tests/mpi/is_locally_owned.cc +++ b/tests/mpi/is_locally_owned.cc @@ -91,7 +91,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/make_zero_boundary_values.cc b/tests/mpi/make_zero_boundary_values.cc index c04d489db7..2addafadc8 100644 --- a/tests/mpi/make_zero_boundary_values.cc +++ b/tests/mpi/make_zero_boundary_values.cc @@ -72,7 +72,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/map_dofs_to_support_points.cc b/tests/mpi/map_dofs_to_support_points.cc index 0e81f03a98..aa48385be9 100644 --- a/tests/mpi/map_dofs_to_support_points.cc +++ b/tests/mpi/map_dofs_to_support_points.cc @@ -88,7 +88,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/muelu_periodicity.cc b/tests/mpi/muelu_periodicity.cc index b1ca2e8f31..d21c1e235c 100644 --- a/tests/mpi/muelu_periodicity.cc +++ b/tests/mpi/muelu_periodicity.cc @@ -775,7 +775,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { StokesProblem<2> flow_problem(1); flow_problem.run (); diff --git a/tests/mpi/no_flux_constraints.cc b/tests/mpi/no_flux_constraints.cc index 282c4094cc..81c9dfaa30 100644 --- a/tests/mpi/no_flux_constraints.cc +++ b/tests/mpi/no_flux_constraints.cc @@ -177,7 +177,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/no_flux_constraints_02.cc b/tests/mpi/no_flux_constraints_02.cc index e3d39b9776..1e205602a9 100644 --- a/tests/mpi/no_flux_constraints_02.cc +++ b/tests/mpi/no_flux_constraints_02.cc @@ -214,7 +214,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/no_flux_constraints_03.cc b/tests/mpi/no_flux_constraints_03.cc index df35fa9e2b..2e0b41b858 100644 --- a/tests/mpi/no_flux_constraints_03.cc +++ b/tests/mpi/no_flux_constraints_03.cc @@ -189,7 +189,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/normal_flux_constraints.cc b/tests/mpi/normal_flux_constraints.cc index 413bc77acd..d92c97c6de 100644 --- a/tests/mpi/normal_flux_constraints.cc +++ b/tests/mpi/normal_flux_constraints.cc @@ -176,7 +176,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_2d_coarse_01.cc b/tests/mpi/p4est_2d_coarse_01.cc index d3d741ed14..6c5892ef04 100644 --- a/tests/mpi/p4est_2d_coarse_01.cc +++ b/tests/mpi/p4est_2d_coarse_01.cc @@ -99,7 +99,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_constraintmatrix_01.cc b/tests/mpi/p4est_2d_constraintmatrix_01.cc index f72ba7b839..9427f94d21 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_01.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_01.cc @@ -101,7 +101,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_constraintmatrix_02.cc b/tests/mpi/p4est_2d_constraintmatrix_02.cc index 96f10f4342..cf7449c507 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_02.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_02.cc @@ -101,7 +101,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_constraintmatrix_03.cc b/tests/mpi/p4est_2d_constraintmatrix_03.cc index 1c72decc4d..e2eabab948 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_03.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_03.cc @@ -231,7 +231,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_constraintmatrix_04.cc b/tests/mpi/p4est_2d_constraintmatrix_04.cc index 379d3a8b51..c550584dc3 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_04.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_04.cc @@ -326,7 +326,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_constraintmatrix_05.cc b/tests/mpi/p4est_2d_constraintmatrix_05.cc index 89b274e59c..8265aa85b3 100644 --- a/tests/mpi/p4est_2d_constraintmatrix_05.cc +++ b/tests/mpi/p4est_2d_constraintmatrix_05.cc @@ -106,7 +106,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_dofhandler_01.cc b/tests/mpi/p4est_2d_dofhandler_01.cc index 67cb4b59f0..7d7d7bcded 100644 --- a/tests/mpi/p4est_2d_dofhandler_01.cc +++ b/tests/mpi/p4est_2d_dofhandler_01.cc @@ -92,7 +92,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_dofhandler_02.cc b/tests/mpi/p4est_2d_dofhandler_02.cc index ea45a36ea8..ef5073bdf8 100644 --- a/tests/mpi/p4est_2d_dofhandler_02.cc +++ b/tests/mpi/p4est_2d_dofhandler_02.cc @@ -105,7 +105,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_dofhandler_03.cc b/tests/mpi/p4est_2d_dofhandler_03.cc index cd87e47900..7b5f2cdfbc 100644 --- a/tests/mpi/p4est_2d_dofhandler_03.cc +++ b/tests/mpi/p4est_2d_dofhandler_03.cc @@ -124,7 +124,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_dofhandler_04.cc b/tests/mpi/p4est_2d_dofhandler_04.cc index b9f56f00ad..4769a5c61c 100644 --- a/tests/mpi/p4est_2d_dofhandler_04.cc +++ b/tests/mpi/p4est_2d_dofhandler_04.cc @@ -134,7 +134,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_dofhandler_05.cc b/tests/mpi/p4est_2d_dofhandler_05.cc index 633a849243..c5d06e1b0e 100644 --- a/tests/mpi/p4est_2d_dofhandler_05.cc +++ b/tests/mpi/p4est_2d_dofhandler_05.cc @@ -72,7 +72,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_ghost_01.cc b/tests/mpi/p4est_2d_ghost_01.cc index 356ef48151..c6b7f49ed1 100644 --- a/tests/mpi/p4est_2d_ghost_01.cc +++ b/tests/mpi/p4est_2d_ghost_01.cc @@ -119,7 +119,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_ghost_02.cc b/tests/mpi/p4est_2d_ghost_02.cc index 74e0c346e5..413fff484b 100644 --- a/tests/mpi/p4est_2d_ghost_02.cc +++ b/tests/mpi/p4est_2d_ghost_02.cc @@ -121,7 +121,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_refine_01.cc b/tests/mpi/p4est_2d_refine_01.cc index 0f8b01b1e6..c899eb53fd 100644 --- a/tests/mpi/p4est_2d_refine_01.cc +++ b/tests/mpi/p4est_2d_refine_01.cc @@ -85,7 +85,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_refine_03.cc b/tests/mpi/p4est_2d_refine_03.cc index 161def1131..be06bcfd93 100644 --- a/tests/mpi/p4est_2d_refine_03.cc +++ b/tests/mpi/p4est_2d_refine_03.cc @@ -96,7 +96,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_renumber_01.cc b/tests/mpi/p4est_2d_renumber_01.cc index af17e00e93..e66ff4196e 100644 --- a/tests/mpi/p4est_2d_renumber_01.cc +++ b/tests/mpi/p4est_2d_renumber_01.cc @@ -125,7 +125,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_renumber_02.cc b/tests/mpi/p4est_2d_renumber_02.cc index 2425680e6d..2e2965a115 100644 --- a/tests/mpi/p4est_2d_renumber_02.cc +++ b/tests/mpi/p4est_2d_renumber_02.cc @@ -121,7 +121,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_2d_simple.cc b/tests/mpi/p4est_2d_simple.cc index 5285e85c1d..b7faed6804 100644 --- a/tests/mpi/p4est_2d_simple.cc +++ b/tests/mpi/p4est_2d_simple.cc @@ -86,7 +86,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_3d_constraintmatrix_01.cc b/tests/mpi/p4est_3d_constraintmatrix_01.cc index 8546b67e3e..0c30b51745 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_01.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_01.cc @@ -111,7 +111,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_constraintmatrix_02.cc b/tests/mpi/p4est_3d_constraintmatrix_02.cc index 3063c7f88b..eddedee245 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_02.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_02.cc @@ -134,7 +134,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_3d_constraintmatrix_03.cc b/tests/mpi/p4est_3d_constraintmatrix_03.cc index abf3061b2c..ee176ba69d 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_03.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_03.cc @@ -322,7 +322,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_constraintmatrix_04.cc b/tests/mpi/p4est_3d_constraintmatrix_04.cc index 30d33cba60..03ff06e1be 100644 --- a/tests/mpi/p4est_3d_constraintmatrix_04.cc +++ b/tests/mpi/p4est_3d_constraintmatrix_04.cc @@ -101,7 +101,6 @@ int main(int argc, char **argv) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_ghost_01.cc b/tests/mpi/p4est_3d_ghost_01.cc index 467718c55f..7f50f3a76c 100644 --- a/tests/mpi/p4est_3d_ghost_01.cc +++ b/tests/mpi/p4est_3d_ghost_01.cc @@ -133,7 +133,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_refine_01.cc b/tests/mpi/p4est_3d_refine_01.cc index 7558603c11..8b43c22afd 100644 --- a/tests/mpi/p4est_3d_refine_01.cc +++ b/tests/mpi/p4est_3d_refine_01.cc @@ -125,7 +125,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_refine_02.cc b/tests/mpi/p4est_3d_refine_02.cc index 8b43e55070..4998e7c504 100644 --- a/tests/mpi/p4est_3d_refine_02.cc +++ b/tests/mpi/p4est_3d_refine_02.cc @@ -86,7 +86,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_refine_03.cc b/tests/mpi/p4est_3d_refine_03.cc index ddeb23a94e..65e639a089 100644 --- a/tests/mpi/p4est_3d_refine_03.cc +++ b/tests/mpi/p4est_3d_refine_03.cc @@ -83,7 +83,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_3d_refine_04.cc b/tests/mpi/p4est_3d_refine_04.cc index d00f010147..7909b354d0 100644 --- a/tests/mpi/p4est_3d_refine_04.cc +++ b/tests/mpi/p4est_3d_refine_04.cc @@ -123,7 +123,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("3d"); test<3>(); diff --git a/tests/mpi/p4est_data_out_01.cc b/tests/mpi/p4est_data_out_01.cc index 12909563c7..b08634638f 100644 --- a/tests/mpi/p4est_data_out_01.cc +++ b/tests/mpi/p4est_data_out_01.cc @@ -89,7 +89,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_get_subdomain_association.cc b/tests/mpi/p4est_get_subdomain_association.cc index 9f78cc6852..464254d4d6 100644 --- a/tests/mpi/p4est_get_subdomain_association.cc +++ b/tests/mpi/p4est_get_subdomain_association.cc @@ -84,7 +84,6 @@ int main(int argc, char *argv[]) if (myid == 1) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_max_refine.cc b/tests/mpi/p4est_max_refine.cc index 5c96090575..55ed59c09e 100644 --- a/tests/mpi/p4est_max_refine.cc +++ b/tests/mpi/p4est_max_refine.cc @@ -86,7 +86,6 @@ int main(int argc, char *argv[]) { initlog(); deallog.depth_file(3); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_save_01.cc b/tests/mpi/p4est_save_01.cc index 120ee5cb3e..d36228e5eb 100644 --- a/tests/mpi/p4est_save_01.cc +++ b/tests/mpi/p4est_save_01.cc @@ -112,7 +112,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_save_02.cc b/tests/mpi/p4est_save_02.cc index 2b69d929bc..2c8a4f7c69 100644 --- a/tests/mpi/p4est_save_02.cc +++ b/tests/mpi/p4est_save_02.cc @@ -167,7 +167,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/p4est_save_03.cc b/tests/mpi/p4est_save_03.cc index f8db449e14..338ae2cc1f 100644 --- a/tests/mpi/p4est_save_03.cc +++ b/tests/mpi/p4est_save_03.cc @@ -181,7 +181,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); deallog.push ("2d"); test<2>(); diff --git a/tests/mpi/parallel_block_vector_01.cc b/tests/mpi/parallel_block_vector_01.cc index b0337875e8..9a73340ab7 100644 --- a/tests/mpi/parallel_block_vector_01.cc +++ b/tests/mpi/parallel_block_vector_01.cc @@ -168,7 +168,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_block_vector_02.cc b/tests/mpi/parallel_block_vector_02.cc index 6220a8bf22..1513299161 100644 --- a/tests/mpi/parallel_block_vector_02.cc +++ b/tests/mpi/parallel_block_vector_02.cc @@ -163,7 +163,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_block_vector_04.cc b/tests/mpi/parallel_block_vector_04.cc index 21b490f140..21fabc18a5 100644 --- a/tests/mpi/parallel_block_vector_04.cc +++ b/tests/mpi/parallel_block_vector_04.cc @@ -188,7 +188,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_partitioner_01.cc b/tests/mpi/parallel_partitioner_01.cc index 0f215c8a51..86a482fbcb 100644 --- a/tests/mpi/parallel_partitioner_01.cc +++ b/tests/mpi/parallel_partitioner_01.cc @@ -127,7 +127,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_partitioner_02.cc b/tests/mpi/parallel_partitioner_02.cc index ddafc6c448..cba099972f 100644 --- a/tests/mpi/parallel_partitioner_02.cc +++ b/tests/mpi/parallel_partitioner_02.cc @@ -100,7 +100,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_partitioner_03.cc b/tests/mpi/parallel_partitioner_03.cc index 657531c17c..bfba0c6652 100644 --- a/tests/mpi/parallel_partitioner_03.cc +++ b/tests/mpi/parallel_partitioner_03.cc @@ -105,7 +105,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_partitioner_04.cc b/tests/mpi/parallel_partitioner_04.cc index 30e4a2229b..22e8456629 100644 --- a/tests/mpi/parallel_partitioner_04.cc +++ b/tests/mpi/parallel_partitioner_04.cc @@ -97,7 +97,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_01.cc b/tests/mpi/parallel_vector_01.cc index 14c1dc440a..b63ce2d217 100644 --- a/tests/mpi/parallel_vector_01.cc +++ b/tests/mpi/parallel_vector_01.cc @@ -77,7 +77,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_02.cc b/tests/mpi/parallel_vector_02.cc index 0e9254bcb1..7638474e39 100644 --- a/tests/mpi/parallel_vector_02.cc +++ b/tests/mpi/parallel_vector_02.cc @@ -88,7 +88,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_03.cc b/tests/mpi/parallel_vector_03.cc index f9190cac81..91462821ca 100644 --- a/tests/mpi/parallel_vector_03.cc +++ b/tests/mpi/parallel_vector_03.cc @@ -89,7 +89,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_04.cc b/tests/mpi/parallel_vector_04.cc index b1df98333c..6aba1a2d7c 100644 --- a/tests/mpi/parallel_vector_04.cc +++ b/tests/mpi/parallel_vector_04.cc @@ -111,7 +111,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_05.cc b/tests/mpi/parallel_vector_05.cc index b68c817d1a..5adb1ca04a 100644 --- a/tests/mpi/parallel_vector_05.cc +++ b/tests/mpi/parallel_vector_05.cc @@ -80,7 +80,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_06.cc b/tests/mpi/parallel_vector_06.cc index b53a301206..f35732e78b 100644 --- a/tests/mpi/parallel_vector_06.cc +++ b/tests/mpi/parallel_vector_06.cc @@ -155,7 +155,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_07.cc b/tests/mpi/parallel_vector_07.cc index 724b2cb41e..06f4d6687b 100644 --- a/tests/mpi/parallel_vector_07.cc +++ b/tests/mpi/parallel_vector_07.cc @@ -105,7 +105,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_08.cc b/tests/mpi/parallel_vector_08.cc index b0aab25d71..ca069d191e 100644 --- a/tests/mpi/parallel_vector_08.cc +++ b/tests/mpi/parallel_vector_08.cc @@ -142,7 +142,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_09.cc b/tests/mpi/parallel_vector_09.cc index 47ac1e70a8..4860600a7a 100644 --- a/tests/mpi/parallel_vector_09.cc +++ b/tests/mpi/parallel_vector_09.cc @@ -126,7 +126,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_10.cc b/tests/mpi/parallel_vector_10.cc index bb774e3935..30ecf99b07 100644 --- a/tests/mpi/parallel_vector_10.cc +++ b/tests/mpi/parallel_vector_10.cc @@ -78,7 +78,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_11.cc b/tests/mpi/parallel_vector_11.cc index 002d817216..8e7df8c17a 100644 --- a/tests/mpi/parallel_vector_11.cc +++ b/tests/mpi/parallel_vector_11.cc @@ -175,7 +175,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_12.cc b/tests/mpi/parallel_vector_12.cc index 2ae2bf7687..ec43dc8bde 100644 --- a/tests/mpi/parallel_vector_12.cc +++ b/tests/mpi/parallel_vector_12.cc @@ -179,7 +179,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_13.cc b/tests/mpi/parallel_vector_13.cc index fb454eff8c..c3d227acc3 100644 --- a/tests/mpi/parallel_vector_13.cc +++ b/tests/mpi/parallel_vector_13.cc @@ -102,7 +102,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_14.cc b/tests/mpi/parallel_vector_14.cc index c8ba186d41..7225e319c3 100644 --- a/tests/mpi/parallel_vector_14.cc +++ b/tests/mpi/parallel_vector_14.cc @@ -131,7 +131,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_15.cc b/tests/mpi/parallel_vector_15.cc index 7a34f1d0b4..c30e600c99 100644 --- a/tests/mpi/parallel_vector_15.cc +++ b/tests/mpi/parallel_vector_15.cc @@ -104,7 +104,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_16.cc b/tests/mpi/parallel_vector_16.cc index 44f3e313f9..47cfca35a1 100644 --- a/tests/mpi/parallel_vector_16.cc +++ b/tests/mpi/parallel_vector_16.cc @@ -94,7 +94,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(12); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_18.cc b/tests/mpi/parallel_vector_18.cc index 861b181d10..306dc330fc 100644 --- a/tests/mpi/parallel_vector_18.cc +++ b/tests/mpi/parallel_vector_18.cc @@ -82,7 +82,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_19.cc b/tests/mpi/parallel_vector_19.cc index a20ba71796..b3c011a77d 100644 --- a/tests/mpi/parallel_vector_19.cc +++ b/tests/mpi/parallel_vector_19.cc @@ -84,7 +84,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_20.cc b/tests/mpi/parallel_vector_20.cc index e4af153f51..6878f02e03 100644 --- a/tests/mpi/parallel_vector_20.cc +++ b/tests/mpi/parallel_vector_20.cc @@ -72,7 +72,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_back_interpolate.cc b/tests/mpi/parallel_vector_back_interpolate.cc index f2c50d15c1..3111c41eb7 100644 --- a/tests/mpi/parallel_vector_back_interpolate.cc +++ b/tests/mpi/parallel_vector_back_interpolate.cc @@ -85,7 +85,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/parallel_vector_interpolate.cc b/tests/mpi/parallel_vector_interpolate.cc index e13ed4f06f..744c58e848 100644 --- a/tests/mpi/parallel_vector_interpolate.cc +++ b/tests/mpi/parallel_vector_interpolate.cc @@ -84,7 +84,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/periodicity_01.cc b/tests/mpi/periodicity_01.cc index 7cedef47e3..5dfd796e2d 100644 --- a/tests/mpi/periodicity_01.cc +++ b/tests/mpi/periodicity_01.cc @@ -536,7 +536,6 @@ int main(int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { LaplaceProblem<2> laplace_problem; laplace_problem.run (); diff --git a/tests/mpi/periodicity_02.cc b/tests/mpi/periodicity_02.cc index 9e74fb959b..5507ffb9a1 100644 --- a/tests/mpi/periodicity_02.cc +++ b/tests/mpi/periodicity_02.cc @@ -781,7 +781,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { StokesProblem<2> flow_problem(1); flow_problem.run (); diff --git a/tests/mpi/periodicity_03.cc b/tests/mpi/periodicity_03.cc index df0291eadf..b059784926 100644 --- a/tests/mpi/periodicity_03.cc +++ b/tests/mpi/periodicity_03.cc @@ -824,7 +824,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { StokesProblem<3> flow_problem(1); flow_problem.run (); diff --git a/tests/mpi/periodicity_04.cc b/tests/mpi/periodicity_04.cc index 6935ccf5f2..9c1a6ad0c2 100644 --- a/tests/mpi/periodicity_04.cc +++ b/tests/mpi/periodicity_04.cc @@ -288,7 +288,6 @@ int main (int argc, char *argv[]) MPILogInitAll log; - deallog.threshold_double(1.e-10); { deallog << "Test for 2D" << std::endl << std::endl; for (int i = 0; i < 2; ++i) diff --git a/tests/mpi/petsc_01.cc b/tests/mpi/petsc_01.cc index bff2e6e34d..90e6a95700 100644 --- a/tests/mpi/petsc_01.cc +++ b/tests/mpi/petsc_01.cc @@ -86,7 +86,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_02.cc b/tests/mpi/petsc_02.cc index 93c7afa114..3911a688ec 100644 --- a/tests/mpi/petsc_02.cc +++ b/tests/mpi/petsc_02.cc @@ -65,7 +65,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_03.cc b/tests/mpi/petsc_03.cc index d117c367f3..e3f50e239a 100644 --- a/tests/mpi/petsc_03.cc +++ b/tests/mpi/petsc_03.cc @@ -60,7 +60,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_bug_ghost_vector_01.cc b/tests/mpi/petsc_bug_ghost_vector_01.cc index 892e7ad192..8d9077004e 100644 --- a/tests/mpi/petsc_bug_ghost_vector_01.cc +++ b/tests/mpi/petsc_bug_ghost_vector_01.cc @@ -247,7 +247,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/mpi/petsc_distribute_01.cc b/tests/mpi/petsc_distribute_01.cc index 88aca1e8e5..a43de6f312 100644 --- a/tests/mpi/petsc_distribute_01.cc +++ b/tests/mpi/petsc_distribute_01.cc @@ -152,7 +152,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_distribute_01_block.cc b/tests/mpi/petsc_distribute_01_block.cc index 947b2653e8..0e2aa7c2b5 100644 --- a/tests/mpi/petsc_distribute_01_block.cc +++ b/tests/mpi/petsc_distribute_01_block.cc @@ -186,7 +186,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_distribute_01_inhomogenous.cc b/tests/mpi/petsc_distribute_01_inhomogenous.cc index 74438dbbbf..0fcb34bb01 100644 --- a/tests/mpi/petsc_distribute_01_inhomogenous.cc +++ b/tests/mpi/petsc_distribute_01_inhomogenous.cc @@ -146,7 +146,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/petsc_locally_owned_elements.cc b/tests/mpi/petsc_locally_owned_elements.cc index ca4b12b6f1..337ee18ac2 100644 --- a/tests/mpi/petsc_locally_owned_elements.cc +++ b/tests/mpi/petsc_locally_owned_elements.cc @@ -70,7 +70,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/point_to_point_pattern_01.cc b/tests/mpi/point_to_point_pattern_01.cc index 2a8820f269..fefa997519 100644 --- a/tests/mpi/point_to_point_pattern_01.cc +++ b/tests/mpi/point_to_point_pattern_01.cc @@ -111,7 +111,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/point_value_01.cc b/tests/mpi/point_value_01.cc index 48aab54204..b4e86698f5 100644 --- a/tests/mpi/point_value_01.cc +++ b/tests/mpi/point_value_01.cc @@ -107,7 +107,6 @@ int main(int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc index 061e121ce5..26a51aac12 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_01.cc @@ -135,7 +135,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc index 8e1f5ec966..1a749eb3b5 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_02.cc @@ -145,7 +145,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc index 09552ef227..d49f095ce4 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_03.cc @@ -124,7 +124,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc index a658af6651..6e7b7003d4 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_04.cc @@ -142,7 +142,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc index f760dc2921..baa06eec4e 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_05.cc @@ -139,7 +139,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc index 4390d8402e..7e9b5e468f 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_06.cc @@ -158,7 +158,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_fraction_07.cc b/tests/mpi/refine_and_coarsen_fixed_fraction_07.cc index 7934e58648..12f3bdeb6c 100644 --- a/tests/mpi/refine_and_coarsen_fixed_fraction_07.cc +++ b/tests/mpi/refine_and_coarsen_fixed_fraction_07.cc @@ -207,7 +207,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_01.cc b/tests/mpi/refine_and_coarsen_fixed_number_01.cc index a60d5105cf..ab0420b8f9 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_01.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_01.cc @@ -123,7 +123,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_02.cc b/tests/mpi/refine_and_coarsen_fixed_number_02.cc index 249d6d75c9..dcbc485e57 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_02.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_02.cc @@ -124,7 +124,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_03.cc b/tests/mpi/refine_and_coarsen_fixed_number_03.cc index 26a86f4254..38cc11a6ec 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_03.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_03.cc @@ -113,7 +113,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_04.cc b/tests/mpi/refine_and_coarsen_fixed_number_04.cc index 390abb64e5..5d53601f3c 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_04.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_04.cc @@ -142,7 +142,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_05.cc b/tests/mpi/refine_and_coarsen_fixed_number_05.cc index 655fe65b4d..b2f859a18c 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_05.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_05.cc @@ -139,7 +139,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_06.cc b/tests/mpi/refine_and_coarsen_fixed_number_06.cc index 33dff4e91a..d00a50ea10 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_06.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_06.cc @@ -73,7 +73,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/mpi/refine_and_coarsen_fixed_number_07.cc b/tests/mpi/refine_and_coarsen_fixed_number_07.cc index e271884f3c..56e8064aa4 100644 --- a/tests/mpi/refine_and_coarsen_fixed_number_07.cc +++ b/tests/mpi/refine_and_coarsen_fixed_number_07.cc @@ -122,7 +122,6 @@ int main(int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(max_n_cell_ratio); } @@ -139,7 +138,6 @@ int main(int argc, char *argv[]) { std::ofstream logfile("output", std::ofstream::app); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(max_n_cell_ratio); } @@ -156,7 +154,6 @@ int main(int argc, char *argv[]) { std::ofstream logfile("output", std::ofstream::app); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test(max_n_cell_ratio); } diff --git a/tests/mpi/refinement_listener_01.cc b/tests/mpi/refinement_listener_01.cc index b611b3837c..bdcd1ab8e9 100644 --- a/tests/mpi/refinement_listener_01.cc +++ b/tests/mpi/refinement_listener_01.cc @@ -93,7 +93,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/refinement_listener_02.cc b/tests/mpi/refinement_listener_02.cc index 374127b114..f593fb103d 100644 --- a/tests/mpi/refinement_listener_02.cc +++ b/tests/mpi/refinement_listener_02.cc @@ -96,7 +96,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/renumber_cuthill_mckee.cc b/tests/mpi/renumber_cuthill_mckee.cc index ee9ea382ff..67fae9bd22 100644 --- a/tests/mpi/renumber_cuthill_mckee.cc +++ b/tests/mpi/renumber_cuthill_mckee.cc @@ -101,7 +101,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); deallog.push ("2d"); test<2>(); diff --git a/tests/mpi/renumber_cuthill_mckee_02.cc b/tests/mpi/renumber_cuthill_mckee_02.cc index f78190d030..120976fbcd 100644 --- a/tests/mpi/renumber_cuthill_mckee_02.cc +++ b/tests/mpi/renumber_cuthill_mckee_02.cc @@ -103,7 +103,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); deallog.push ("2d"); test<2>(); diff --git a/tests/mpi/renumber_z_order_01.cc b/tests/mpi/renumber_z_order_01.cc index 31c444c949..deaecaeba6 100644 --- a/tests/mpi/renumber_z_order_01.cc +++ b/tests/mpi/renumber_z_order_01.cc @@ -129,7 +129,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); deallog.push ("2d"); test<2>(); diff --git a/tests/mpi/renumber_z_order_02.cc b/tests/mpi/renumber_z_order_02.cc index 2232d2fafc..2b354fda1f 100644 --- a/tests/mpi/renumber_z_order_02.cc +++ b/tests/mpi/renumber_z_order_02.cc @@ -133,7 +133,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); deallog.push ("2d"); test<2>(); diff --git a/tests/mpi/simple_mpi_01.cc b/tests/mpi/simple_mpi_01.cc index 63df9a80b8..27eb72fb44 100644 --- a/tests/mpi/simple_mpi_01.cc +++ b/tests/mpi/simple_mpi_01.cc @@ -68,7 +68,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/solution_transfer_01.cc b/tests/mpi/solution_transfer_01.cc index c5f0200c6e..f797eb2b50 100644 --- a/tests/mpi/solution_transfer_01.cc +++ b/tests/mpi/solution_transfer_01.cc @@ -110,7 +110,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/step-40.cc b/tests/mpi/step-40.cc index 7cdec0f6f8..9dcf1636a8 100644 --- a/tests/mpi/step-40.cc +++ b/tests/mpi/step-40.cc @@ -380,7 +380,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/step-40_direct_solver.cc b/tests/mpi/step-40_direct_solver.cc index f22cfa7053..15b5ce0106 100644 --- a/tests/mpi/step-40_direct_solver.cc +++ b/tests/mpi/step-40_direct_solver.cc @@ -365,7 +365,6 @@ int main(int argc, char *argv[]) if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD) == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("mpi"); test_mpi(); diff --git a/tests/mpi/torus.cc b/tests/mpi/torus.cc index df7e5961e7..992fa457b8 100644 --- a/tests/mpi/torus.cc +++ b/tests/mpi/torus.cc @@ -73,7 +73,6 @@ int main(int argc, char *argv[]) { static std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); } parallel::distributed::Triangulation<2,3> triangulation(MPI_COMM_WORLD, diff --git a/tests/mpi/tria_copy_triangulation.cc b/tests/mpi/tria_copy_triangulation.cc index 1956a88649..85de8a30bf 100644 --- a/tests/mpi/tria_copy_triangulation.cc +++ b/tests/mpi/tria_copy_triangulation.cc @@ -123,7 +123,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); deallog.push("2d"); test<2>(); diff --git a/tests/mpi/trilinos_01.cc b/tests/mpi/trilinos_01.cc index 22f08a9961..c307813210 100644 --- a/tests/mpi/trilinos_01.cc +++ b/tests/mpi/trilinos_01.cc @@ -94,7 +94,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_02.cc b/tests/mpi/trilinos_02.cc index 9e0e125448..50d4383782 100644 --- a/tests/mpi/trilinos_02.cc +++ b/tests/mpi/trilinos_02.cc @@ -91,7 +91,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_bug_5609.cc b/tests/mpi/trilinos_bug_5609.cc index a132b63936..67f0ef1d73 100644 --- a/tests/mpi/trilinos_bug_5609.cc +++ b/tests/mpi/trilinos_bug_5609.cc @@ -77,7 +77,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/mpi/trilinos_compress_bug.cc b/tests/mpi/trilinos_compress_bug.cc index a96c0521de..89ebd9724f 100644 --- a/tests/mpi/trilinos_compress_bug.cc +++ b/tests/mpi/trilinos_compress_bug.cc @@ -100,7 +100,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_distribute_01.cc b/tests/mpi/trilinos_distribute_01.cc index 16d730c9e5..8c430d4274 100644 --- a/tests/mpi/trilinos_distribute_01.cc +++ b/tests/mpi/trilinos_distribute_01.cc @@ -157,7 +157,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_distribute_01_block.cc b/tests/mpi/trilinos_distribute_01_block.cc index a59329abc7..cdfe1db312 100644 --- a/tests/mpi/trilinos_distribute_01_block.cc +++ b/tests/mpi/trilinos_distribute_01_block.cc @@ -190,7 +190,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_distribute_01_inhomogenous.cc b/tests/mpi/trilinos_distribute_01_inhomogenous.cc index 3b20742e3e..b489956c8f 100644 --- a/tests/mpi/trilinos_distribute_01_inhomogenous.cc +++ b/tests/mpi/trilinos_distribute_01_inhomogenous.cc @@ -151,7 +151,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_distribute_03.cc b/tests/mpi/trilinos_distribute_03.cc index f4cff84ddf..41a9746c1b 100644 --- a/tests/mpi/trilinos_distribute_03.cc +++ b/tests/mpi/trilinos_distribute_03.cc @@ -65,7 +65,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_distribute_04.cc b/tests/mpi/trilinos_distribute_04.cc index 210cec24ba..fa020c6741 100644 --- a/tests/mpi/trilinos_distribute_04.cc +++ b/tests/mpi/trilinos_distribute_04.cc @@ -127,7 +127,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/mpi/trilinos_ghost_01.cc b/tests/mpi/trilinos_ghost_01.cc index a5a7fc0fa2..62785dcfb7 100644 --- a/tests/mpi/trilinos_ghost_01.cc +++ b/tests/mpi/trilinos_ghost_01.cc @@ -85,7 +85,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_ghost_02.cc b/tests/mpi/trilinos_ghost_02.cc index 5fcab0b12a..f6ab606b19 100644 --- a/tests/mpi/trilinos_ghost_02.cc +++ b/tests/mpi/trilinos_ghost_02.cc @@ -76,7 +76,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_ghost_03.cc b/tests/mpi/trilinos_ghost_03.cc index 29d69bb19f..5a69fa81b5 100644 --- a/tests/mpi/trilinos_ghost_03.cc +++ b/tests/mpi/trilinos_ghost_03.cc @@ -92,7 +92,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_ghost_03_linfty.cc b/tests/mpi/trilinos_ghost_03_linfty.cc index 19cdfdbe9b..57189e5e95 100644 --- a/tests/mpi/trilinos_ghost_03_linfty.cc +++ b/tests/mpi/trilinos_ghost_03_linfty.cc @@ -91,7 +91,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_ghost_05.cc b/tests/mpi/trilinos_ghost_05.cc index cd602cdf5c..11f6d11441 100644 --- a/tests/mpi/trilinos_ghost_05.cc +++ b/tests/mpi/trilinos_ghost_05.cc @@ -90,7 +90,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_locally_owned_elements_01.cc b/tests/mpi/trilinos_locally_owned_elements_01.cc index 6ca7b668bc..0b93a2bd17 100644 --- a/tests/mpi/trilinos_locally_owned_elements_01.cc +++ b/tests/mpi/trilinos_locally_owned_elements_01.cc @@ -74,7 +74,6 @@ int main(int argc, char *argv[]) if (myid == 0) { initlog(); - deallog.threshold_double(1.e-10); test<2>(); } diff --git a/tests/mpi/trilinos_matvec_01.cc b/tests/mpi/trilinos_matvec_01.cc index 6fcfe6b4d0..f63177bc9c 100644 --- a/tests/mpi/trilinos_matvec_01.cc +++ b/tests/mpi/trilinos_matvec_01.cc @@ -130,7 +130,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_matvec_02.cc b/tests/mpi/trilinos_matvec_02.cc index 6905043db1..48f5c0e0aa 100644 --- a/tests/mpi/trilinos_matvec_02.cc +++ b/tests/mpi/trilinos_matvec_02.cc @@ -130,7 +130,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_matvec_03.cc b/tests/mpi/trilinos_matvec_03.cc index 6d0032f62f..45d2e59e9a 100644 --- a/tests/mpi/trilinos_matvec_03.cc +++ b/tests/mpi/trilinos_matvec_03.cc @@ -152,7 +152,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sadd_01.cc b/tests/mpi/trilinos_sadd_01.cc index d0fad9c3d1..bff8e2c4ae 100644 --- a/tests/mpi/trilinos_sadd_01.cc +++ b/tests/mpi/trilinos_sadd_01.cc @@ -92,7 +92,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_01.cc b/tests/mpi/trilinos_sparse_matrix_01.cc index dbf9628106..c51559512e 100644 --- a/tests/mpi/trilinos_sparse_matrix_01.cc +++ b/tests/mpi/trilinos_sparse_matrix_01.cc @@ -125,7 +125,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_03.cc b/tests/mpi/trilinos_sparse_matrix_03.cc index 9ec0ea438b..eba5c11688 100644 --- a/tests/mpi/trilinos_sparse_matrix_03.cc +++ b/tests/mpi/trilinos_sparse_matrix_03.cc @@ -217,7 +217,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_04.cc b/tests/mpi/trilinos_sparse_matrix_04.cc index 26eb9e5a79..3010955067 100644 --- a/tests/mpi/trilinos_sparse_matrix_04.cc +++ b/tests/mpi/trilinos_sparse_matrix_04.cc @@ -128,7 +128,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_05.cc b/tests/mpi/trilinos_sparse_matrix_05.cc index 653ae6c5e8..efdd761a4e 100644 --- a/tests/mpi/trilinos_sparse_matrix_05.cc +++ b/tests/mpi/trilinos_sparse_matrix_05.cc @@ -133,7 +133,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_mmult_01.cc b/tests/mpi/trilinos_sparse_matrix_mmult_01.cc index ca4e6d3b76..b3690c1bb0 100644 --- a/tests/mpi/trilinos_sparse_matrix_mmult_01.cc +++ b/tests/mpi/trilinos_sparse_matrix_mmult_01.cc @@ -158,7 +158,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_sparse_matrix_print_01.cc b/tests/mpi/trilinos_sparse_matrix_print_01.cc index c7adcdb0b4..b823e184cf 100644 --- a/tests/mpi/trilinos_sparse_matrix_print_01.cc +++ b/tests/mpi/trilinos_sparse_matrix_print_01.cc @@ -94,7 +94,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/mpi/trilinos_vector_ghosts_01.cc b/tests/mpi/trilinos_vector_ghosts_01.cc index 2c17a4ed4e..2352064093 100644 --- a/tests/mpi/trilinos_vector_ghosts_01.cc +++ b/tests/mpi/trilinos_vector_ghosts_01.cc @@ -68,7 +68,6 @@ int main(int argc, char *argv[]) unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD); deallog.push(Utilities::int_to_string(myid)); - deallog.threshold_double(1.e-10); if (myid == 0) { diff --git a/tests/mpi/trilinos_vector_reinit.cc b/tests/mpi/trilinos_vector_reinit.cc index 6ff3c39fec..a54cf09e13 100644 --- a/tests/mpi/trilinos_vector_reinit.cc +++ b/tests/mpi/trilinos_vector_reinit.cc @@ -69,7 +69,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/multigrid/boundary_01.cc b/tests/multigrid/boundary_01.cc index 5d9063b967..e1cecb887f 100644 --- a/tests/multigrid/boundary_01.cc +++ b/tests/multigrid/boundary_01.cc @@ -90,7 +90,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<2> (); check<3> (); diff --git a/tests/multigrid/count_01.cc b/tests/multigrid/count_01.cc index 34fd74e72d..0cefea0f02 100644 --- a/tests/multigrid/count_01.cc +++ b/tests/multigrid/count_01.cc @@ -108,7 +108,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1> (); check<2> (); diff --git a/tests/multigrid/cycles.cc b/tests/multigrid/cycles.cc index e6c75f8695..b312f22459 100644 --- a/tests/multigrid/cycles.cc +++ b/tests/multigrid/cycles.cc @@ -89,7 +89,6 @@ void test_cycles(unsigned int minlevel, unsigned int maxlevel) int main() { initlog(); - deallog.threshold_double(1.e-10); test_cycles (0,4); test_cycles (2,5); diff --git a/tests/multigrid/mg_output_dirichlet.cc b/tests/multigrid/mg_output_dirichlet.cc index 15c3800573..ebc3dfc59e 100644 --- a/tests/multigrid/mg_output_dirichlet.cc +++ b/tests/multigrid/mg_output_dirichlet.cc @@ -271,7 +271,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //check_simple (FESystem<2>(FE_Q<2>(1), 2)); check_simple (FESystem<2>(FE_Q<2>(1), 4)); diff --git a/tests/multigrid/mg_output_neumann.cc b/tests/multigrid/mg_output_neumann.cc index 7a9f0d5e1f..c76fb7bb2d 100644 --- a/tests/multigrid/mg_output_neumann.cc +++ b/tests/multigrid/mg_output_neumann.cc @@ -276,7 +276,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //check_simple (FESystem<2>(FE_Q<2>(1), 2)); check_simple (FESystem<2>(FE_Q<2>(1), 4)); diff --git a/tests/multigrid/mg_renumbered_02.cc b/tests/multigrid/mg_renumbered_02.cc index e7f3d4190b..40006271e8 100644 --- a/tests/multigrid/mg_renumbered_02.cc +++ b/tests/multigrid/mg_renumbered_02.cc @@ -357,7 +357,6 @@ void LaplaceProblem::run () int main () { initlog(); - deallog.threshold_double(1.e-10); LaplaceProblem<2> laplace_problem_2d(1); laplace_problem_2d.run (); diff --git a/tests/multigrid/mg_renumbered_03.cc b/tests/multigrid/mg_renumbered_03.cc index a3d0f16107..56a047b0a9 100644 --- a/tests/multigrid/mg_renumbered_03.cc +++ b/tests/multigrid/mg_renumbered_03.cc @@ -423,7 +423,6 @@ void LaplaceProblem::run () int main () { initlog(); - deallog.threshold_double(1.e-10); LaplaceProblem<2> laplace_problem_2d(1); laplace_problem_2d.run (); diff --git a/tests/multigrid/smoother_block.cc b/tests/multigrid/smoother_block.cc index 1289786124..98d5303372 100644 --- a/tests/multigrid/smoother_block.cc +++ b/tests/multigrid/smoother_block.cc @@ -208,7 +208,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check(); } diff --git a/tests/multigrid/step-16-03.cc b/tests/multigrid/step-16-03.cc index a92c50705b..c85967f26f 100644 --- a/tests/multigrid/step-16-03.cc +++ b/tests/multigrid/step-16-03.cc @@ -476,7 +476,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/multigrid/step-16-04.cc b/tests/multigrid/step-16-04.cc index 81a9f34cd9..ecaa89d1ef 100644 --- a/tests/multigrid/step-16-04.cc +++ b/tests/multigrid/step-16-04.cc @@ -485,7 +485,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi(argc, argv, 1); diff --git a/tests/multigrid/step-16-05.cc b/tests/multigrid/step-16-05.cc index 7993ff0f1b..21ef1c1d78 100644 --- a/tests/multigrid/step-16-05.cc +++ b/tests/multigrid/step-16-05.cc @@ -467,7 +467,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi(argc, argv, 1); diff --git a/tests/multigrid/step-16-06.cc b/tests/multigrid/step-16-06.cc index 57ba61e280..5a3b360c39 100644 --- a/tests/multigrid/step-16-06.cc +++ b/tests/multigrid/step-16-06.cc @@ -467,7 +467,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi(argc, argv, 1); diff --git a/tests/multigrid/step-16-07.cc b/tests/multigrid/step-16-07.cc index 7afbcc736e..b26ed6a945 100644 --- a/tests/multigrid/step-16-07.cc +++ b/tests/multigrid/step-16-07.cc @@ -606,7 +606,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/multigrid/step-16.cc b/tests/multigrid/step-16.cc index 297cee76e0..47768a89c8 100644 --- a/tests/multigrid/step-16.cc +++ b/tests/multigrid/step-16.cc @@ -607,7 +607,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/multigrid/transfer_01.cc b/tests/multigrid/transfer_01.cc index 94f578ea6f..28ac4eff2d 100644 --- a/tests/multigrid/transfer_01.cc +++ b/tests/multigrid/transfer_01.cc @@ -137,7 +137,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_simple (FE_DGP<2>(0)); check_simple (FE_DGP<2>(1)); diff --git a/tests/multigrid/transfer_02.cc b/tests/multigrid/transfer_02.cc index 9d705d1cad..01702c43de 100644 --- a/tests/multigrid/transfer_02.cc +++ b/tests/multigrid/transfer_02.cc @@ -167,7 +167,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(6); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check_simple (FE_DGP<2>(0)); check_simple (FE_DGP<2>(1)); diff --git a/tests/multigrid/transfer_03.cc b/tests/multigrid/transfer_03.cc index fc602a1f96..16393d407a 100644 --- a/tests/multigrid/transfer_03.cc +++ b/tests/multigrid/transfer_03.cc @@ -243,7 +243,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //check_simple (FESystem<2>(FE_Q<2>(1), 2)); check_simple (FESystem<2>(FE_Q<2>(1), 4)); diff --git a/tests/multigrid/transfer_block.cc b/tests/multigrid/transfer_block.cc index f4a1c9beab..7086223177 100644 --- a/tests/multigrid/transfer_block.cc +++ b/tests/multigrid/transfer_block.cc @@ -197,7 +197,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); std::vector factors; diff --git a/tests/multigrid/transfer_block_select.cc b/tests/multigrid/transfer_block_select.cc index 804e44dde5..f73d6d4516 100644 --- a/tests/multigrid/transfer_block_select.cc +++ b/tests/multigrid/transfer_block_select.cc @@ -168,7 +168,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); FE_DGQ<2> q0(0); FE_DGQ<2> q1(1); diff --git a/tests/multigrid/transfer_compare_01.cc b/tests/multigrid/transfer_compare_01.cc index 9884207f80..dd001e3654 100644 --- a/tests/multigrid/transfer_compare_01.cc +++ b/tests/multigrid/transfer_compare_01.cc @@ -273,7 +273,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); std::vector factors; diff --git a/tests/multigrid/transfer_matrix_free_01.cc b/tests/multigrid/transfer_matrix_free_01.cc index bdf9d94033..c5cb662c4e 100644 --- a/tests/multigrid/transfer_matrix_free_01.cc +++ b/tests/multigrid/transfer_matrix_free_01.cc @@ -29,8 +29,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_Q fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_02.cc b/tests/multigrid/transfer_matrix_free_02.cc index 46d1f42603..1269246b8b 100644 --- a/tests/multigrid/transfer_matrix_free_02.cc +++ b/tests/multigrid/transfer_matrix_free_02.cc @@ -30,8 +30,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_Q fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_03.cc b/tests/multigrid/transfer_matrix_free_03.cc index 5b72a2d025..2f984d2c5a 100644 --- a/tests/multigrid/transfer_matrix_free_03.cc +++ b/tests/multigrid/transfer_matrix_free_03.cc @@ -31,8 +31,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_Q fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_04.cc b/tests/multigrid/transfer_matrix_free_04.cc index 5a5015b7be..ee22291078 100644 --- a/tests/multigrid/transfer_matrix_free_04.cc +++ b/tests/multigrid/transfer_matrix_free_04.cc @@ -30,8 +30,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_DGQ fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_05.cc b/tests/multigrid/transfer_matrix_free_05.cc index 347aa2e58c..7c3b17b6bb 100644 --- a/tests/multigrid/transfer_matrix_free_05.cc +++ b/tests/multigrid/transfer_matrix_free_05.cc @@ -30,8 +30,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_DGQ fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_06.cc b/tests/multigrid/transfer_matrix_free_06.cc index 9f3e26c565..749e07e1b5 100644 --- a/tests/multigrid/transfer_matrix_free_06.cc +++ b/tests/multigrid/transfer_matrix_free_06.cc @@ -32,8 +32,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FESystem fe (FE_Q(fe_degree), 2); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_07.cc b/tests/multigrid/transfer_matrix_free_07.cc index a9082a872a..fe4752e8ed 100644 --- a/tests/multigrid/transfer_matrix_free_07.cc +++ b/tests/multigrid/transfer_matrix_free_07.cc @@ -30,8 +30,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_DGQLegendre fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_matrix_free_08.cc b/tests/multigrid/transfer_matrix_free_08.cc index 1951e43d04..472a0e6e8f 100644 --- a/tests/multigrid/transfer_matrix_free_08.cc +++ b/tests/multigrid/transfer_matrix_free_08.cc @@ -34,8 +34,6 @@ template void check(const FiniteElement &fe) { - deallog.threshold_double(std::max(1e2*(double)std::numeric_limits::epsilon(), - 1e-11)); deallog << "FE: " << fe.get_name() << std::endl; // run a few different sizes... diff --git a/tests/multigrid/transfer_matrix_free_09.cc b/tests/multigrid/transfer_matrix_free_09.cc index 6a14520a29..34ca08e0e7 100644 --- a/tests/multigrid/transfer_matrix_free_09.cc +++ b/tests/multigrid/transfer_matrix_free_09.cc @@ -31,8 +31,6 @@ template void check(const FiniteElement &fe) { - deallog.threshold_double(std::max(1e2*(double)std::numeric_limits::epsilon(), - 1e-11)); deallog << "FE: " << fe.get_name() << std::endl; MGConstrainedDoFs mg_constrained_dofs; diff --git a/tests/multigrid/transfer_matrix_free_10.cc b/tests/multigrid/transfer_matrix_free_10.cc index 2e158eddec..d7daa71503 100644 --- a/tests/multigrid/transfer_matrix_free_10.cc +++ b/tests/multigrid/transfer_matrix_free_10.cc @@ -31,8 +31,6 @@ template void check(const FiniteElement &fe) { - deallog.threshold_double(std::max(1e2*(double)std::numeric_limits::epsilon(), - 1e-11)); deallog << "FE: " << fe.get_name() << std::endl; MGConstrainedDoFs mg_constrained_dofs; diff --git a/tests/multigrid/transfer_matrix_free_11.cc b/tests/multigrid/transfer_matrix_free_11.cc index 9eea80f61a..ea4a1d831b 100644 --- a/tests/multigrid/transfer_matrix_free_11.cc +++ b/tests/multigrid/transfer_matrix_free_11.cc @@ -30,8 +30,6 @@ template void check(const unsigned int fe_degree) { - deallog.threshold_double(std::max(5e2*(double)std::numeric_limits::epsilon(), - 1e-11)); FE_Q fe(fe_degree); deallog << "FE: " << fe.get_name() << std::endl; diff --git a/tests/multigrid/transfer_select.cc b/tests/multigrid/transfer_select.cc index a042930990..9b2cae7ee7 100644 --- a/tests/multigrid/transfer_select.cc +++ b/tests/multigrid/transfer_select.cc @@ -123,7 +123,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); std::vector v1(4); std::vector v2(4); diff --git a/tests/multigrid/transfer_system_01.cc b/tests/multigrid/transfer_system_01.cc index 28542bbd26..1ea35ea0c3 100644 --- a/tests/multigrid/transfer_system_01.cc +++ b/tests/multigrid/transfer_system_01.cc @@ -123,7 +123,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_02.cc b/tests/multigrid/transfer_system_02.cc index 43cd1ec17c..885138870d 100644 --- a/tests/multigrid/transfer_system_02.cc +++ b/tests/multigrid/transfer_system_02.cc @@ -131,7 +131,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_03.cc b/tests/multigrid/transfer_system_03.cc index 29db4253ba..ceb224bd62 100644 --- a/tests/multigrid/transfer_system_03.cc +++ b/tests/multigrid/transfer_system_03.cc @@ -132,7 +132,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_04.cc b/tests/multigrid/transfer_system_04.cc index 607784970e..170d754cd9 100644 --- a/tests/multigrid/transfer_system_04.cc +++ b/tests/multigrid/transfer_system_04.cc @@ -132,7 +132,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),3)); diff --git a/tests/multigrid/transfer_system_05.cc b/tests/multigrid/transfer_system_05.cc index 27f229d568..f8e6382870 100644 --- a/tests/multigrid/transfer_system_05.cc +++ b/tests/multigrid/transfer_system_05.cc @@ -122,7 +122,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),5),0); diff --git a/tests/multigrid/transfer_system_adaptive_01.cc b/tests/multigrid/transfer_system_adaptive_01.cc index cfd53dae7e..24aad1202d 100644 --- a/tests/multigrid/transfer_system_adaptive_01.cc +++ b/tests/multigrid/transfer_system_adaptive_01.cc @@ -159,7 +159,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_02.cc b/tests/multigrid/transfer_system_adaptive_02.cc index f0dffeeb04..910928c661 100644 --- a/tests/multigrid/transfer_system_adaptive_02.cc +++ b/tests/multigrid/transfer_system_adaptive_02.cc @@ -167,7 +167,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_03.cc b/tests/multigrid/transfer_system_adaptive_03.cc index 3414e12d5f..3b46883a5c 100644 --- a/tests/multigrid/transfer_system_adaptive_03.cc +++ b/tests/multigrid/transfer_system_adaptive_03.cc @@ -161,7 +161,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_04.cc b/tests/multigrid/transfer_system_adaptive_04.cc index e011313f0c..42f7b68498 100644 --- a/tests/multigrid/transfer_system_adaptive_04.cc +++ b/tests/multigrid/transfer_system_adaptive_04.cc @@ -170,7 +170,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_05.cc b/tests/multigrid/transfer_system_adaptive_05.cc index f0d788adf0..3fe5ffa473 100644 --- a/tests/multigrid/transfer_system_adaptive_05.cc +++ b/tests/multigrid/transfer_system_adaptive_05.cc @@ -165,7 +165,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_06.cc b/tests/multigrid/transfer_system_adaptive_06.cc index 3ab4c12c37..e9e5c1e26a 100644 --- a/tests/multigrid/transfer_system_adaptive_06.cc +++ b/tests/multigrid/transfer_system_adaptive_06.cc @@ -172,7 +172,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),2)); diff --git a/tests/multigrid/transfer_system_adaptive_07.cc b/tests/multigrid/transfer_system_adaptive_07.cc index a2a6f7113f..69d36393b0 100644 --- a/tests/multigrid/transfer_system_adaptive_07.cc +++ b/tests/multigrid/transfer_system_adaptive_07.cc @@ -172,7 +172,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),3)); diff --git a/tests/multigrid/transfer_system_adaptive_08.cc b/tests/multigrid/transfer_system_adaptive_08.cc index 3dede69437..715aed5926 100644 --- a/tests/multigrid/transfer_system_adaptive_08.cc +++ b/tests/multigrid/transfer_system_adaptive_08.cc @@ -179,7 +179,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),3)); diff --git a/tests/multigrid/transfer_system_adaptive_09.cc b/tests/multigrid/transfer_system_adaptive_09.cc index 7ef51672f8..bc713ce71b 100644 --- a/tests/multigrid/transfer_system_adaptive_09.cc +++ b/tests/multigrid/transfer_system_adaptive_09.cc @@ -165,7 +165,6 @@ int main() std::ofstream logfile("output"); deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); //TODO: do in 1d check (FESystem<2>(FE_Q<2>(1),5),0); diff --git a/tests/numerics/assemble_matrix_parallel_01.cc b/tests/numerics/assemble_matrix_parallel_01.cc index b5203abf81..2ad8e20917 100644 --- a/tests/numerics/assemble_matrix_parallel_01.cc +++ b/tests/numerics/assemble_matrix_parallel_01.cc @@ -376,7 +376,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/numerics/assemble_matrix_parallel_02.cc b/tests/numerics/assemble_matrix_parallel_02.cc index a17549ff3d..afa887f0ef 100644 --- a/tests/numerics/assemble_matrix_parallel_02.cc +++ b/tests/numerics/assemble_matrix_parallel_02.cc @@ -441,13 +441,11 @@ void LaplaceProblem::assemble_test() test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix 1: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector 1: " << test_rhs.l2_norm() << std::endl; // multiplied by PI there can be roundoff differences - deallog.threshold_double(1.e-10); test_matrix_2.add(-numbers::PI, reference_matrix); deallog << "error in matrix 2: " << test_matrix_2.frobenius_norm() << std::endl; test_rhs_2.add(-numbers::PI, reference_rhs); diff --git a/tests/numerics/assemble_matrix_parallel_03.cc b/tests/numerics/assemble_matrix_parallel_03.cc index 94584dff8c..a41c9921a1 100644 --- a/tests/numerics/assemble_matrix_parallel_03.cc +++ b/tests/numerics/assemble_matrix_parallel_03.cc @@ -385,7 +385,6 @@ void LaplaceProblem::assemble_test () frobenius_norm += test_matrix.block(i,j).frobenius_norm(); // there should not even be roundoff difference between matrices - deallog.threshold_double(1e-30); deallog << "error in matrix: " << frobenius_norm << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/numerics/assemble_matrix_parallel_04.cc b/tests/numerics/assemble_matrix_parallel_04.cc index e6909c32ce..07b88c907b 100644 --- a/tests/numerics/assemble_matrix_parallel_04.cc +++ b/tests/numerics/assemble_matrix_parallel_04.cc @@ -541,7 +541,6 @@ int main () deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); { deallog.push("2d"); diff --git a/tests/numerics/create_laplace_matrix_constraints_01.cc b/tests/numerics/create_laplace_matrix_constraints_01.cc index 8a8b9e8082..8e229b6144 100644 --- a/tests/numerics/create_laplace_matrix_constraints_01.cc +++ b/tests/numerics/create_laplace_matrix_constraints_01.cc @@ -124,7 +124,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_laplace_matrix_constraints_02.cc b/tests/numerics/create_laplace_matrix_constraints_02.cc index 158f8bdf07..a10f649b90 100644 --- a/tests/numerics/create_laplace_matrix_constraints_02.cc +++ b/tests/numerics/create_laplace_matrix_constraints_02.cc @@ -128,7 +128,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_laplace_matrix_constraints_02b.cc b/tests/numerics/create_laplace_matrix_constraints_02b.cc index 64802be898..114a34464f 100644 --- a/tests/numerics/create_laplace_matrix_constraints_02b.cc +++ b/tests/numerics/create_laplace_matrix_constraints_02b.cc @@ -121,7 +121,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_laplace_matrix_constraints_03.cc b/tests/numerics/create_laplace_matrix_constraints_03.cc index e4a5176dc0..1487c09d70 100644 --- a/tests/numerics/create_laplace_matrix_constraints_03.cc +++ b/tests/numerics/create_laplace_matrix_constraints_03.cc @@ -126,7 +126,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_laplace_matrix_constraints_04.cc b/tests/numerics/create_laplace_matrix_constraints_04.cc index fd40693644..5a35b42c4a 100644 --- a/tests/numerics/create_laplace_matrix_constraints_04.cc +++ b/tests/numerics/create_laplace_matrix_constraints_04.cc @@ -130,7 +130,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_mass_matrix_constraints_01.cc b/tests/numerics/create_mass_matrix_constraints_01.cc index 1566a9dbf5..81786f8833 100644 --- a/tests/numerics/create_mass_matrix_constraints_01.cc +++ b/tests/numerics/create_mass_matrix_constraints_01.cc @@ -124,7 +124,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_mass_matrix_constraints_02.cc b/tests/numerics/create_mass_matrix_constraints_02.cc index 405b3610cf..357b28c2ce 100644 --- a/tests/numerics/create_mass_matrix_constraints_02.cc +++ b/tests/numerics/create_mass_matrix_constraints_02.cc @@ -128,7 +128,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_mass_matrix_constraints_02b.cc b/tests/numerics/create_mass_matrix_constraints_02b.cc index 080cfd6122..e4b5c15495 100644 --- a/tests/numerics/create_mass_matrix_constraints_02b.cc +++ b/tests/numerics/create_mass_matrix_constraints_02b.cc @@ -121,7 +121,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_mass_matrix_constraints_03.cc b/tests/numerics/create_mass_matrix_constraints_03.cc index cccda44da0..446ae99ed7 100644 --- a/tests/numerics/create_mass_matrix_constraints_03.cc +++ b/tests/numerics/create_mass_matrix_constraints_03.cc @@ -126,7 +126,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/create_mass_matrix_constraints_04.cc b/tests/numerics/create_mass_matrix_constraints_04.cc index bc35ac8ddc..4c14bbdf40 100644 --- a/tests/numerics/create_mass_matrix_constraints_04.cc +++ b/tests/numerics/create_mass_matrix_constraints_04.cc @@ -130,7 +130,6 @@ int main () std::ofstream logfile ("output"); deallog << std::setprecision (3); deallog.attach(logfile); - deallog.threshold_double(1e-10); deallog.push ("1d"); check<1> (); diff --git a/tests/numerics/data_out_08.cc b/tests/numerics/data_out_08.cc index 3d80415914..43ad01f9c1 100644 --- a/tests/numerics/data_out_08.cc +++ b/tests/numerics/data_out_08.cc @@ -126,7 +126,6 @@ main(int argc, char **argv) deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<2>(); diff --git a/tests/numerics/data_out_curved_cells.cc b/tests/numerics/data_out_curved_cells.cc index f9d49e2fc6..4bd77b632f 100644 --- a/tests/numerics/data_out_curved_cells.cc +++ b/tests/numerics/data_out_curved_cells.cc @@ -250,7 +250,6 @@ int main () deallog.attach(logfile); deallog << std::setprecision (4); logfile << std::setprecision (4); - deallog.threshold_double(1.e-10); curved_grid (logfile); } diff --git a/tests/numerics/data_out_multi_dh_01.cc b/tests/numerics/data_out_multi_dh_01.cc index 7a59abd7c0..09582b109f 100644 --- a/tests/numerics/data_out_multi_dh_01.cc +++ b/tests/numerics/data_out_multi_dh_01.cc @@ -66,7 +66,6 @@ main() deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/data_out_multi_dh_02.cc b/tests/numerics/data_out_multi_dh_02.cc index 05f38f8a3c..65e5b0f90d 100644 --- a/tests/numerics/data_out_multi_dh_02.cc +++ b/tests/numerics/data_out_multi_dh_02.cc @@ -63,7 +63,6 @@ main() deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/data_out_multi_dh_03.cc b/tests/numerics/data_out_multi_dh_03.cc index 4f8334f273..3515f8b593 100644 --- a/tests/numerics/data_out_multi_dh_03.cc +++ b/tests/numerics/data_out_multi_dh_03.cc @@ -70,7 +70,6 @@ main() deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/data_out_multi_dh_04.cc b/tests/numerics/data_out_multi_dh_04.cc index ec6eaa4ba9..923c86a364 100644 --- a/tests/numerics/data_out_multi_dh_04.cc +++ b/tests/numerics/data_out_multi_dh_04.cc @@ -67,7 +67,6 @@ main() deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/data_out_multi_dh_05.cc b/tests/numerics/data_out_multi_dh_05.cc index e774378fb0..771fe3decd 100644 --- a/tests/numerics/data_out_multi_dh_05.cc +++ b/tests/numerics/data_out_multi_dh_05.cc @@ -76,7 +76,6 @@ main() deallog << std::setprecision (2); logfile << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/data_out_stack_03.cc b/tests/numerics/data_out_stack_03.cc index 6b5b7228c9..b044a3e3f1 100644 --- a/tests/numerics/data_out_stack_03.cc +++ b/tests/numerics/data_out_stack_03.cc @@ -66,7 +66,6 @@ void run () int main () { initlog(); - deallog.threshold_double(1.e-10); run<1> (); run<2> (); diff --git a/tests/numerics/derivative_approximation_02.cc b/tests/numerics/derivative_approximation_02.cc index 916bbbf227..980a8ff4a8 100644 --- a/tests/numerics/derivative_approximation_02.cc +++ b/tests/numerics/derivative_approximation_02.cc @@ -242,7 +242,6 @@ void derivatives() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog<<"------------ 2D ------------"<(); diff --git a/tests/numerics/derivative_approximation_03.cc b/tests/numerics/derivative_approximation_03.cc index fc392c88c6..86f1def169 100644 --- a/tests/numerics/derivative_approximation_03.cc +++ b/tests/numerics/derivative_approximation_03.cc @@ -237,7 +237,6 @@ void derivatives() int main() { initlog(); - deallog.threshold_double(1.e-10); deallog<<"------------ 2D ------------"<(); diff --git a/tests/numerics/derivatives.cc b/tests/numerics/derivatives.cc index b44d4008a8..6646eef32f 100644 --- a/tests/numerics/derivatives.cc +++ b/tests/numerics/derivatives.cc @@ -214,7 +214,6 @@ int main () deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-10); deallog.push ("1d"); loop<1> (); diff --git a/tests/numerics/error_estimator_02.cc b/tests/numerics/error_estimator_02.cc index 388102638c..55af8ddc2f 100644 --- a/tests/numerics/error_estimator_02.cc +++ b/tests/numerics/error_estimator_02.cc @@ -722,7 +722,6 @@ int main () { std::ofstream logfile("output"); dealii::deallog.attach(logfile); - dealii::deallog.threshold_double(1e-8); { NeumanBC<2> func(1.25); diff --git a/tests/numerics/kelly_crash_02.cc b/tests/numerics/kelly_crash_02.cc index 653d3ed443..7a96860292 100644 --- a/tests/numerics/kelly_crash_02.cc +++ b/tests/numerics/kelly_crash_02.cc @@ -234,7 +234,6 @@ int main () logfile.precision (3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); return 0; } diff --git a/tests/numerics/no_flux_01.cc b/tests/numerics/no_flux_01.cc index 1013f6caac..b4fa1cbac5 100644 --- a/tests/numerics/no_flux_01.cc +++ b/tests/numerics/no_flux_01.cc @@ -83,7 +83,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/no_flux_02.cc b/tests/numerics/no_flux_02.cc index 79e4b166c1..140b5ed984 100644 --- a/tests/numerics/no_flux_02.cc +++ b/tests/numerics/no_flux_02.cc @@ -87,7 +87,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/no_flux_03.cc b/tests/numerics/no_flux_03.cc index 9a6d736c3a..9c195b536e 100644 --- a/tests/numerics/no_flux_03.cc +++ b/tests/numerics/no_flux_03.cc @@ -82,7 +82,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/numerics/no_flux_04.cc b/tests/numerics/no_flux_04.cc index ad8ccfd753..1b2e5fb89a 100644 --- a/tests/numerics/no_flux_04.cc +++ b/tests/numerics/no_flux_04.cc @@ -141,7 +141,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/numerics/no_flux_05.cc b/tests/numerics/no_flux_05.cc index d1842160ee..fca7df0457 100644 --- a/tests/numerics/no_flux_05.cc +++ b/tests/numerics/no_flux_05.cc @@ -96,7 +96,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/no_flux_06.cc b/tests/numerics/no_flux_06.cc index 9da18f59ad..70cbaac2ca 100644 --- a/tests/numerics/no_flux_06.cc +++ b/tests/numerics/no_flux_06.cc @@ -70,7 +70,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<3>(); } diff --git a/tests/numerics/no_flux_07.cc b/tests/numerics/no_flux_07.cc index 99b4e53539..0222b898be 100644 --- a/tests/numerics/no_flux_07.cc +++ b/tests/numerics/no_flux_07.cc @@ -83,7 +83,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<3>(); } diff --git a/tests/numerics/no_flux_hp_01.cc b/tests/numerics/no_flux_hp_01.cc index 1b25ca355f..c4f8d3b114 100644 --- a/tests/numerics/no_flux_hp_01.cc +++ b/tests/numerics/no_flux_hp_01.cc @@ -79,7 +79,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/no_flux_hp_02.cc b/tests/numerics/no_flux_hp_02.cc index dd8e53473a..26fc7a3492 100644 --- a/tests/numerics/no_flux_hp_02.cc +++ b/tests/numerics/no_flux_hp_02.cc @@ -83,7 +83,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/no_flux_hp_03.cc b/tests/numerics/no_flux_hp_03.cc index 51da464e0c..7cd3ef97a5 100644 --- a/tests/numerics/no_flux_hp_03.cc +++ b/tests/numerics/no_flux_hp_03.cc @@ -76,7 +76,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/numerics/no_flux_hp_04.cc b/tests/numerics/no_flux_hp_04.cc index 1672790105..6ec0e63f31 100644 --- a/tests/numerics/no_flux_hp_04.cc +++ b/tests/numerics/no_flux_hp_04.cc @@ -134,7 +134,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/numerics/no_flux_hp_05.cc b/tests/numerics/no_flux_hp_05.cc index 9808fb4d12..b4d5b5737d 100644 --- a/tests/numerics/no_flux_hp_05.cc +++ b/tests/numerics/no_flux_hp_05.cc @@ -87,7 +87,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/normal_flux_01.cc b/tests/numerics/normal_flux_01.cc index f0f7247964..756b491f73 100644 --- a/tests/numerics/normal_flux_01.cc +++ b/tests/numerics/normal_flux_01.cc @@ -83,7 +83,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/normal_flux_02.cc b/tests/numerics/normal_flux_02.cc index 8c14cbb3da..095dcf420f 100644 --- a/tests/numerics/normal_flux_02.cc +++ b/tests/numerics/normal_flux_02.cc @@ -87,7 +87,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/normal_flux_03.cc b/tests/numerics/normal_flux_03.cc index 44b0326f4a..428a17c96a 100644 --- a/tests/numerics/normal_flux_03.cc +++ b/tests/numerics/normal_flux_03.cc @@ -77,7 +77,6 @@ int main() deallog << std::setprecision (2); deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_sphere<2>(); test_hyper_sphere<3>(); diff --git a/tests/numerics/normal_flux_hp_01.cc b/tests/numerics/normal_flux_hp_01.cc index da4e91f8e3..fbc33b4765 100644 --- a/tests/numerics/normal_flux_hp_01.cc +++ b/tests/numerics/normal_flux_hp_01.cc @@ -84,7 +84,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/normal_flux_inhom_01.cc b/tests/numerics/normal_flux_inhom_01.cc index 12d63775e7..1e10ccee0c 100644 --- a/tests/numerics/normal_flux_inhom_01.cc +++ b/tests/numerics/normal_flux_inhom_01.cc @@ -119,7 +119,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/point_value_history_01.cc b/tests/numerics/point_value_history_01.cc index eb571ab053..814c5844a5 100644 --- a/tests/numerics/point_value_history_01.cc +++ b/tests/numerics/point_value_history_01.cc @@ -266,7 +266,6 @@ int main() logfile << std::setprecision(2); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); TestPointValueHistory<2> test; test.run(); diff --git a/tests/numerics/point_value_history_02.cc b/tests/numerics/point_value_history_02.cc index 66abc3bf7a..51501e9ea8 100644 --- a/tests/numerics/point_value_history_02.cc +++ b/tests/numerics/point_value_history_02.cc @@ -416,7 +416,6 @@ int main() logfile << std::setprecision(2); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); TestPointValueHistory<2> test; test.run(); diff --git a/tests/numerics/point_value_history_03.cc b/tests/numerics/point_value_history_03.cc index b29dc84781..6d80aec3a0 100644 --- a/tests/numerics/point_value_history_03.cc +++ b/tests/numerics/point_value_history_03.cc @@ -369,7 +369,6 @@ int main() logfile << std::setprecision(2); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); TestPointValueHistory<2> test; test.run(); diff --git a/tests/numerics/project_01.cc b/tests/numerics/project_01.cc index e13d0aa21a..6d6aca517e 100644 --- a/tests/numerics/project_01.cc +++ b/tests/numerics/project_01.cc @@ -94,7 +94,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/project_01_curved_boundary.cc b/tests/numerics/project_01_curved_boundary.cc index 4d974da8c0..3c2a3dcb96 100644 --- a/tests/numerics/project_01_curved_boundary.cc +++ b/tests/numerics/project_01_curved_boundary.cc @@ -166,7 +166,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/numerics/project_02.cc b/tests/numerics/project_02.cc index 448b20dd2c..471f0a8099 100644 --- a/tests/numerics/project_02.cc +++ b/tests/numerics/project_02.cc @@ -97,7 +97,6 @@ int main() { std::ofstream logfile ("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1>(); test<2>(); diff --git a/tests/numerics/project_boundary_rt_01.cc b/tests/numerics/project_boundary_rt_01.cc index d70085e54a..ecba315312 100644 --- a/tests/numerics/project_boundary_rt_01.cc +++ b/tests/numerics/project_boundary_rt_01.cc @@ -176,7 +176,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); FE_RaviartThomasNodal<2> rt21(1); test_hyper_cube(rt21); diff --git a/tests/numerics/project_bv_curl_conf.cc b/tests/numerics/project_bv_curl_conf.cc index 142bfa4926..f94fe24ed8 100644 --- a/tests/numerics/project_bv_curl_conf.cc +++ b/tests/numerics/project_bv_curl_conf.cc @@ -69,7 +69,6 @@ int main () { deallog << std::setprecision (2); deallog.attach (logfile); - deallog.threshold_double (1e-12); FE_Nedelec<2> fe_2 (1); diff --git a/tests/numerics/project_bv_curl_conf_02.cc b/tests/numerics/project_bv_curl_conf_02.cc index 502b7e33c6..118514f036 100755 --- a/tests/numerics/project_bv_curl_conf_02.cc +++ b/tests/numerics/project_bv_curl_conf_02.cc @@ -119,7 +119,6 @@ int main () { deallog << std::setprecision (2); deallog.attach (logfile); - deallog.threshold_double (1e-12); test<2>(0); test<2>(1); diff --git a/tests/numerics/project_bv_div_conf.cc b/tests/numerics/project_bv_div_conf.cc index 991ccd23bd..923a45dded 100644 --- a/tests/numerics/project_bv_div_conf.cc +++ b/tests/numerics/project_bv_div_conf.cc @@ -68,7 +68,6 @@ int main () { deallog << std::setprecision (2); deallog.attach (logfile); - deallog.threshold_double (1e-12); FE_RaviartThomas<2> fe_2 (1); diff --git a/tests/numerics/project_parallel_qp_q_01.cc b/tests/numerics/project_parallel_qp_q_01.cc index 5532c4cba2..4fa790bdb4 100644 --- a/tests/numerics/project_parallel_qp_q_01.cc +++ b/tests/numerics/project_parallel_qp_q_01.cc @@ -37,7 +37,6 @@ int main(int argc, char *argv[]) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/numerics/project_parallel_qp_q_02.cc b/tests/numerics/project_parallel_qp_q_02.cc index 7669424652..7aac29f90b 100644 --- a/tests/numerics/project_parallel_qp_q_02.cc +++ b/tests/numerics/project_parallel_qp_q_02.cc @@ -37,7 +37,6 @@ int main(int argc, char *argv[]) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/numerics/project_parallel_qpmf_q_01.cc b/tests/numerics/project_parallel_qpmf_q_01.cc index 96cb90d1a4..78235e8a6a 100644 --- a/tests/numerics/project_parallel_qpmf_q_01.cc +++ b/tests/numerics/project_parallel_qpmf_q_01.cc @@ -35,7 +35,6 @@ int main(int argc, char *argv[]) numbers::invalid_unsigned_int); initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/numerics/project_parallel_qpmf_q_02.cc b/tests/numerics/project_parallel_qpmf_q_02.cc index 9edadf9d21..da92563c1d 100644 --- a/tests/numerics/project_parallel_qpmf_q_02.cc +++ b/tests/numerics/project_parallel_qpmf_q_02.cc @@ -34,7 +34,6 @@ int main(int argc, char *argv[]) numbers::invalid_unsigned_int); initlog(); - deallog.threshold_double(1.e-10); test<2>(); test<3>(); diff --git a/tests/numerics/tangential_flux_inhom_01.cc b/tests/numerics/tangential_flux_inhom_01.cc index d1e072554b..804a5a4cea 100644 --- a/tests/numerics/tangential_flux_inhom_01.cc +++ b/tests/numerics/tangential_flux_inhom_01.cc @@ -118,7 +118,6 @@ int main() deallog << std::setprecision (2); deallog << std::fixed; deallog.attach(logfile); - deallog.threshold_double(1.e-12); test_hyper_cube<2>(); test_hyper_cube<3>(); diff --git a/tests/numerics/time_dependent_01.cc b/tests/numerics/time_dependent_01.cc index 6986f238f7..935d468f0e 100644 --- a/tests/numerics/time_dependent_01.cc +++ b/tests/numerics/time_dependent_01.cc @@ -78,7 +78,6 @@ int main () { deallog << std::setprecision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/parameter_handler/multiple_parameter_loop_01.cc b/tests/parameter_handler/multiple_parameter_loop_01.cc index b1002069ee..64d04252dd 100644 --- a/tests/parameter_handler/multiple_parameter_loop_01.cc +++ b/tests/parameter_handler/multiple_parameter_loop_01.cc @@ -79,7 +79,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check (); diff --git a/tests/parameter_handler/multiple_parameter_loop_02.cc b/tests/parameter_handler/multiple_parameter_loop_02.cc index a957f9ecc4..7d18fd6704 100644 --- a/tests/parameter_handler/multiple_parameter_loop_02.cc +++ b/tests/parameter_handler/multiple_parameter_loop_02.cc @@ -79,7 +79,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/multiple_parameter_loop_02.prm"); diff --git a/tests/parameter_handler/parameter_handler_1.cc b/tests/parameter_handler/parameter_handler_1.cc index 2b9848f771..b49f635b2f 100644 --- a/tests/parameter_handler/parameter_handler_1.cc +++ b/tests/parameter_handler/parameter_handler_1.cc @@ -36,7 +36,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_1.prm"); diff --git a/tests/parameter_handler/parameter_handler_10.cc b/tests/parameter_handler/parameter_handler_10.cc index bd1a8e5272..13a706e942 100644 --- a/tests/parameter_handler/parameter_handler_10.cc +++ b/tests/parameter_handler/parameter_handler_10.cc @@ -46,7 +46,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_10.prm"); diff --git a/tests/parameter_handler/parameter_handler_11.cc b/tests/parameter_handler/parameter_handler_11.cc index 3cb778ac26..bdc267412c 100644 --- a/tests/parameter_handler/parameter_handler_11.cc +++ b/tests/parameter_handler/parameter_handler_11.cc @@ -46,7 +46,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_11.prm"); diff --git a/tests/parameter_handler/parameter_handler_12.cc b/tests/parameter_handler/parameter_handler_12.cc index 1e4d5ad0d3..f4c3c87458 100644 --- a/tests/parameter_handler/parameter_handler_12.cc +++ b/tests/parameter_handler/parameter_handler_12.cc @@ -41,7 +41,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check (); diff --git a/tests/parameter_handler/parameter_handler_13.cc b/tests/parameter_handler/parameter_handler_13.cc index 9388b168bb..9f9e0c09bc 100644 --- a/tests/parameter_handler/parameter_handler_13.cc +++ b/tests/parameter_handler/parameter_handler_13.cc @@ -48,7 +48,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_13.prm"); diff --git a/tests/parameter_handler/parameter_handler_13a.cc b/tests/parameter_handler/parameter_handler_13a.cc index a06247802b..230f2aa2c9 100644 --- a/tests/parameter_handler/parameter_handler_13a.cc +++ b/tests/parameter_handler/parameter_handler_13a.cc @@ -38,7 +38,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_13a.prm"); diff --git a/tests/parameter_handler/parameter_handler_14.cc b/tests/parameter_handler/parameter_handler_14.cc index ec02471b51..16f3fb28af 100644 --- a/tests/parameter_handler/parameter_handler_14.cc +++ b/tests/parameter_handler/parameter_handler_14.cc @@ -52,7 +52,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check (); diff --git a/tests/parameter_handler/parameter_handler_15.cc b/tests/parameter_handler/parameter_handler_15.cc index 4076113bfc..b018595895 100644 --- a/tests/parameter_handler/parameter_handler_15.cc +++ b/tests/parameter_handler/parameter_handler_15.cc @@ -58,7 +58,6 @@ void test(std::string content) int main () { initlog(); - deallog.threshold_double(1.e-10); test ("subsection bar\nend"); test (""); diff --git a/tests/parameter_handler/parameter_handler_16.cc b/tests/parameter_handler/parameter_handler_16.cc index b79e62ec1f..724c1dd67a 100644 --- a/tests/parameter_handler/parameter_handler_16.cc +++ b/tests/parameter_handler/parameter_handler_16.cc @@ -46,7 +46,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/parameter_handler/parameter_handler_17.cc b/tests/parameter_handler/parameter_handler_17.cc index 62c7354e3b..d9c71a6df0 100644 --- a/tests/parameter_handler/parameter_handler_17.cc +++ b/tests/parameter_handler/parameter_handler_17.cc @@ -61,7 +61,6 @@ void check () int main () { initlog(); - deallog.threshold_double(1.e-10); check (); diff --git a/tests/parameter_handler/parameter_handler_18.cc b/tests/parameter_handler/parameter_handler_18.cc index 780b26c0b6..7cd15f1726 100644 --- a/tests/parameter_handler/parameter_handler_18.cc +++ b/tests/parameter_handler/parameter_handler_18.cc @@ -42,7 +42,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/parameter_handler/parameter_handler_19.cc b/tests/parameter_handler/parameter_handler_19.cc index 71868b80d5..3cf0dace0f 100644 --- a/tests/parameter_handler/parameter_handler_19.cc +++ b/tests/parameter_handler/parameter_handler_19.cc @@ -107,7 +107,6 @@ int main () deal_II_exceptions::disable_abort_on_exception(); initlog(); - deallog.threshold_double(1.e-10); check (); diff --git a/tests/parameter_handler/parameter_handler_1_exception.cc b/tests/parameter_handler/parameter_handler_1_exception.cc index 16509139ea..03a2e0815e 100644 --- a/tests/parameter_handler/parameter_handler_1_exception.cc +++ b/tests/parameter_handler/parameter_handler_1_exception.cc @@ -45,7 +45,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_1_exception.prm"); diff --git a/tests/parameter_handler/parameter_handler_1_include.cc b/tests/parameter_handler/parameter_handler_1_include.cc index d9fc640b82..67e6e8a655 100644 --- a/tests/parameter_handler/parameter_handler_1_include.cc +++ b/tests/parameter_handler/parameter_handler_1_include.cc @@ -36,7 +36,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); // go into the source dir to read files there. this // is necessary so that we can include files there diff --git a/tests/parameter_handler/parameter_handler_1_include_fail.cc b/tests/parameter_handler/parameter_handler_1_include_fail.cc index 157a8828e3..59bbe777d4 100644 --- a/tests/parameter_handler/parameter_handler_1_include_fail.cc +++ b/tests/parameter_handler/parameter_handler_1_include_fail.cc @@ -47,7 +47,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); // go into the source dir to read files there. this // is necessary so that we can include files there diff --git a/tests/parameter_handler/parameter_handler_1a.cc b/tests/parameter_handler/parameter_handler_1a.cc index 1780e6c09d..41d8526065 100644 --- a/tests/parameter_handler/parameter_handler_1a.cc +++ b/tests/parameter_handler/parameter_handler_1a.cc @@ -37,7 +37,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_1a.prm"); diff --git a/tests/parameter_handler/parameter_handler_2.cc b/tests/parameter_handler/parameter_handler_2.cc index 783955679e..8c565ef8c6 100644 --- a/tests/parameter_handler/parameter_handler_2.cc +++ b/tests/parameter_handler/parameter_handler_2.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_20.cc b/tests/parameter_handler/parameter_handler_20.cc index a478e4146a..6ed5c15d1b 100644 --- a/tests/parameter_handler/parameter_handler_20.cc +++ b/tests/parameter_handler/parameter_handler_20.cc @@ -51,7 +51,6 @@ void check (const char *content) int main () { initlog(); - deallog.threshold_double(1.e-10); check ("subsection bar\nend #comment is okay"); check ("subsection bar\nend "); diff --git a/tests/parameter_handler/parameter_handler_21.cc b/tests/parameter_handler/parameter_handler_21.cc index f01ac96038..5e8b2df08a 100644 --- a/tests/parameter_handler/parameter_handler_21.cc +++ b/tests/parameter_handler/parameter_handler_21.cc @@ -61,7 +61,6 @@ void test() int main () { initlog(); - deallog.threshold_double(1.e-10); test(); diff --git a/tests/parameter_handler/parameter_handler_22_last_line.cc b/tests/parameter_handler/parameter_handler_22_last_line.cc index 3ddeabc4c5..d87ed21904 100644 --- a/tests/parameter_handler/parameter_handler_22_last_line.cc +++ b/tests/parameter_handler/parameter_handler_22_last_line.cc @@ -40,7 +40,6 @@ void check (const char *p, std::string last_line) int main () { initlog(); - deallog.threshold_double(1.e-10); // go into the source dir to read files there. this // is necessary so that we can include files there diff --git a/tests/parameter_handler/parameter_handler_2_read_from_string.cc b/tests/parameter_handler/parameter_handler_2_read_from_string.cc index 37d72b9a29..11a296c6d6 100644 --- a/tests/parameter_handler/parameter_handler_2_read_from_string.cc +++ b/tests/parameter_handler/parameter_handler_2_read_from_string.cc @@ -24,7 +24,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3.cc b/tests/parameter_handler/parameter_handler_3.cc index 8b716ac6d1..125c4f2351 100644 --- a/tests/parameter_handler/parameter_handler_3.cc +++ b/tests/parameter_handler/parameter_handler_3.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3_with_alias_01.cc b/tests/parameter_handler/parameter_handler_3_with_alias_01.cc index 30797f3767..72844169d0 100644 --- a/tests/parameter_handler/parameter_handler_3_with_alias_01.cc +++ b/tests/parameter_handler/parameter_handler_3_with_alias_01.cc @@ -30,7 +30,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3_with_alias_02.cc b/tests/parameter_handler/parameter_handler_3_with_alias_02.cc index 1a6d5c4a2b..103251e885 100644 --- a/tests/parameter_handler/parameter_handler_3_with_alias_02.cc +++ b/tests/parameter_handler/parameter_handler_3_with_alias_02.cc @@ -30,7 +30,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3_with_alias_03.cc b/tests/parameter_handler/parameter_handler_3_with_alias_03.cc index 2a0ce54ee8..14970fdda7 100644 --- a/tests/parameter_handler/parameter_handler_3_with_alias_03.cc +++ b/tests/parameter_handler/parameter_handler_3_with_alias_03.cc @@ -28,7 +28,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3_with_alias_04.cc b/tests/parameter_handler/parameter_handler_3_with_alias_04.cc index 2f4b9d34cb..521467f490 100644 --- a/tests/parameter_handler/parameter_handler_3_with_alias_04.cc +++ b/tests/parameter_handler/parameter_handler_3_with_alias_04.cc @@ -28,7 +28,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_3_with_space.cc b/tests/parameter_handler/parameter_handler_3_with_space.cc index 91b865c704..1f1fe28d83 100644 --- a/tests/parameter_handler/parameter_handler_3_with_space.cc +++ b/tests/parameter_handler/parameter_handler_3_with_space.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_4.cc b/tests/parameter_handler/parameter_handler_4.cc index eba44f9076..f693b95690 100644 --- a/tests/parameter_handler/parameter_handler_4.cc +++ b/tests/parameter_handler/parameter_handler_4.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_4a.cc b/tests/parameter_handler/parameter_handler_4a.cc index ab1dd3badc..1d68883c9c 100644 --- a/tests/parameter_handler/parameter_handler_4a.cc +++ b/tests/parameter_handler/parameter_handler_4a.cc @@ -29,7 +29,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_4a_with_alias.cc b/tests/parameter_handler/parameter_handler_4a_with_alias.cc index 8674898752..345b2a5767 100644 --- a/tests/parameter_handler/parameter_handler_4a_with_alias.cc +++ b/tests/parameter_handler/parameter_handler_4a_with_alias.cc @@ -29,7 +29,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_4a_with_alias_deprecated.cc b/tests/parameter_handler/parameter_handler_4a_with_alias_deprecated.cc index abbd06239e..6a3989786e 100644 --- a/tests/parameter_handler/parameter_handler_4a_with_alias_deprecated.cc +++ b/tests/parameter_handler/parameter_handler_4a_with_alias_deprecated.cc @@ -29,7 +29,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_4b.cc b/tests/parameter_handler/parameter_handler_4b.cc index 751b177211..0be7e394f4 100644 --- a/tests/parameter_handler/parameter_handler_4b.cc +++ b/tests/parameter_handler/parameter_handler_4b.cc @@ -30,7 +30,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_5.cc b/tests/parameter_handler/parameter_handler_5.cc index 2236c50078..128bbdecc2 100644 --- a/tests/parameter_handler/parameter_handler_5.cc +++ b/tests/parameter_handler/parameter_handler_5.cc @@ -28,7 +28,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int", diff --git a/tests/parameter_handler/parameter_handler_6.cc b/tests/parameter_handler/parameter_handler_6.cc index 98cf8a7b02..2741e1d68b 100644 --- a/tests/parameter_handler/parameter_handler_6.cc +++ b/tests/parameter_handler/parameter_handler_6.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // same as parameter_handler_3 ParameterHandler prm; diff --git a/tests/parameter_handler/parameter_handler_6_bool.cc b/tests/parameter_handler/parameter_handler_6_bool.cc index f1500b00c7..69d2353075 100644 --- a/tests/parameter_handler/parameter_handler_6_bool.cc +++ b/tests/parameter_handler/parameter_handler_6_bool.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // same as parameter_handler_3 ParameterHandler prm; diff --git a/tests/parameter_handler/parameter_handler_7.cc b/tests/parameter_handler/parameter_handler_7.cc index 24cb40275b..14939a3bbd 100644 --- a/tests/parameter_handler/parameter_handler_7.cc +++ b/tests/parameter_handler/parameter_handler_7.cc @@ -27,7 +27,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing"); diff --git a/tests/parameter_handler/parameter_handler_8.cc b/tests/parameter_handler/parameter_handler_8.cc index 1f59c332b8..018682afe1 100644 --- a/tests/parameter_handler/parameter_handler_8.cc +++ b/tests/parameter_handler/parameter_handler_8.cc @@ -29,7 +29,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing testing"); diff --git a/tests/parameter_handler/parameter_handler_9.cc b/tests/parameter_handler/parameter_handler_9.cc index 5553653371..a058ef60c8 100644 --- a/tests/parameter_handler/parameter_handler_9.cc +++ b/tests/parameter_handler/parameter_handler_9.cc @@ -26,7 +26,6 @@ int main () try { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.enter_subsection ("Testing testing"); diff --git a/tests/parameter_handler/parameter_handler_backslash_01.cc b/tests/parameter_handler/parameter_handler_backslash_01.cc index 533e4e75a5..cc3b4901af 100644 --- a/tests/parameter_handler/parameter_handler_backslash_01.cc +++ b/tests/parameter_handler/parameter_handler_backslash_01.cc @@ -31,7 +31,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_02.cc b/tests/parameter_handler/parameter_handler_backslash_02.cc index 51af493ae2..c7a878fd35 100644 --- a/tests/parameter_handler/parameter_handler_backslash_02.cc +++ b/tests/parameter_handler/parameter_handler_backslash_02.cc @@ -33,7 +33,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_03.cc b/tests/parameter_handler/parameter_handler_backslash_03.cc index 5821c1e39f..f99c18c7a1 100644 --- a/tests/parameter_handler/parameter_handler_backslash_03.cc +++ b/tests/parameter_handler/parameter_handler_backslash_03.cc @@ -33,7 +33,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_04.cc b/tests/parameter_handler/parameter_handler_backslash_04.cc index b57a62a0d3..dbda487b0f 100644 --- a/tests/parameter_handler/parameter_handler_backslash_04.cc +++ b/tests/parameter_handler/parameter_handler_backslash_04.cc @@ -27,7 +27,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_05.cc b/tests/parameter_handler/parameter_handler_backslash_05.cc index 216c168eb7..1c3d8c86ea 100644 --- a/tests/parameter_handler/parameter_handler_backslash_05.cc +++ b/tests/parameter_handler/parameter_handler_backslash_05.cc @@ -32,7 +32,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_06.cc b/tests/parameter_handler/parameter_handler_backslash_06.cc index 219685430b..2ac8851937 100644 --- a/tests/parameter_handler/parameter_handler_backslash_06.cc +++ b/tests/parameter_handler/parameter_handler_backslash_06.cc @@ -26,7 +26,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_07.cc b/tests/parameter_handler/parameter_handler_backslash_07.cc index c83c51fc40..6df0506828 100644 --- a/tests/parameter_handler/parameter_handler_backslash_07.cc +++ b/tests/parameter_handler/parameter_handler_backslash_07.cc @@ -33,7 +33,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_backslash_08.cc b/tests/parameter_handler/parameter_handler_backslash_08.cc index ff0ec3be42..7b0408006d 100644 --- a/tests/parameter_handler/parameter_handler_backslash_08.cc +++ b/tests/parameter_handler/parameter_handler_backslash_08.cc @@ -26,7 +26,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); for (unsigned int i = 0; i < 2; ++i) { diff --git a/tests/parameter_handler/parameter_handler_dos_endings.cc b/tests/parameter_handler/parameter_handler_dos_endings.cc index aaf891c21c..86c7c65a34 100644 --- a/tests/parameter_handler/parameter_handler_dos_endings.cc +++ b/tests/parameter_handler/parameter_handler_dos_endings.cc @@ -55,7 +55,6 @@ int main () { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/parameter_handler/parameter_handler_exceptions_01.cc b/tests/parameter_handler/parameter_handler_exceptions_01.cc index 0ef1a958c2..b45975ce64 100644 --- a/tests/parameter_handler/parameter_handler_exceptions_01.cc +++ b/tests/parameter_handler/parameter_handler_exceptions_01.cc @@ -68,7 +68,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_1.prm"); diff --git a/tests/parameter_handler/parameter_handler_exceptions_02.cc b/tests/parameter_handler/parameter_handler_exceptions_02.cc index ae7697e726..ff43545ed1 100644 --- a/tests/parameter_handler/parameter_handler_exceptions_02.cc +++ b/tests/parameter_handler/parameter_handler_exceptions_02.cc @@ -77,7 +77,6 @@ void check (const char *p) int main () { initlog(); - deallog.threshold_double(1.e-10); check (SOURCE_DIR "/prm/parameter_handler_1.prm"); diff --git a/tests/parameter_handler/parameter_handler_read_xml.cc b/tests/parameter_handler/parameter_handler_read_xml.cc index 8307911c4c..a9cafb5515 100644 --- a/tests/parameter_handler/parameter_handler_read_xml.cc +++ b/tests/parameter_handler/parameter_handler_read_xml.cc @@ -25,7 +25,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_read_xml_error_01.cc b/tests/parameter_handler/parameter_handler_read_xml_error_01.cc index 6f97937f1f..a2502dcef0 100644 --- a/tests/parameter_handler/parameter_handler_read_xml_error_01.cc +++ b/tests/parameter_handler/parameter_handler_read_xml_error_01.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_read_xml_error_02.cc b/tests/parameter_handler/parameter_handler_read_xml_error_02.cc index 5e24a5a703..deb2a03b12 100644 --- a/tests/parameter_handler/parameter_handler_read_xml_error_02.cc +++ b/tests/parameter_handler/parameter_handler_read_xml_error_02.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_read_xml_error_03.cc b/tests/parameter_handler/parameter_handler_read_xml_error_03.cc index a3a77e329d..3fb48a8029 100644 --- a/tests/parameter_handler/parameter_handler_read_xml_error_03.cc +++ b/tests/parameter_handler/parameter_handler_read_xml_error_03.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_read_xml_error_04.cc b/tests/parameter_handler/parameter_handler_read_xml_error_04.cc index 33238985d9..67c1771833 100644 --- a/tests/parameter_handler/parameter_handler_read_xml_error_04.cc +++ b/tests/parameter_handler/parameter_handler_read_xml_error_04.cc @@ -25,7 +25,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_write_json.cc b/tests/parameter_handler/parameter_handler_write_json.cc index f518144387..0e60ee5b2f 100644 --- a/tests/parameter_handler/parameter_handler_write_json.cc +++ b/tests/parameter_handler/parameter_handler_write_json.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_write_section_1.cc b/tests/parameter_handler/parameter_handler_write_section_1.cc index 73a0bb4832..c1489862c0 100644 --- a/tests/parameter_handler/parameter_handler_write_section_1.cc +++ b/tests/parameter_handler/parameter_handler_write_section_1.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_write_section_2.cc b/tests/parameter_handler/parameter_handler_write_section_2.cc index 921073f78d..7c6f9f796e 100644 --- a/tests/parameter_handler/parameter_handler_write_section_2.cc +++ b/tests/parameter_handler/parameter_handler_write_section_2.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_write_section_xml.cc b/tests/parameter_handler/parameter_handler_write_section_xml.cc index 715065f3f4..c9246b5f38 100644 --- a/tests/parameter_handler/parameter_handler_write_section_xml.cc +++ b/tests/parameter_handler/parameter_handler_write_section_xml.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/parameter_handler_write_xml.cc b/tests/parameter_handler/parameter_handler_write_xml.cc index 225a5bcbe7..4f22ba2bd0 100644 --- a/tests/parameter_handler/parameter_handler_write_xml.cc +++ b/tests/parameter_handler/parameter_handler_write_xml.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/parameter_handler/save_flags.cc b/tests/parameter_handler/save_flags.cc index c70f77a9f9..623a0da3b0 100644 --- a/tests/parameter_handler/save_flags.cc +++ b/tests/parameter_handler/save_flags.cc @@ -26,7 +26,6 @@ int main () { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); ParameterHandler prm; prm.declare_entry ("int1", diff --git a/tests/petsc/01.cc b/tests/petsc/01.cc index 12e52a03e7..30ff6db820 100644 --- a/tests/petsc/01.cc +++ b/tests/petsc/01.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/02.cc b/tests/petsc/02.cc index 211cf0c327..851698d525 100644 --- a/tests/petsc/02.cc +++ b/tests/petsc/02.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/04.cc b/tests/petsc/04.cc index 87da5b7b85..5c7963f48b 100644 --- a/tests/petsc/04.cc +++ b/tests/petsc/04.cc @@ -35,7 +35,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/05.cc b/tests/petsc/05.cc index 4a4fa6a66e..8de7e9b26a 100644 --- a/tests/petsc/05.cc +++ b/tests/petsc/05.cc @@ -50,7 +50,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/06.cc b/tests/petsc/06.cc index 0dcdd97e18..c07524809c 100644 --- a/tests/petsc/06.cc +++ b/tests/petsc/06.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/07.cc b/tests/petsc/07.cc index 1113cfcefb..740baac891 100644 --- a/tests/petsc/07.cc +++ b/tests/petsc/07.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/08.cc b/tests/petsc/08.cc index 03c24e754f..300f620463 100644 --- a/tests/petsc/08.cc +++ b/tests/petsc/08.cc @@ -51,7 +51,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/09.cc b/tests/petsc/09.cc index ab1d741991..0650350b44 100644 --- a/tests/petsc/09.cc +++ b/tests/petsc/09.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/10.cc b/tests/petsc/10.cc index 81867e6167..5e9b4e36db 100644 --- a/tests/petsc/10.cc +++ b/tests/petsc/10.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/11.cc b/tests/petsc/11.cc index b2b69af7ff..c8d7d2dc9b 100644 --- a/tests/petsc/11.cc +++ b/tests/petsc/11.cc @@ -40,7 +40,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/12.cc b/tests/petsc/12.cc index 369d6d6a35..d1bcaab692 100644 --- a/tests/petsc/12.cc +++ b/tests/petsc/12.cc @@ -53,7 +53,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/13.cc b/tests/petsc/13.cc index 123f096ce8..6f1ab5b6a5 100644 --- a/tests/petsc/13.cc +++ b/tests/petsc/13.cc @@ -53,7 +53,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/17.cc b/tests/petsc/17.cc index 872aad284a..e508a01b9a 100644 --- a/tests/petsc/17.cc +++ b/tests/petsc/17.cc @@ -45,7 +45,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/18.cc b/tests/petsc/18.cc index 7dc249ee4c..8afeb6f2f7 100644 --- a/tests/petsc/18.cc +++ b/tests/petsc/18.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/19.cc b/tests/petsc/19.cc index 7029362e3a..038ab190ba 100644 --- a/tests/petsc/19.cc +++ b/tests/petsc/19.cc @@ -45,7 +45,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/20.cc b/tests/petsc/20.cc index 263a277d39..e6a551dbf5 100644 --- a/tests/petsc/20.cc +++ b/tests/petsc/20.cc @@ -54,7 +54,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/21.cc b/tests/petsc/21.cc index aaa249ebcf..da43c40159 100644 --- a/tests/petsc/21.cc +++ b/tests/petsc/21.cc @@ -54,7 +54,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/22.cc b/tests/petsc/22.cc index 527fda3bbe..a49fb070af 100644 --- a/tests/petsc/22.cc +++ b/tests/petsc/22.cc @@ -48,7 +48,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/23.cc b/tests/petsc/23.cc index 66bc36c73b..6bd5d24fbd 100644 --- a/tests/petsc/23.cc +++ b/tests/petsc/23.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/24.cc b/tests/petsc/24.cc index 0bd91536ac..db278d33f2 100644 --- a/tests/petsc/24.cc +++ b/tests/petsc/24.cc @@ -48,7 +48,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/26.cc b/tests/petsc/26.cc index 2866e967a9..e66e68d0af 100644 --- a/tests/petsc/26.cc +++ b/tests/petsc/26.cc @@ -45,7 +45,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/27.cc b/tests/petsc/27.cc index f0622fd675..908bf2bd62 100644 --- a/tests/petsc/27.cc +++ b/tests/petsc/27.cc @@ -50,7 +50,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/28.cc b/tests/petsc/28.cc index 3913f98d25..12f85f7434 100644 --- a/tests/petsc/28.cc +++ b/tests/petsc/28.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/29.cc b/tests/petsc/29.cc index 0c54ce3da9..afd84080b5 100644 --- a/tests/petsc/29.cc +++ b/tests/petsc/29.cc @@ -37,7 +37,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/30.cc b/tests/petsc/30.cc index 7754f3f1e2..2dfeffe12a 100644 --- a/tests/petsc/30.cc +++ b/tests/petsc/30.cc @@ -45,7 +45,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/31.cc b/tests/petsc/31.cc index 636739e68e..3dddd6f7a2 100644 --- a/tests/petsc/31.cc +++ b/tests/petsc/31.cc @@ -47,7 +47,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/32.cc b/tests/petsc/32.cc index 7f1efd5fb2..f325d7fb11 100644 --- a/tests/petsc/32.cc +++ b/tests/petsc/32.cc @@ -47,7 +47,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/33.cc b/tests/petsc/33.cc index 34520b37c3..5552080f5e 100644 --- a/tests/petsc/33.cc +++ b/tests/petsc/33.cc @@ -48,7 +48,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/34.cc b/tests/petsc/34.cc index 6044a7e6d4..202dd11446 100644 --- a/tests/petsc/34.cc +++ b/tests/petsc/34.cc @@ -48,7 +48,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/35.cc b/tests/petsc/35.cc index 1ce7afd26e..69bce596a3 100644 --- a/tests/petsc/35.cc +++ b/tests/petsc/35.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/36.cc b/tests/petsc/36.cc index 44393dbea9..06f1f8ad77 100644 --- a/tests/petsc/36.cc +++ b/tests/petsc/36.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/37.cc b/tests/petsc/37.cc index b6848f5b32..fecdf1c274 100644 --- a/tests/petsc/37.cc +++ b/tests/petsc/37.cc @@ -44,7 +44,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/39.cc b/tests/petsc/39.cc index 957b7a4ad0..c35dee0f12 100644 --- a/tests/petsc/39.cc +++ b/tests/petsc/39.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/40.cc b/tests/petsc/40.cc index e8573d26d0..54cb62ba86 100644 --- a/tests/petsc/40.cc +++ b/tests/petsc/40.cc @@ -56,7 +56,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/41.cc b/tests/petsc/41.cc index 8e33d957f8..03cf0c29d6 100644 --- a/tests/petsc/41.cc +++ b/tests/petsc/41.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/42.cc b/tests/petsc/42.cc index ee5132daed..bfbe9de9d1 100644 --- a/tests/petsc/42.cc +++ b/tests/petsc/42.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/45.cc b/tests/petsc/45.cc index 4375e5a9f8..6b05022b45 100644 --- a/tests/petsc/45.cc +++ b/tests/petsc/45.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/46.cc b/tests/petsc/46.cc index b148dce85f..eaa252f07b 100644 --- a/tests/petsc/46.cc +++ b/tests/petsc/46.cc @@ -52,7 +52,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/48.cc b/tests/petsc/48.cc index 78c41293d8..c6b17747c8 100644 --- a/tests/petsc/48.cc +++ b/tests/petsc/48.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/49.cc b/tests/petsc/49.cc index 4a06cf554f..40b907f03c 100644 --- a/tests/petsc/49.cc +++ b/tests/petsc/49.cc @@ -49,7 +49,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/50.cc b/tests/petsc/50.cc index 6904a5634d..bda1e40663 100644 --- a/tests/petsc/50.cc +++ b/tests/petsc/50.cc @@ -65,7 +65,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/51.cc b/tests/petsc/51.cc index 9d4e213876..dd044e56dc 100644 --- a/tests/petsc/51.cc +++ b/tests/petsc/51.cc @@ -49,7 +49,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/52.cc b/tests/petsc/52.cc index bd301fa940..991873a3bd 100644 --- a/tests/petsc/52.cc +++ b/tests/petsc/52.cc @@ -56,7 +56,6 @@ void test (PETScWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/55.cc b/tests/petsc/55.cc index fe1714d1ac..8a50c0dd19 100644 --- a/tests/petsc/55.cc +++ b/tests/petsc/55.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/56.cc b/tests/petsc/56.cc index 8723f12b75..0c5ecd8f36 100644 --- a/tests/petsc/56.cc +++ b/tests/petsc/56.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/57.cc b/tests/petsc/57.cc index 53137a1272..082f381718 100644 --- a/tests/petsc/57.cc +++ b/tests/petsc/57.cc @@ -53,7 +53,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/58.cc b/tests/petsc/58.cc index aef9817e89..2c5d644232 100644 --- a/tests/petsc/58.cc +++ b/tests/petsc/58.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/59.cc b/tests/petsc/59.cc index 6c354b75d0..2b18a8350e 100644 --- a/tests/petsc/59.cc +++ b/tests/petsc/59.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/60.cc b/tests/petsc/60.cc index e3dce05bd6..6676e684ee 100644 --- a/tests/petsc/60.cc +++ b/tests/petsc/60.cc @@ -57,7 +57,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/61.cc b/tests/petsc/61.cc index 05756f0741..18ec9e38a8 100644 --- a/tests/petsc/61.cc +++ b/tests/petsc/61.cc @@ -62,7 +62,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/62.cc b/tests/petsc/62.cc index 06490a8d55..83ce995411 100644 --- a/tests/petsc/62.cc +++ b/tests/petsc/62.cc @@ -43,7 +43,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/63.cc b/tests/petsc/63.cc index f0a874e32c..f7e0c91391 100644 --- a/tests/petsc/63.cc +++ b/tests/petsc/63.cc @@ -41,7 +41,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/64.cc b/tests/petsc/64.cc index 74566b5a25..5b5c1e1273 100644 --- a/tests/petsc/64.cc +++ b/tests/petsc/64.cc @@ -46,7 +46,6 @@ void test (MatrixType &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/65.cc b/tests/petsc/65.cc index 204b8aa137..c83e4bb118 100644 --- a/tests/petsc/65.cc +++ b/tests/petsc/65.cc @@ -40,7 +40,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/66.cc b/tests/petsc/66.cc index 8399662084..2bda8bfbc0 100644 --- a/tests/petsc/66.cc +++ b/tests/petsc/66.cc @@ -97,7 +97,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/67.cc b/tests/petsc/67.cc index 3cce881acc..312e5e88f6 100644 --- a/tests/petsc/67.cc +++ b/tests/petsc/67.cc @@ -105,7 +105,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/68.cc b/tests/petsc/68.cc index 733b1def03..51fa82233a 100644 --- a/tests/petsc/68.cc +++ b/tests/petsc/68.cc @@ -101,7 +101,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/69.cc b/tests/petsc/69.cc index ea232a31e6..1087556196 100644 --- a/tests/petsc/69.cc +++ b/tests/petsc/69.cc @@ -109,7 +109,6 @@ void test (PETScWrappers::MatrixBase &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/70.cc b/tests/petsc/70.cc index 82753565a4..4f127285f4 100644 --- a/tests/petsc/70.cc +++ b/tests/petsc/70.cc @@ -24,7 +24,6 @@ int main () { initlog(); - deallog.threshold_double(1.e-10); if (typeid(PetscScalar)==typeid(double)) deallog << "double" << std::endl; diff --git a/tests/petsc/block_vector_iterator_01.cc b/tests/petsc/block_vector_iterator_01.cc index 751e639af6..8fe7dfb85a 100644 --- a/tests/petsc/block_vector_iterator_01.cc +++ b/tests/petsc/block_vector_iterator_01.cc @@ -80,7 +80,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/block_vector_iterator_02.cc b/tests/petsc/block_vector_iterator_02.cc index 2122d72a54..fe428c4f78 100644 --- a/tests/petsc/block_vector_iterator_02.cc +++ b/tests/petsc/block_vector_iterator_02.cc @@ -74,7 +74,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/block_vector_iterator_03.cc b/tests/petsc/block_vector_iterator_03.cc index aefa33e47f..1c53bbde4e 100644 --- a/tests/petsc/block_vector_iterator_03.cc +++ b/tests/petsc/block_vector_iterator_03.cc @@ -227,7 +227,6 @@ int main (int argc,char **argv) logfile.setf(std::ios::fixed); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/copy_to_dealvec.cc b/tests/petsc/copy_to_dealvec.cc index 4679da6072..acbd7434e0 100644 --- a/tests/petsc/copy_to_dealvec.cc +++ b/tests/petsc/copy_to_dealvec.cc @@ -105,7 +105,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/petsc/copy_to_dealvec_block.cc b/tests/petsc/copy_to_dealvec_block.cc index 2d25aaf169..d509f08104 100644 --- a/tests/petsc/copy_to_dealvec_block.cc +++ b/tests/petsc/copy_to_dealvec_block.cc @@ -124,7 +124,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/petsc/deal_solver_01.cc b/tests/petsc/deal_solver_01.cc index 99128b61b8..62f86190ed 100644 --- a/tests/petsc/deal_solver_01.cc +++ b/tests/petsc/deal_solver_01.cc @@ -37,7 +37,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/deal_solver_02.cc b/tests/petsc/deal_solver_02.cc index 393b234ab7..5e05921023 100644 --- a/tests/petsc/deal_solver_02.cc +++ b/tests/petsc/deal_solver_02.cc @@ -39,7 +39,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/deal_solver_03.cc b/tests/petsc/deal_solver_03.cc index 3359e96e1c..836a36f5ec 100644 --- a/tests/petsc/deal_solver_03.cc +++ b/tests/petsc/deal_solver_03.cc @@ -39,7 +39,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/deal_solver_04.cc b/tests/petsc/deal_solver_04.cc index 2daeff81e6..bf3f136735 100644 --- a/tests/petsc/deal_solver_04.cc +++ b/tests/petsc/deal_solver_04.cc @@ -39,7 +39,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/deal_solver_05.cc b/tests/petsc/deal_solver_05.cc index 6df79a6434..a94b699c51 100644 --- a/tests/petsc/deal_solver_05.cc +++ b/tests/petsc/deal_solver_05.cc @@ -38,7 +38,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/different_matrix_preconditioner.cc b/tests/petsc/different_matrix_preconditioner.cc index 7463ff81dc..8ca2e2455d 100644 --- a/tests/petsc/different_matrix_preconditioner.cc +++ b/tests/petsc/different_matrix_preconditioner.cc @@ -41,7 +41,6 @@ int main(int argc, char **argv) { dealii::Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); initlog(); - deallog.threshold_double(1.e-6); // create stiffness and mass matrix templates diff --git a/tests/petsc/exception_messages.cc b/tests/petsc/exception_messages.cc index a9adc77d3a..7a791fc9b5 100644 --- a/tests/petsc/exception_messages.cc +++ b/tests/petsc/exception_messages.cc @@ -31,7 +31,6 @@ int main (int argc, char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); initlog(); - deallog.threshold_double(1.e-10); std::vector petsc_error_codes; petsc_error_codes.push_back(PETSC_ERR_MIN_VALUE); diff --git a/tests/petsc/full_matrix_00.cc b/tests/petsc/full_matrix_00.cc index e02ada9abf..ee8ef2eabe 100644 --- a/tests/petsc/full_matrix_00.cc +++ b/tests/petsc/full_matrix_00.cc @@ -79,7 +79,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_01.cc b/tests/petsc/full_matrix_01.cc index e8af91410f..c372086e65 100644 --- a/tests/petsc/full_matrix_01.cc +++ b/tests/petsc/full_matrix_01.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_02.cc b/tests/petsc/full_matrix_02.cc index fdf9f12d1c..7c5c137978 100644 --- a/tests/petsc/full_matrix_02.cc +++ b/tests/petsc/full_matrix_02.cc @@ -55,7 +55,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_04.cc b/tests/petsc/full_matrix_04.cc index cc0a053aef..8984a34831 100644 --- a/tests/petsc/full_matrix_04.cc +++ b/tests/petsc/full_matrix_04.cc @@ -35,7 +35,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_05.cc b/tests/petsc/full_matrix_05.cc index f517b73e78..b94f9af79f 100644 --- a/tests/petsc/full_matrix_05.cc +++ b/tests/petsc/full_matrix_05.cc @@ -51,7 +51,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_06.cc b/tests/petsc/full_matrix_06.cc index 40865ddfd5..1530497356 100644 --- a/tests/petsc/full_matrix_06.cc +++ b/tests/petsc/full_matrix_06.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_07.cc b/tests/petsc/full_matrix_07.cc index 3ed503f977..837d45e5f3 100644 --- a/tests/petsc/full_matrix_07.cc +++ b/tests/petsc/full_matrix_07.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_08.cc b/tests/petsc/full_matrix_08.cc index f48a4cdd9e..12e1cf8a88 100644 --- a/tests/petsc/full_matrix_08.cc +++ b/tests/petsc/full_matrix_08.cc @@ -51,7 +51,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_09.cc b/tests/petsc/full_matrix_09.cc index 98fd943283..24fd8cc074 100644 --- a/tests/petsc/full_matrix_09.cc +++ b/tests/petsc/full_matrix_09.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_10.cc b/tests/petsc/full_matrix_10.cc index a1e5164601..f5774c4f4c 100644 --- a/tests/petsc/full_matrix_10.cc +++ b/tests/petsc/full_matrix_10.cc @@ -58,7 +58,6 @@ void test (PETScWrappers::FullMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_iterator_01.cc b/tests/petsc/full_matrix_iterator_01.cc index f90ff4e098..4ac4c37e88 100644 --- a/tests/petsc/full_matrix_iterator_01.cc +++ b/tests/petsc/full_matrix_iterator_01.cc @@ -44,7 +44,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_01.cc b/tests/petsc/full_matrix_vector_01.cc index 08e124c2ff..c7b3d312f8 100644 --- a/tests/petsc/full_matrix_vector_01.cc +++ b/tests/petsc/full_matrix_vector_01.cc @@ -60,7 +60,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_02.cc b/tests/petsc/full_matrix_vector_02.cc index 47d616e410..ee85b78faa 100644 --- a/tests/petsc/full_matrix_vector_02.cc +++ b/tests/petsc/full_matrix_vector_02.cc @@ -60,7 +60,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_03.cc b/tests/petsc/full_matrix_vector_03.cc index eca40cb181..719a414256 100644 --- a/tests/petsc/full_matrix_vector_03.cc +++ b/tests/petsc/full_matrix_vector_03.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_04.cc b/tests/petsc/full_matrix_vector_04.cc index cbdac4b260..a7953b057f 100644 --- a/tests/petsc/full_matrix_vector_04.cc +++ b/tests/petsc/full_matrix_vector_04.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_05.cc b/tests/petsc/full_matrix_vector_05.cc index f9b5596864..5726fdc9e5 100644 --- a/tests/petsc/full_matrix_vector_05.cc +++ b/tests/petsc/full_matrix_vector_05.cc @@ -67,7 +67,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_06.cc b/tests/petsc/full_matrix_vector_06.cc index b2adc32dd1..ff34f3ccb0 100644 --- a/tests/petsc/full_matrix_vector_06.cc +++ b/tests/petsc/full_matrix_vector_06.cc @@ -59,7 +59,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/full_matrix_vector_07.cc b/tests/petsc/full_matrix_vector_07.cc index f61ed3c55e..b4d977b576 100644 --- a/tests/petsc/full_matrix_vector_07.cc +++ b/tests/petsc/full_matrix_vector_07.cc @@ -69,7 +69,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/matrix_out_03.cc b/tests/petsc/matrix_out_03.cc index 218d8d5d43..965c11d19a 100644 --- a/tests/petsc/matrix_out_03.cc +++ b/tests/petsc/matrix_out_03.cc @@ -29,7 +29,6 @@ int main (int argc, char **argv) deallog << std::fixed; deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // test for a rectangular sparse // matrix diff --git a/tests/petsc/parallel_sparse_matrix_01.cc b/tests/petsc/parallel_sparse_matrix_01.cc index 657a66e992..c7cdcdd8b2 100644 --- a/tests/petsc/parallel_sparse_matrix_01.cc +++ b/tests/petsc/parallel_sparse_matrix_01.cc @@ -119,7 +119,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/solver_03.cc b/tests/petsc/solver_03.cc index b1ae022d58..9c531a43ed 100644 --- a/tests/petsc/solver_03.cc +++ b/tests/petsc/solver_03.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_mf.cc b/tests/petsc/solver_03_mf.cc index d04f1d2536..1bbb754d03 100644 --- a/tests/petsc/solver_03_mf.cc +++ b/tests/petsc/solver_03_mf.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_eisenstat.cc b/tests/petsc/solver_03_precondition_eisenstat.cc index ff4ce1d28d..f2b36ea22a 100644 --- a/tests/petsc/solver_03_precondition_eisenstat.cc +++ b/tests/petsc/solver_03_precondition_eisenstat.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_icc.cc b/tests/petsc/solver_03_precondition_icc.cc index e6519c1274..550696deaa 100644 --- a/tests/petsc/solver_03_precondition_icc.cc +++ b/tests/petsc/solver_03_precondition_icc.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_ilu.cc b/tests/petsc/solver_03_precondition_ilu.cc index b9ec9a5a91..761f05ea01 100644 --- a/tests/petsc/solver_03_precondition_ilu.cc +++ b/tests/petsc/solver_03_precondition_ilu.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_lu.cc b/tests/petsc/solver_03_precondition_lu.cc index fdf2884112..a1a0e58031 100644 --- a/tests/petsc/solver_03_precondition_lu.cc +++ b/tests/petsc/solver_03_precondition_lu.cc @@ -33,7 +33,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_parasails.cc b/tests/petsc/solver_03_precondition_parasails.cc index ef326fb3a2..8fa008ae68 100644 --- a/tests/petsc/solver_03_precondition_parasails.cc +++ b/tests/petsc/solver_03_precondition_parasails.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_sor.cc b/tests/petsc/solver_03_precondition_sor.cc index eb82bddf8f..1f8b9503b2 100644 --- a/tests/petsc/solver_03_precondition_sor.cc +++ b/tests/petsc/solver_03_precondition_sor.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_03_precondition_ssor.cc b/tests/petsc/solver_03_precondition_ssor.cc index 0c446bb234..b2c16d3b36 100644 --- a/tests/petsc/solver_03_precondition_ssor.cc +++ b/tests/petsc/solver_03_precondition_ssor.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_04.cc b/tests/petsc/solver_04.cc index 8be0e5da35..8b5bbe092e 100644 --- a/tests/petsc/solver_04.cc +++ b/tests/petsc/solver_04.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_05.cc b/tests/petsc/solver_05.cc index 0a23fe1ec2..86311595ab 100644 --- a/tests/petsc/solver_05.cc +++ b/tests/petsc/solver_05.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_06.cc b/tests/petsc/solver_06.cc index 0194c08639..668a8216c2 100644 --- a/tests/petsc/solver_06.cc +++ b/tests/petsc/solver_06.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_07.cc b/tests/petsc/solver_07.cc index 0640096a7b..9be0edfab2 100644 --- a/tests/petsc/solver_07.cc +++ b/tests/petsc/solver_07.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_08.cc b/tests/petsc/solver_08.cc index 60b6b9f023..25065c14bb 100644 --- a/tests/petsc/solver_08.cc +++ b/tests/petsc/solver_08.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_09.cc b/tests/petsc/solver_09.cc index f16138d7dc..0a6ba42959 100644 --- a/tests/petsc/solver_09.cc +++ b/tests/petsc/solver_09.cc @@ -36,7 +36,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_10.cc b/tests/petsc/solver_10.cc index ef42a65d7f..cb408cb1de 100644 --- a/tests/petsc/solver_10.cc +++ b/tests/petsc/solver_10.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_12.cc b/tests/petsc/solver_12.cc index 1e37549cc7..9071bb64b0 100644 --- a/tests/petsc/solver_12.cc +++ b/tests/petsc/solver_12.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/solver_13.cc b/tests/petsc/solver_13.cc index 5563b6a719..0e69b859cd 100644 --- a/tests/petsc/solver_13.cc +++ b/tests/petsc/solver_13.cc @@ -32,7 +32,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/sparse_direct_mumps.cc b/tests/petsc/sparse_direct_mumps.cc index 4956c53cf8..699b62a059 100644 --- a/tests/petsc/sparse_direct_mumps.cc +++ b/tests/petsc/sparse_direct_mumps.cc @@ -33,7 +33,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/petsc/sparse_matrix_01.cc b/tests/petsc/sparse_matrix_01.cc index 7abc78bc68..1328807dde 100644 --- a/tests/petsc/sparse_matrix_01.cc +++ b/tests/petsc/sparse_matrix_01.cc @@ -70,7 +70,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); test (); diff --git a/tests/petsc/sparse_matrix_02.cc b/tests/petsc/sparse_matrix_02.cc index 7be048d7a0..5e87baf3a7 100644 --- a/tests/petsc/sparse_matrix_02.cc +++ b/tests/petsc/sparse_matrix_02.cc @@ -62,7 +62,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_iterator_01.cc b/tests/petsc/sparse_matrix_iterator_01.cc index 549582759e..c2c6f7999f 100644 --- a/tests/petsc/sparse_matrix_iterator_01.cc +++ b/tests/petsc/sparse_matrix_iterator_01.cc @@ -44,7 +44,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_iterator_02.cc b/tests/petsc/sparse_matrix_iterator_02.cc index 69042b7734..e5bb0bd0c1 100644 --- a/tests/petsc/sparse_matrix_iterator_02.cc +++ b/tests/petsc/sparse_matrix_iterator_02.cc @@ -53,7 +53,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_01.cc b/tests/petsc/sparse_matrix_vector_01.cc index 9a5b67e9a0..02f522c526 100644 --- a/tests/petsc/sparse_matrix_vector_01.cc +++ b/tests/petsc/sparse_matrix_vector_01.cc @@ -60,7 +60,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_02.cc b/tests/petsc/sparse_matrix_vector_02.cc index 879e71ee25..39b69e341d 100644 --- a/tests/petsc/sparse_matrix_vector_02.cc +++ b/tests/petsc/sparse_matrix_vector_02.cc @@ -60,7 +60,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_03.cc b/tests/petsc/sparse_matrix_vector_03.cc index fd781f0a9a..a4460b5c32 100644 --- a/tests/petsc/sparse_matrix_vector_03.cc +++ b/tests/petsc/sparse_matrix_vector_03.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_04.cc b/tests/petsc/sparse_matrix_vector_04.cc index 379841dae4..acbb7ebaa7 100644 --- a/tests/petsc/sparse_matrix_vector_04.cc +++ b/tests/petsc/sparse_matrix_vector_04.cc @@ -64,7 +64,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_05.cc b/tests/petsc/sparse_matrix_vector_05.cc index f9d7e853ee..e19c7124ea 100644 --- a/tests/petsc/sparse_matrix_vector_05.cc +++ b/tests/petsc/sparse_matrix_vector_05.cc @@ -67,7 +67,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_06.cc b/tests/petsc/sparse_matrix_vector_06.cc index a053f4f9fa..0d09d445fc 100644 --- a/tests/petsc/sparse_matrix_vector_06.cc +++ b/tests/petsc/sparse_matrix_vector_06.cc @@ -59,7 +59,6 @@ void test (PETScWrappers::MPI::Vector &v) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/sparse_matrix_vector_07.cc b/tests/petsc/sparse_matrix_vector_07.cc index 1bcbd7554b..007c485d5d 100644 --- a/tests/petsc/sparse_matrix_vector_07.cc +++ b/tests/petsc/sparse_matrix_vector_07.cc @@ -69,7 +69,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_assign_01.cc b/tests/petsc/vector_assign_01.cc index eee421d668..90e46e6275 100644 --- a/tests/petsc/vector_assign_01.cc +++ b/tests/petsc/vector_assign_01.cc @@ -51,7 +51,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_assign_02.cc b/tests/petsc/vector_assign_02.cc index f15c4708a0..8ee67ead5a 100644 --- a/tests/petsc/vector_assign_02.cc +++ b/tests/petsc/vector_assign_02.cc @@ -50,7 +50,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_equality_1.cc b/tests/petsc/vector_equality_1.cc index 74cf19c8da..5beaa3dc63 100644 --- a/tests/petsc/vector_equality_1.cc +++ b/tests/petsc/vector_equality_1.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_equality_2.cc b/tests/petsc/vector_equality_2.cc index 76a0c7b6db..534a8053a9 100644 --- a/tests/petsc/vector_equality_2.cc +++ b/tests/petsc/vector_equality_2.cc @@ -50,7 +50,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_equality_3.cc b/tests/petsc/vector_equality_3.cc index 04729ae8bd..5912f80db2 100644 --- a/tests/petsc/vector_equality_3.cc +++ b/tests/petsc/vector_equality_3.cc @@ -46,7 +46,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_equality_4.cc b/tests/petsc/vector_equality_4.cc index de8fdf7289..20a8fb518b 100644 --- a/tests/petsc/vector_equality_4.cc +++ b/tests/petsc/vector_equality_4.cc @@ -50,7 +50,6 @@ void test (PETScWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc/vector_print.cc b/tests/petsc/vector_print.cc index 223fa5ccea..da4e5be4d9 100644 --- a/tests/petsc/vector_print.cc +++ b/tests/petsc/vector_print.cc @@ -28,7 +28,6 @@ int main (int argc, char **argv) { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/00.cc b/tests/petsc_complex/00.cc index a541509203..9ac23af4b1 100644 --- a/tests/petsc_complex/00.cc +++ b/tests/petsc_complex/00.cc @@ -146,7 +146,6 @@ int main (int argc, char **argv) { std::ofstream logfile ("output"); dealii::deallog.attach (logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/01.cc b/tests/petsc_complex/01.cc index 152fe04eec..bfb426b4e2 100644 --- a/tests/petsc_complex/01.cc +++ b/tests/petsc_complex/01.cc @@ -54,7 +54,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/02.cc b/tests/petsc_complex/02.cc index 86343b436c..49b7b2b959 100644 --- a/tests/petsc_complex/02.cc +++ b/tests/petsc_complex/02.cc @@ -55,7 +55,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/04.cc b/tests/petsc_complex/04.cc index 1481759706..c3fc09c3e9 100644 --- a/tests/petsc_complex/04.cc +++ b/tests/petsc_complex/04.cc @@ -34,7 +34,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/05.cc b/tests/petsc_complex/05.cc index dc70545b2d..101c00822b 100644 --- a/tests/petsc_complex/05.cc +++ b/tests/petsc_complex/05.cc @@ -48,7 +48,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/06.cc b/tests/petsc_complex/06.cc index 204b112e72..71c3c8d7cd 100644 --- a/tests/petsc_complex/06.cc +++ b/tests/petsc_complex/06.cc @@ -43,7 +43,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/07.cc b/tests/petsc_complex/07.cc index 9d95ae887b..aac47944f6 100644 --- a/tests/petsc_complex/07.cc +++ b/tests/petsc_complex/07.cc @@ -44,7 +44,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/08.cc b/tests/petsc_complex/08.cc index dd6524c8d9..83d50bf170 100644 --- a/tests/petsc_complex/08.cc +++ b/tests/petsc_complex/08.cc @@ -50,7 +50,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/09.cc b/tests/petsc_complex/09.cc index f032112e77..302400a9a6 100644 --- a/tests/petsc_complex/09.cc +++ b/tests/petsc_complex/09.cc @@ -58,7 +58,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/10.cc b/tests/petsc_complex/10.cc index 0d9d831dfc..a7934b2cc9 100644 --- a/tests/petsc_complex/10.cc +++ b/tests/petsc_complex/10.cc @@ -57,7 +57,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/11.cc b/tests/petsc_complex/11.cc index 30f819eca8..353bce5eae 100644 --- a/tests/petsc_complex/11.cc +++ b/tests/petsc_complex/11.cc @@ -40,7 +40,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/12.cc b/tests/petsc_complex/12.cc index 2a76e810a4..f7f5a6c3c4 100644 --- a/tests/petsc_complex/12.cc +++ b/tests/petsc_complex/12.cc @@ -57,7 +57,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/13.cc b/tests/petsc_complex/13.cc index ff7a8570dc..1b45cd1efa 100644 --- a/tests/petsc_complex/13.cc +++ b/tests/petsc_complex/13.cc @@ -52,7 +52,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/17.cc b/tests/petsc_complex/17.cc index a7db509a10..6dff945160 100644 --- a/tests/petsc_complex/17.cc +++ b/tests/petsc_complex/17.cc @@ -50,7 +50,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/18.cc b/tests/petsc_complex/18.cc index fe57e5fa9d..3fd2be4659 100644 --- a/tests/petsc_complex/18.cc +++ b/tests/petsc_complex/18.cc @@ -51,7 +51,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/19.cc b/tests/petsc_complex/19.cc index 14522d51cd..ded89842ff 100644 --- a/tests/petsc_complex/19.cc +++ b/tests/petsc_complex/19.cc @@ -47,7 +47,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/20.cc b/tests/petsc_complex/20.cc index 5f8264a009..e16c89d5db 100644 --- a/tests/petsc_complex/20.cc +++ b/tests/petsc_complex/20.cc @@ -58,7 +58,6 @@ int main (int argc,char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/element_access_00.cc b/tests/petsc_complex/element_access_00.cc index 2dce7ba94c..15ac63c4ce 100644 --- a/tests/petsc_complex/element_access_00.cc +++ b/tests/petsc_complex/element_access_00.cc @@ -60,7 +60,6 @@ int main (int argc, char **argv) std::ofstream logfile ("output"); dealii::deallog.attach (logfile); dealii::deallog.depth_console (0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/element_access_01.cc b/tests/petsc_complex/element_access_01.cc index 605df7d2af..08c5f10014 100644 --- a/tests/petsc_complex/element_access_01.cc +++ b/tests/petsc_complex/element_access_01.cc @@ -59,7 +59,6 @@ int main (int argc, char **argv) std::ofstream logfile ("output"); dealii::deallog.attach (logfile); dealii::deallog.depth_console (0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/element_access_02.cc b/tests/petsc_complex/element_access_02.cc index 5277519e9f..2c586f275f 100644 --- a/tests/petsc_complex/element_access_02.cc +++ b/tests/petsc_complex/element_access_02.cc @@ -48,7 +48,6 @@ int main (int argc, char **argv) std::ofstream logfile ("output"); dealii::deallog.attach (logfile); dealii::deallog.depth_console (0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/element_access_03.cc b/tests/petsc_complex/element_access_03.cc index 696b3ac4bc..2a94ec3c2b 100644 --- a/tests/petsc_complex/element_access_03.cc +++ b/tests/petsc_complex/element_access_03.cc @@ -68,7 +68,6 @@ int main (int argc, char **argv) std::ofstream logfile ("output"); dealii::deallog.attach (logfile); dealii::deallog.depth_console (0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/fe_get_function_values.cc b/tests/petsc_complex/fe_get_function_values.cc index 63e4afa63c..b692f6b136 100644 --- a/tests/petsc_complex/fe_get_function_values.cc +++ b/tests/petsc_complex/fe_get_function_values.cc @@ -165,7 +165,6 @@ int main (int argc, char *argv[]) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); { diff --git a/tests/petsc_complex/parallel_sparse_matrix_01.cc b/tests/petsc_complex/parallel_sparse_matrix_01.cc index 2d52d28863..e37dbf1c18 100644 --- a/tests/petsc_complex/parallel_sparse_matrix_01.cc +++ b/tests/petsc_complex/parallel_sparse_matrix_01.cc @@ -191,7 +191,6 @@ void test (const unsigned int poly_degree = 1) int main (int argc, char *argv[]) { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/solver_real_03.cc b/tests/petsc_complex/solver_real_03.cc index 111ceeea7a..ff795e6513 100644 --- a/tests/petsc_complex/solver_real_03.cc +++ b/tests/petsc_complex/solver_real_03.cc @@ -57,7 +57,6 @@ int main(int argc, char **argv) initlog(); deallog << std::setprecision(4); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); { diff --git a/tests/petsc_complex/solver_real_03_mf.cc b/tests/petsc_complex/solver_real_03_mf.cc index 119689aa42..4f73dd439e 100644 --- a/tests/petsc_complex/solver_real_03_mf.cc +++ b/tests/petsc_complex/solver_real_03_mf.cc @@ -70,7 +70,6 @@ int main(int argc, char **argv) initlog(); deallog << std::setprecision(4); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); { diff --git a/tests/petsc_complex/solver_real_04.cc b/tests/petsc_complex/solver_real_04.cc index db63dbcb4f..b6409bedb4 100644 --- a/tests/petsc_complex/solver_real_04.cc +++ b/tests/petsc_complex/solver_real_04.cc @@ -57,7 +57,6 @@ int main(int argc, char **argv) initlog(); deallog << std::setprecision(4); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); { diff --git a/tests/petsc_complex/sparse_matrix_01.cc b/tests/petsc_complex/sparse_matrix_01.cc index 777d4386f8..653c60b34c 100644 --- a/tests/petsc_complex/sparse_matrix_01.cc +++ b/tests/petsc_complex/sparse_matrix_01.cc @@ -70,7 +70,6 @@ int main (int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_02.cc b/tests/petsc_complex/vector_02.cc index 0dfea60984..e2d177452d 100644 --- a/tests/petsc_complex/vector_02.cc +++ b/tests/petsc_complex/vector_02.cc @@ -69,7 +69,6 @@ int main (int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_assign_01.cc b/tests/petsc_complex/vector_assign_01.cc index 0e322ae735..2c657e099c 100644 --- a/tests/petsc_complex/vector_assign_01.cc +++ b/tests/petsc_complex/vector_assign_01.cc @@ -44,7 +44,6 @@ int main (int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_assign_02.cc b/tests/petsc_complex/vector_assign_02.cc index 062abdf311..ee9b3d7c69 100644 --- a/tests/petsc_complex/vector_assign_02.cc +++ b/tests/petsc_complex/vector_assign_02.cc @@ -47,7 +47,6 @@ int main (int argc, char **argv) std::ofstream logfile ("output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_equality_1.cc b/tests/petsc_complex/vector_equality_1.cc index 7d91b2277a..587070078e 100644 --- a/tests/petsc_complex/vector_equality_1.cc +++ b/tests/petsc_complex/vector_equality_1.cc @@ -47,7 +47,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_equality_2.cc b/tests/petsc_complex/vector_equality_2.cc index e3acf1b3b7..6fa8bf2eeb 100644 --- a/tests/petsc_complex/vector_equality_2.cc +++ b/tests/petsc_complex/vector_equality_2.cc @@ -51,7 +51,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/petsc_complex/vector_print.cc b/tests/petsc_complex/vector_print.cc index eb6b3af97b..598c0d2560 100644 --- a/tests/petsc_complex/vector_print.cc +++ b/tests/petsc_complex/vector_print.cc @@ -29,7 +29,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); try { diff --git a/tests/physics/elasticity-kinematics_01.cc b/tests/physics/elasticity-kinematics_01.cc index 25b78c13b9..c1fb566f42 100644 --- a/tests/physics/elasticity-kinematics_01.cc +++ b/tests/physics/elasticity-kinematics_01.cc @@ -178,7 +178,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_kinematic_tensors<2> (); test_kinematic_tensors<3> (); diff --git a/tests/physics/elasticity-standard_tensors_01.cc b/tests/physics/elasticity-standard_tensors_01.cc index f6c3218b8f..74e1f2ca6e 100644 --- a/tests/physics/elasticity-standard_tensors_01.cc +++ b/tests/physics/elasticity-standard_tensors_01.cc @@ -128,7 +128,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_standard_tensors<2> (); test_standard_tensors<3> (); diff --git a/tests/physics/step-18-rotation_matrix.cc b/tests/physics/step-18-rotation_matrix.cc index 5652b7c368..b522455867 100644 --- a/tests/physics/step-18-rotation_matrix.cc +++ b/tests/physics/step-18-rotation_matrix.cc @@ -772,7 +772,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/physics/step-18.cc b/tests/physics/step-18.cc index cc0a091b5c..fd8ead766d 100644 --- a/tests/physics/step-18.cc +++ b/tests/physics/step-18.cc @@ -799,7 +799,6 @@ int main (int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); try { diff --git a/tests/physics/step-44-standard_tensors-material_push_forward.cc b/tests/physics/step-44-standard_tensors-material_push_forward.cc index f47e07b993..ed1174fac4 100644 --- a/tests/physics/step-44-standard_tensors-material_push_forward.cc +++ b/tests/physics/step-44-standard_tensors-material_push_forward.cc @@ -2063,7 +2063,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/physics/step-44-standard_tensors-spatial.cc b/tests/physics/step-44-standard_tensors-spatial.cc index 24223e5a82..9ea4e0164d 100644 --- a/tests/physics/step-44-standard_tensors-spatial.cc +++ b/tests/physics/step-44-standard_tensors-spatial.cc @@ -1949,7 +1949,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); using namespace dealii; diff --git a/tests/physics/step-44.cc b/tests/physics/step-44.cc index 2ad0d11d18..f397757ed6 100644 --- a/tests/physics/step-44.cc +++ b/tests/physics/step-44.cc @@ -1966,7 +1966,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/physics/transformations-rotations_01.cc b/tests/physics/transformations-rotations_01.cc index fc01156d7f..6d41b6fa73 100644 --- a/tests/physics/transformations-rotations_01.cc +++ b/tests/physics/transformations-rotations_01.cc @@ -96,7 +96,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const double deg_to_rad = M_PI/180.0; diff --git a/tests/quick_tests/arpack.cc b/tests/quick_tests/arpack.cc index 10d9de4d14..9fb40c7acd 100644 --- a/tests/quick_tests/arpack.cc +++ b/tests/quick_tests/arpack.cc @@ -123,7 +123,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-9); test<2> (); } diff --git a/tests/quick_tests/gsl.cc b/tests/quick_tests/gsl.cc index d1fdce9490..7335bf95c1 100644 --- a/tests/quick_tests/gsl.cc +++ b/tests/quick_tests/gsl.cc @@ -51,7 +51,6 @@ int main() std::string logname = "output"; std::ofstream logfile(logname.c_str()); deallog.attach(logfile); - deallog.threshold_double(1.e-10); check<1>(); } diff --git a/tests/quick_tests/lapack.cc b/tests/quick_tests/lapack.cc index ad35753c66..af4115777d 100644 --- a/tests/quick_tests/lapack.cc +++ b/tests/quick_tests/lapack.cc @@ -100,7 +100,6 @@ int main() std::ofstream logfile(logname.c_str()); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_rect(3,4,rect); test_rect(4,3,rect); diff --git a/tests/quick_tests/umfpack.cc b/tests/quick_tests/umfpack.cc index 0151cee450..d0221ecc5b 100644 --- a/tests/quick_tests/umfpack.cc +++ b/tests/quick_tests/umfpack.cc @@ -112,7 +112,6 @@ void test (bool transpose = false) int main () { initlog(); - deallog.threshold_double(1.e-9); test<2> (); test<2> (/*transpose =*/ true); diff --git a/tests/serialization/dof_handler_01.cc b/tests/serialization/dof_handler_01.cc index 6fb9e6d636..b37dc4059f 100644 --- a/tests/serialization/dof_handler_01.cc +++ b/tests/serialization/dof_handler_01.cc @@ -181,7 +181,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1,1> (); test<1,2> (); diff --git a/tests/serialization/parameter_handler.cc b/tests/serialization/parameter_handler.cc index e31405cef8..731dbb1840 100644 --- a/tests/serialization/parameter_handler.cc +++ b/tests/serialization/parameter_handler.cc @@ -122,7 +122,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/point.cc b/tests/serialization/point.cc index d3a6e70ea6..603001d06f 100644 --- a/tests/serialization/point.cc +++ b/tests/serialization/point.cc @@ -37,7 +37,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/pointer_01.cc b/tests/serialization/pointer_01.cc index 81abf94ff7..0ede030551 100644 --- a/tests/serialization/pointer_01.cc +++ b/tests/serialization/pointer_01.cc @@ -84,7 +84,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/pointer_02.cc b/tests/serialization/pointer_02.cc index 0a8bfa04b5..cf0147f89c 100644 --- a/tests/serialization/pointer_02.cc +++ b/tests/serialization/pointer_02.cc @@ -108,7 +108,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/pointer_03.cc b/tests/serialization/pointer_03.cc index 7841813752..bfaeb2a699 100644 --- a/tests/serialization/pointer_03.cc +++ b/tests/serialization/pointer_03.cc @@ -109,7 +109,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/pointer_04.cc b/tests/serialization/pointer_04.cc index 119f1cec75..d83fb1cb3f 100644 --- a/tests/serialization/pointer_04.cc +++ b/tests/serialization/pointer_04.cc @@ -114,7 +114,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/pointer_05.cc b/tests/serialization/pointer_05.cc index ecce228c4c..8445dfed3a 100644 --- a/tests/serialization/pointer_05.cc +++ b/tests/serialization/pointer_05.cc @@ -130,7 +130,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial.cc b/tests/serialization/polynomial.cc index 8a2a5b3863..3a68c9ec14 100644 --- a/tests/serialization/polynomial.cc +++ b/tests/serialization/polynomial.cc @@ -46,7 +46,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_hierarchical.cc b/tests/serialization/polynomial_hierarchical.cc index 59e7169680..9932a4881f 100644 --- a/tests/serialization/polynomial_hierarchical.cc +++ b/tests/serialization/polynomial_hierarchical.cc @@ -37,7 +37,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_lagrange_equidistant.cc b/tests/serialization/polynomial_lagrange_equidistant.cc index efce501979..669ec4c3f8 100644 --- a/tests/serialization/polynomial_lagrange_equidistant.cc +++ b/tests/serialization/polynomial_lagrange_equidistant.cc @@ -41,7 +41,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_lagrange_gl.cc b/tests/serialization/polynomial_lagrange_gl.cc index 6d00be3991..5e8de30c5d 100644 --- a/tests/serialization/polynomial_lagrange_gl.cc +++ b/tests/serialization/polynomial_lagrange_gl.cc @@ -45,7 +45,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_legendre.cc b/tests/serialization/polynomial_legendre.cc index d4541f2962..aa4230ea59 100644 --- a/tests/serialization/polynomial_legendre.cc +++ b/tests/serialization/polynomial_legendre.cc @@ -38,7 +38,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_lobatto.cc b/tests/serialization/polynomial_lobatto.cc index 4434b1e409..1cdab6934c 100644 --- a/tests/serialization/polynomial_lobatto.cc +++ b/tests/serialization/polynomial_lobatto.cc @@ -38,7 +38,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/polynomial_monomial.cc b/tests/serialization/polynomial_monomial.cc index 282bae6eb2..71706ab618 100644 --- a/tests/serialization/polynomial_monomial.cc +++ b/tests/serialization/polynomial_monomial.cc @@ -42,7 +42,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/quadrature.cc b/tests/serialization/quadrature.cc index a8e5b52a2b..1e9bfeef79 100644 --- a/tests/serialization/quadrature.cc +++ b/tests/serialization/quadrature.cc @@ -59,7 +59,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/quadrature_qanisotropic.cc b/tests/serialization/quadrature_qanisotropic.cc index 5e3760d3f6..a8b8332626 100644 --- a/tests/serialization/quadrature_qanisotropic.cc +++ b/tests/serialization/quadrature_qanisotropic.cc @@ -52,7 +52,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/quadrature_qiterated.cc b/tests/serialization/quadrature_qiterated.cc index 842e9e41d0..328e08c444 100644 --- a/tests/serialization/quadrature_qiterated.cc +++ b/tests/serialization/quadrature_qiterated.cc @@ -53,7 +53,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/sparsity_pattern.cc b/tests/serialization/sparsity_pattern.cc index edbeab3950..fe00546704 100644 --- a/tests/serialization/sparsity_pattern.cc +++ b/tests/serialization/sparsity_pattern.cc @@ -46,7 +46,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/symmetric_tensor.cc b/tests/serialization/symmetric_tensor.cc index 237a9f2846..2c47501837 100644 --- a/tests/serialization/symmetric_tensor.cc +++ b/tests/serialization/symmetric_tensor.cc @@ -47,7 +47,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_1.cc b/tests/serialization/table_1.cc index 4ce4e62370..708bf682dd 100644 --- a/tests/serialization/table_1.cc +++ b/tests/serialization/table_1.cc @@ -46,7 +46,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_2.cc b/tests/serialization/table_2.cc index 3ee562c52d..8113c7aefc 100644 --- a/tests/serialization/table_2.cc +++ b/tests/serialization/table_2.cc @@ -54,7 +54,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_3.cc b/tests/serialization/table_3.cc index 809c6d8e9e..7a5379ab76 100644 --- a/tests/serialization/table_3.cc +++ b/tests/serialization/table_3.cc @@ -59,7 +59,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_4.cc b/tests/serialization/table_4.cc index da97224b1c..599aed1d59 100644 --- a/tests/serialization/table_4.cc +++ b/tests/serialization/table_4.cc @@ -63,7 +63,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_5.cc b/tests/serialization/table_5.cc index 65a23f474a..d63b110ade 100644 --- a/tests/serialization/table_5.cc +++ b/tests/serialization/table_5.cc @@ -66,7 +66,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_6.cc b/tests/serialization/table_6.cc index 01f7ee2241..6e5016c73f 100644 --- a/tests/serialization/table_6.cc +++ b/tests/serialization/table_6.cc @@ -73,7 +73,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_7.cc b/tests/serialization/table_7.cc index 517bd87a61..e5c7980e0e 100644 --- a/tests/serialization/table_7.cc +++ b/tests/serialization/table_7.cc @@ -76,7 +76,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/table_handler.cc b/tests/serialization/table_handler.cc index de1d62b61f..eb603ce925 100644 --- a/tests/serialization/table_handler.cc +++ b/tests/serialization/table_handler.cc @@ -60,7 +60,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/tensor.cc b/tests/serialization/tensor.cc index 95923a338a..cb4b337c4b 100644 --- a/tests/serialization/tensor.cc +++ b/tests/serialization/tensor.cc @@ -51,7 +51,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/tensor_base.cc b/tests/serialization/tensor_base.cc index 7d2bb2cbe5..75f1fde843 100644 --- a/tests/serialization/tensor_base.cc +++ b/tests/serialization/tensor_base.cc @@ -39,7 +39,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/tensor_base_scalar.cc b/tests/serialization/tensor_base_scalar.cc index 5c8aba07bc..e56bb5339a 100644 --- a/tests/serialization/tensor_base_scalar.cc +++ b/tests/serialization/tensor_base_scalar.cc @@ -38,7 +38,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/test_01.cc b/tests/serialization/test_01.cc index 40d58ca0b0..8d17057e63 100644 --- a/tests/serialization/test_01.cc +++ b/tests/serialization/test_01.cc @@ -73,7 +73,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/serialization/triangulation_01.cc b/tests/serialization/triangulation_01.cc index 0982a34e75..8859762a30 100644 --- a/tests/serialization/triangulation_01.cc +++ b/tests/serialization/triangulation_01.cc @@ -166,7 +166,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1,1> (); test<1,2> (); diff --git a/tests/serialization/triangulation_02.cc b/tests/serialization/triangulation_02.cc index 7d95edfdd1..7fefe44b2c 100644 --- a/tests/serialization/triangulation_02.cc +++ b/tests/serialization/triangulation_02.cc @@ -175,7 +175,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test<1,1> (); test<1,2> (); diff --git a/tests/serialization/vector.cc b/tests/serialization/vector.cc index d641f36137..5b6c91d592 100644 --- a/tests/serialization/vector.cc +++ b/tests/serialization/vector.cc @@ -47,7 +47,6 @@ int main () std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test (); diff --git a/tests/slepc/solve_01.cc b/tests/slepc/solve_01.cc index 43e29261be..070164ae66 100644 --- a/tests/slepc/solve_01.cc +++ b/tests/slepc/solve_01.cc @@ -82,7 +82,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(7); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/slepc/solve_04.cc b/tests/slepc/solve_04.cc index ad7eacf947..62ee1c7fed 100644 --- a/tests/slepc/solve_04.cc +++ b/tests/slepc/solve_04.cc @@ -114,7 +114,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(6); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); { diff --git a/tests/slepc/step-36_parallel.cc b/tests/slepc/step-36_parallel.cc index 1ab066eaa7..12486e2250 100644 --- a/tests/slepc/step-36_parallel.cc +++ b/tests/slepc/step-36_parallel.cc @@ -345,7 +345,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); dealii::deallog.depth_console(0); - dealii::deallog.threshold_double(eps); try { diff --git a/tests/slepc/step-36_parallel_02.cc b/tests/slepc/step-36_parallel_02.cc index f61e25fb20..552c0e7e04 100644 --- a/tests/slepc/step-36_parallel_02.cc +++ b/tests/slepc/step-36_parallel_02.cc @@ -341,7 +341,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); dealii::deallog.depth_console(0); - dealii::deallog.threshold_double(eps); try { diff --git a/tests/slepc/step-36_parallel_03.cc b/tests/slepc/step-36_parallel_03.cc index 12d1b8da91..d40ba7d1a2 100644 --- a/tests/slepc/step-36_parallel_03.cc +++ b/tests/slepc/step-36_parallel_03.cc @@ -338,7 +338,6 @@ int main (int argc,char **argv) std::ofstream logfile("output"); dealii::deallog.attach(logfile,/*do not print job id*/false); dealii::deallog.depth_console(0); - dealii::deallog.threshold_double(eps); try { diff --git a/tests/sparsity/block_dynamic_01.cc b/tests/sparsity/block_dynamic_01.cc index 61e1504cfb..6a3993ff8e 100644 --- a/tests/sparsity/block_dynamic_01.cc +++ b/tests/sparsity/block_dynamic_01.cc @@ -28,7 +28,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); BlockDynamicSparsityPattern csp(2,2); csp.block(0,0).reinit(2,2); diff --git a/tests/sparsity/block_dynamic_sparsity_pattern_indexset_01.cc b/tests/sparsity/block_dynamic_sparsity_pattern_indexset_01.cc index 277466d0a8..fbcf3f264a 100644 --- a/tests/sparsity/block_dynamic_sparsity_pattern_indexset_01.cc +++ b/tests/sparsity/block_dynamic_sparsity_pattern_indexset_01.cc @@ -28,7 +28,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); IndexSet a(5); IndexSet b(3); diff --git a/tests/sparsity/block_sparsity_pattern_01.cc b/tests/sparsity/block_sparsity_pattern_01.cc index 1f66335f0f..7f5a6ada25 100644 --- a/tests/sparsity/block_sparsity_pattern_01.cc +++ b/tests/sparsity/block_sparsity_pattern_01.cc @@ -28,7 +28,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); BlockSparsityPattern sparsity; std::vector row_blocks(4); diff --git a/tests/sparsity/block_sparsity_pattern_02.cc b/tests/sparsity/block_sparsity_pattern_02.cc index 6443fb260f..512494189f 100644 --- a/tests/sparsity/block_sparsity_pattern_02.cc +++ b/tests/sparsity/block_sparsity_pattern_02.cc @@ -30,7 +30,6 @@ int main() logfile.setf(std::ios::fixed); deallog << std::setprecision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); std::vector row_blocks(4); row_blocks[0] = 4; diff --git a/tests/sparsity/chunk_sparsity_pattern_01.cc b/tests/sparsity/chunk_sparsity_pattern_01.cc index 15d60cd1b4..4072adbc2f 100644 --- a/tests/sparsity/chunk_sparsity_pattern_01.cc +++ b/tests/sparsity/chunk_sparsity_pattern_01.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); const unsigned int chunk_sizes[] = { 1, 2, 4, 5, 7 }; for (unsigned int i=0; i (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_11.cc b/tests/sparsity/dynamic_sparsity_pattern_11.cc index d26b928504..6c19cac8bd 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_11.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_11.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); block_read_write (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_12.cc b/tests/sparsity/dynamic_sparsity_pattern_12.cc index f02d9f7961..8a4465c89c 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_12.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_12.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); row_length (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_13.cc b/tests/sparsity/dynamic_sparsity_pattern_13.cc index 96e8a29fbf..2e86eedf63 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_13.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_13.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print_gnuplot (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_14.cc b/tests/sparsity/dynamic_sparsity_pattern_14.cc index f3c60fea75..91f41207a0 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_14.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_14.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_15.cc b/tests/sparsity/dynamic_sparsity_pattern_15.cc index b13a879a84..1949e88a27 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_15.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_15.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_with_offdiagonals_1 (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_16.cc b/tests/sparsity/dynamic_sparsity_pattern_16.cc index 5838a00c82..f21be89d37 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_16.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_16.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_with_offdiagonals_2 (); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_index_set_01.cc b/tests/sparsity/dynamic_sparsity_pattern_index_set_01.cc index c126243d5c..60870f6e8c 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_index_set_01.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_index_set_01.cc @@ -26,7 +26,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_index_set (true); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_index_set_02.cc b/tests/sparsity/dynamic_sparsity_pattern_index_set_02.cc index fff9427d83..512930e1c4 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_index_set_02.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_index_set_02.cc @@ -26,7 +26,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); test_index_set (false); } diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_01.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_01.cc index da84b6a78b..e0a6f6a0c8 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_01.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_01.cc @@ -42,7 +42,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_02.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_02.cc index c90cfa579b..345a062381 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_02.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_02.cc @@ -45,7 +45,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_03.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_03.cc index 1e452d4e36..aa0f0e2a5a 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_03.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_03.cc @@ -50,7 +50,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_04.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_04.cc index 86a98d7b90..652612d222 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_04.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_04.cc @@ -100,7 +100,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_05.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_05.cc index e4a850d3ad..3db52c48dd 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_05.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_05.cc @@ -47,7 +47,6 @@ void test (bool empty, bool large_gap) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/dynamic_sparsity_pattern_iterator_06.cc b/tests/sparsity/dynamic_sparsity_pattern_iterator_06.cc index c3895218c7..b3dac967e3 100644 --- a/tests/sparsity/dynamic_sparsity_pattern_iterator_06.cc +++ b/tests/sparsity/dynamic_sparsity_pattern_iterator_06.cc @@ -46,7 +46,6 @@ void test (bool have_set) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/sparsity_pattern.cc b/tests/sparsity/sparsity_pattern.cc index af5047d830..e747b5a7a3 100644 --- a/tests/sparsity/sparsity_pattern.cc +++ b/tests/sparsity/sparsity_pattern.cc @@ -29,7 +29,6 @@ main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); // generate usual sparsity pattern const unsigned int N = 15; diff --git a/tests/sparsity/sparsity_pattern_01.cc b/tests/sparsity/sparsity_pattern_01.cc index dece668206..64af7c7e5b 100644 --- a/tests/sparsity/sparsity_pattern_01.cc +++ b/tests/sparsity/sparsity_pattern_01.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); row_length (); } diff --git a/tests/sparsity/sparsity_pattern_02.cc b/tests/sparsity/sparsity_pattern_02.cc index a2a7a6e934..acb79fa0e9 100644 --- a/tests/sparsity/sparsity_pattern_02.cc +++ b/tests/sparsity/sparsity_pattern_02.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print_gnuplot (); } diff --git a/tests/sparsity/sparsity_pattern_03.cc b/tests/sparsity/sparsity_pattern_03.cc index 6e22bb220e..2450da9c92 100644 --- a/tests/sparsity/sparsity_pattern_03.cc +++ b/tests/sparsity/sparsity_pattern_03.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print (); } diff --git a/tests/sparsity/sparsity_pattern_04.cc b/tests/sparsity/sparsity_pattern_04.cc index d1c8808a35..b7dc32623f 100644 --- a/tests/sparsity/sparsity_pattern_04.cc +++ b/tests/sparsity/sparsity_pattern_04.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_with_offdiagonals_1 (); } diff --git a/tests/sparsity/sparsity_pattern_05.cc b/tests/sparsity/sparsity_pattern_05.cc index a282ec8480..691038550f 100644 --- a/tests/sparsity/sparsity_pattern_05.cc +++ b/tests/sparsity/sparsity_pattern_05.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_with_offdiagonals_2 (); } diff --git a/tests/sparsity/sparsity_pattern_06.cc b/tests/sparsity/sparsity_pattern_06.cc index a985e9d90a..cdde918390 100644 --- a/tests/sparsity/sparsity_pattern_06.cc +++ b/tests/sparsity/sparsity_pattern_06.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_from_1 (); } diff --git a/tests/sparsity/sparsity_pattern_07.cc b/tests/sparsity/sparsity_pattern_07.cc index d7cc876315..3cce2d7240 100644 --- a/tests/sparsity/sparsity_pattern_07.cc +++ b/tests/sparsity/sparsity_pattern_07.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_from_2 (); } diff --git a/tests/sparsity/sparsity_pattern_08.cc b/tests/sparsity/sparsity_pattern_08.cc index b40a7174d0..bb79c86ab7 100644 --- a/tests/sparsity/sparsity_pattern_08.cc +++ b/tests/sparsity/sparsity_pattern_08.cc @@ -43,7 +43,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); return 0; diff --git a/tests/sparsity/sparsity_pattern_09.cc b/tests/sparsity/sparsity_pattern_09.cc index 5742c9f27e..77ed328307 100644 --- a/tests/sparsity/sparsity_pattern_09.cc +++ b/tests/sparsity/sparsity_pattern_09.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); copy_from_4 (); } diff --git a/tests/sparsity/sparsity_pattern_10.cc b/tests/sparsity/sparsity_pattern_10.cc index 53a795d55a..e748d50ba1 100644 --- a/tests/sparsity/sparsity_pattern_10.cc +++ b/tests/sparsity/sparsity_pattern_10.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); matrix_position (); } diff --git a/tests/sparsity/sparsity_pattern_11.cc b/tests/sparsity/sparsity_pattern_11.cc index 79d786f2ae..15a5856a69 100644 --- a/tests/sparsity/sparsity_pattern_11.cc +++ b/tests/sparsity/sparsity_pattern_11.cc @@ -25,7 +25,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); block_read_write (); } diff --git a/tests/sparsity/sparsity_pattern_copy_from_01.cc b/tests/sparsity/sparsity_pattern_copy_from_01.cc index 903077740e..5913029c52 100644 --- a/tests/sparsity/sparsity_pattern_copy_from_01.cc +++ b/tests/sparsity/sparsity_pattern_copy_from_01.cc @@ -33,7 +33,6 @@ main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DynamicSparsityPattern csp (10, 0); diff --git a/tests/sparsity/sparsity_pattern_copy_from_02.cc b/tests/sparsity/sparsity_pattern_copy_from_02.cc index 997c9b2ad6..3e94e536e9 100644 --- a/tests/sparsity/sparsity_pattern_copy_from_02.cc +++ b/tests/sparsity/sparsity_pattern_copy_from_02.cc @@ -34,7 +34,6 @@ main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DynamicSparsityPattern csp (10000000, 100); csp.add(9999999, 1); diff --git a/tests/sparsity/sparsity_pattern_iterator_01.cc b/tests/sparsity/sparsity_pattern_iterator_01.cc index 5c804661b3..d6abf52e71 100644 --- a/tests/sparsity/sparsity_pattern_iterator_01.cc +++ b/tests/sparsity/sparsity_pattern_iterator_01.cc @@ -42,7 +42,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/sparsity/sparsity_tools_01.cc b/tests/sparsity/sparsity_tools_01.cc index 9a7a5f31a7..827c4922d6 100644 --- a/tests/sparsity/sparsity_tools_01.cc +++ b/tests/sparsity/sparsity_tools_01.cc @@ -30,7 +30,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DynamicSparsityPattern dsp (4,4); for (unsigned int i=0; i<4; ++i) diff --git a/tests/sparsity/sparsity_tools_02.cc b/tests/sparsity/sparsity_tools_02.cc index e8e1ea2d0c..4f007fcaef 100644 --- a/tests/sparsity/sparsity_tools_02.cc +++ b/tests/sparsity/sparsity_tools_02.cc @@ -29,7 +29,6 @@ int main () logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); DynamicSparsityPattern dsp (8,8); for (unsigned int i=0; i<8; ++i) diff --git a/tests/trilinos/01.cc b/tests/trilinos/01.cc index 3122630b3c..d48c915238 100644 --- a/tests/trilinos/01.cc +++ b/tests/trilinos/01.cc @@ -55,7 +55,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/02.cc b/tests/trilinos/02.cc index 005b49e1d3..c6fe9c5ea3 100644 --- a/tests/trilinos/02.cc +++ b/tests/trilinos/02.cc @@ -61,7 +61,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/03a.cc b/tests/trilinos/03a.cc index 82c8326cf1..9eef7234da 100644 --- a/tests/trilinos/03a.cc +++ b/tests/trilinos/03a.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/03b.cc b/tests/trilinos/03b.cc index 44f07360a3..5f769b4ab4 100644 --- a/tests/trilinos/03b.cc +++ b/tests/trilinos/03b.cc @@ -72,7 +72,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/04.cc b/tests/trilinos/04.cc index 20b938cda3..f22f68b9a8 100644 --- a/tests/trilinos/04.cc +++ b/tests/trilinos/04.cc @@ -36,7 +36,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/05.cc b/tests/trilinos/05.cc index 31913986ee..017fe27946 100644 --- a/tests/trilinos/05.cc +++ b/tests/trilinos/05.cc @@ -51,7 +51,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/06.cc b/tests/trilinos/06.cc index e3ad713c10..1b5642006e 100644 --- a/tests/trilinos/06.cc +++ b/tests/trilinos/06.cc @@ -47,7 +47,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/07.cc b/tests/trilinos/07.cc index 33270777da..af81115db8 100644 --- a/tests/trilinos/07.cc +++ b/tests/trilinos/07.cc @@ -47,7 +47,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/08.cc b/tests/trilinos/08.cc index fbf41477be..4d9c2a44ab 100644 --- a/tests/trilinos/08.cc +++ b/tests/trilinos/08.cc @@ -52,7 +52,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/09.cc b/tests/trilinos/09.cc index 8a930e1330..6f191d8c5a 100644 --- a/tests/trilinos/09.cc +++ b/tests/trilinos/09.cc @@ -58,7 +58,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/10.cc b/tests/trilinos/10.cc index 59d0dfa9b5..985eb8214b 100644 --- a/tests/trilinos/10.cc +++ b/tests/trilinos/10.cc @@ -58,7 +58,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/11.cc b/tests/trilinos/11.cc index 0ee577c9c3..3b45210624 100644 --- a/tests/trilinos/11.cc +++ b/tests/trilinos/11.cc @@ -41,7 +41,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/12.cc b/tests/trilinos/12.cc index 249c0f22eb..45878a86b1 100644 --- a/tests/trilinos/12.cc +++ b/tests/trilinos/12.cc @@ -54,7 +54,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/13.cc b/tests/trilinos/13.cc index e23873a6db..c8ec461595 100644 --- a/tests/trilinos/13.cc +++ b/tests/trilinos/13.cc @@ -54,7 +54,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/14.cc b/tests/trilinos/14.cc index 8744dd82ec..2d0d7ee0f0 100644 --- a/tests/trilinos/14.cc +++ b/tests/trilinos/14.cc @@ -73,7 +73,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/15.cc b/tests/trilinos/15.cc index b6cb1500fd..01a1cb6034 100644 --- a/tests/trilinos/15.cc +++ b/tests/trilinos/15.cc @@ -72,7 +72,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/16.cc b/tests/trilinos/16.cc index e147fd6389..f7e36adffc 100644 --- a/tests/trilinos/16.cc +++ b/tests/trilinos/16.cc @@ -73,7 +73,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/17.cc b/tests/trilinos/17.cc index 7e8ad2a83b..5c274f1e0d 100644 --- a/tests/trilinos/17.cc +++ b/tests/trilinos/17.cc @@ -46,7 +46,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/18.cc b/tests/trilinos/18.cc index 6e5f26ff86..7b911f8a4a 100644 --- a/tests/trilinos/18.cc +++ b/tests/trilinos/18.cc @@ -47,7 +47,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/19.cc b/tests/trilinos/19.cc index 03d9efedcc..e5388d6782 100644 --- a/tests/trilinos/19.cc +++ b/tests/trilinos/19.cc @@ -46,7 +46,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/20.cc b/tests/trilinos/20.cc index 175bbe3603..351f8596fc 100644 --- a/tests/trilinos/20.cc +++ b/tests/trilinos/20.cc @@ -55,7 +55,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/21.cc b/tests/trilinos/21.cc index 0673d773e8..c71e3c7f4c 100644 --- a/tests/trilinos/21.cc +++ b/tests/trilinos/21.cc @@ -55,7 +55,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/22.cc b/tests/trilinos/22.cc index 23c27c447c..1d2424bc05 100644 --- a/tests/trilinos/22.cc +++ b/tests/trilinos/22.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/23.cc b/tests/trilinos/23.cc index 5222787c72..b7ad61bf93 100644 --- a/tests/trilinos/23.cc +++ b/tests/trilinos/23.cc @@ -56,7 +56,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/24.cc b/tests/trilinos/24.cc index db548011bd..0d52aa1b41 100644 --- a/tests/trilinos/24.cc +++ b/tests/trilinos/24.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/26.cc b/tests/trilinos/26.cc index 180d0a8dcb..3310c3f6ec 100644 --- a/tests/trilinos/26.cc +++ b/tests/trilinos/26.cc @@ -46,7 +46,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/27.cc b/tests/trilinos/27.cc index 5d754eee12..7a4308744d 100644 --- a/tests/trilinos/27.cc +++ b/tests/trilinos/27.cc @@ -52,7 +52,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/28.cc b/tests/trilinos/28.cc index 6f8c8d61f3..d81ab0586c 100644 --- a/tests/trilinos/28.cc +++ b/tests/trilinos/28.cc @@ -54,7 +54,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/29.cc b/tests/trilinos/29.cc index 8c97eb0749..a398b7621a 100644 --- a/tests/trilinos/29.cc +++ b/tests/trilinos/29.cc @@ -38,7 +38,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/30.cc b/tests/trilinos/30.cc index 4884061cb3..3a2106da4e 100644 --- a/tests/trilinos/30.cc +++ b/tests/trilinos/30.cc @@ -46,7 +46,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/31.cc b/tests/trilinos/31.cc index ebdfab4337..8251524435 100644 --- a/tests/trilinos/31.cc +++ b/tests/trilinos/31.cc @@ -48,7 +48,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/32.cc b/tests/trilinos/32.cc index a694841e5a..41773b896d 100644 --- a/tests/trilinos/32.cc +++ b/tests/trilinos/32.cc @@ -48,7 +48,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/33.cc b/tests/trilinos/33.cc index f387018af4..50bf7efa29 100644 --- a/tests/trilinos/33.cc +++ b/tests/trilinos/33.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/34.cc b/tests/trilinos/34.cc index 19372f80ef..fa1c64751f 100644 --- a/tests/trilinos/34.cc +++ b/tests/trilinos/34.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/35.cc b/tests/trilinos/35.cc index cbfcc0df86..b3e8889bac 100644 --- a/tests/trilinos/35.cc +++ b/tests/trilinos/35.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/36.cc b/tests/trilinos/36.cc index 3bddd738df..e9e40fa7b8 100644 --- a/tests/trilinos/36.cc +++ b/tests/trilinos/36.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/37.cc b/tests/trilinos/37.cc index 5a05ebcc7d..d0f34f73bc 100644 --- a/tests/trilinos/37.cc +++ b/tests/trilinos/37.cc @@ -45,7 +45,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/38.cc b/tests/trilinos/38.cc index 3d9cf3a9a5..9cbb29db43 100644 --- a/tests/trilinos/38.cc +++ b/tests/trilinos/38.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/39.cc b/tests/trilinos/39.cc index a547004937..42dfeb18f3 100644 --- a/tests/trilinos/39.cc +++ b/tests/trilinos/39.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/40.cc b/tests/trilinos/40.cc index 17592d7523..806b739547 100644 --- a/tests/trilinos/40.cc +++ b/tests/trilinos/40.cc @@ -57,7 +57,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/41.cc b/tests/trilinos/41.cc index 3eeec52c57..53b5791fcc 100644 --- a/tests/trilinos/41.cc +++ b/tests/trilinos/41.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/42.cc b/tests/trilinos/42.cc index f716d366d2..21dfd1e447 100644 --- a/tests/trilinos/42.cc +++ b/tests/trilinos/42.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/45.cc b/tests/trilinos/45.cc index a276b418f5..ead9fab3ed 100644 --- a/tests/trilinos/45.cc +++ b/tests/trilinos/45.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/46.cc b/tests/trilinos/46.cc index d17d7ec7e7..758fc2f396 100644 --- a/tests/trilinos/46.cc +++ b/tests/trilinos/46.cc @@ -53,7 +53,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/49.cc b/tests/trilinos/49.cc index 59ff5770dd..c229e1f66b 100644 --- a/tests/trilinos/49.cc +++ b/tests/trilinos/49.cc @@ -50,7 +50,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/49a.cc b/tests/trilinos/49a.cc index fb1eebac59..26018351f2 100644 --- a/tests/trilinos/49a.cc +++ b/tests/trilinos/49a.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::MPI::BlockVector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/49b.cc b/tests/trilinos/49b.cc index 800b5ea903..a09b8b4cd3 100644 --- a/tests/trilinos/49b.cc +++ b/tests/trilinos/49b.cc @@ -63,7 +63,6 @@ void test (TrilinosWrappers::MPI::BlockVector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/50.cc b/tests/trilinos/50.cc index 304ab1e946..7c1ab2b324 100644 --- a/tests/trilinos/50.cc +++ b/tests/trilinos/50.cc @@ -66,7 +66,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/51.cc b/tests/trilinos/51.cc index 2157c26531..150da06553 100644 --- a/tests/trilinos/51.cc +++ b/tests/trilinos/51.cc @@ -51,7 +51,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/52.cc b/tests/trilinos/52.cc index bb9c54cbe3..50001344a8 100644 --- a/tests/trilinos/52.cc +++ b/tests/trilinos/52.cc @@ -56,7 +56,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/53.cc b/tests/trilinos/53.cc index ca49d9248b..72163732d9 100644 --- a/tests/trilinos/53.cc +++ b/tests/trilinos/53.cc @@ -57,7 +57,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/54.cc b/tests/trilinos/54.cc index ad7bc4f075..bbf68152a5 100644 --- a/tests/trilinos/54.cc +++ b/tests/trilinos/54.cc @@ -57,7 +57,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/55.cc b/tests/trilinos/55.cc index 3812fac0f4..2a49eb26f4 100644 --- a/tests/trilinos/55.cc +++ b/tests/trilinos/55.cc @@ -56,7 +56,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/56.cc b/tests/trilinos/56.cc index c36ba42c1e..96d56f41bb 100644 --- a/tests/trilinos/56.cc +++ b/tests/trilinos/56.cc @@ -56,7 +56,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/57.cc b/tests/trilinos/57.cc index 4995387fe4..e2f556a51e 100644 --- a/tests/trilinos/57.cc +++ b/tests/trilinos/57.cc @@ -54,7 +54,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/58.cc b/tests/trilinos/58.cc index 7068a07f7c..90ca9671d4 100644 --- a/tests/trilinos/58.cc +++ b/tests/trilinos/58.cc @@ -56,7 +56,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/60.cc b/tests/trilinos/60.cc index f2b0677eca..67924934e7 100644 --- a/tests/trilinos/60.cc +++ b/tests/trilinos/60.cc @@ -58,7 +58,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/61.cc b/tests/trilinos/61.cc index 381a2bbd7c..fb22d0c859 100644 --- a/tests/trilinos/61.cc +++ b/tests/trilinos/61.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/62.cc b/tests/trilinos/62.cc index 68ad48b7b5..4b0931038d 100644 --- a/tests/trilinos/62.cc +++ b/tests/trilinos/62.cc @@ -44,7 +44,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/63.cc b/tests/trilinos/63.cc index 305a65e1bc..ce4db6cafc 100644 --- a/tests/trilinos/63.cc +++ b/tests/trilinos/63.cc @@ -42,7 +42,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/64.cc b/tests/trilinos/64.cc index e47115c3c8..aef4bf3851 100644 --- a/tests/trilinos/64.cc +++ b/tests/trilinos/64.cc @@ -47,7 +47,6 @@ void test (MatrixType &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/66.cc b/tests/trilinos/66.cc index daeb5ccbe3..1ad27673f2 100644 --- a/tests/trilinos/66.cc +++ b/tests/trilinos/66.cc @@ -98,7 +98,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/67.cc b/tests/trilinos/67.cc index d0e35ec1bc..caf02d330e 100644 --- a/tests/trilinos/67.cc +++ b/tests/trilinos/67.cc @@ -104,7 +104,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/68.cc b/tests/trilinos/68.cc index 016bf6b3e3..06f0e92702 100644 --- a/tests/trilinos/68.cc +++ b/tests/trilinos/68.cc @@ -102,7 +102,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/69.cc b/tests/trilinos/69.cc index 0ee00aa7e0..f726085296 100644 --- a/tests/trilinos/69.cc +++ b/tests/trilinos/69.cc @@ -108,7 +108,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/70.cc b/tests/trilinos/70.cc index 35d76ad664..36ad41618b 100644 --- a/tests/trilinos/70.cc +++ b/tests/trilinos/70.cc @@ -25,7 +25,6 @@ int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_01.cc b/tests/trilinos/add_matrices_01.cc index 113c218d52..b36b657819 100644 --- a/tests/trilinos/add_matrices_01.cc +++ b/tests/trilinos/add_matrices_01.cc @@ -94,7 +94,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_02.cc b/tests/trilinos/add_matrices_02.cc index 3fef9b8ec8..2c8d19c4e4 100644 --- a/tests/trilinos/add_matrices_02.cc +++ b/tests/trilinos/add_matrices_02.cc @@ -86,7 +86,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_03.cc b/tests/trilinos/add_matrices_03.cc index 16d4eead1b..810e5b55e8 100644 --- a/tests/trilinos/add_matrices_03.cc +++ b/tests/trilinos/add_matrices_03.cc @@ -89,7 +89,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_04.cc b/tests/trilinos/add_matrices_04.cc index f86f4c27b1..233644b84b 100644 --- a/tests/trilinos/add_matrices_04.cc +++ b/tests/trilinos/add_matrices_04.cc @@ -63,7 +63,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_05.cc b/tests/trilinos/add_matrices_05.cc index f0356ed197..050370d393 100644 --- a/tests/trilinos/add_matrices_05.cc +++ b/tests/trilinos/add_matrices_05.cc @@ -68,7 +68,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/add_matrices_06.cc b/tests/trilinos/add_matrices_06.cc index 151c8225d1..970f9fece4 100644 --- a/tests/trilinos/add_matrices_06.cc +++ b/tests/trilinos/add_matrices_06.cc @@ -81,7 +81,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/assemble_matrix_parallel_01.cc b/tests/trilinos/assemble_matrix_parallel_01.cc index f5ee70e35b..f6bcb74d7d 100644 --- a/tests/trilinos/assemble_matrix_parallel_01.cc +++ b/tests/trilinos/assemble_matrix_parallel_01.cc @@ -375,7 +375,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/trilinos/assemble_matrix_parallel_02.cc b/tests/trilinos/assemble_matrix_parallel_02.cc index 985aa6e2d5..1dcefdbb86 100644 --- a/tests/trilinos/assemble_matrix_parallel_02.cc +++ b/tests/trilinos/assemble_matrix_parallel_02.cc @@ -384,7 +384,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/trilinos/assemble_matrix_parallel_03.cc b/tests/trilinos/assemble_matrix_parallel_03.cc index bfefa24894..fbd8ba01dd 100644 --- a/tests/trilinos/assemble_matrix_parallel_03.cc +++ b/tests/trilinos/assemble_matrix_parallel_03.cc @@ -388,7 +388,6 @@ void LaplaceProblem::assemble_test () test_matrix.compress(VectorOperation::add); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/trilinos/assemble_matrix_parallel_04.cc b/tests/trilinos/assemble_matrix_parallel_04.cc index 5c68011b05..ccd6513c99 100644 --- a/tests/trilinos/assemble_matrix_parallel_04.cc +++ b/tests/trilinos/assemble_matrix_parallel_04.cc @@ -400,7 +400,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); double frobenius_norm = 0; for (unsigned int i=0; i<2; ++i) for (unsigned int j=0; j<2; ++j) diff --git a/tests/trilinos/assemble_matrix_parallel_05.cc b/tests/trilinos/assemble_matrix_parallel_05.cc index 98e5ea2c8e..c32d9c571a 100644 --- a/tests/trilinos/assemble_matrix_parallel_05.cc +++ b/tests/trilinos/assemble_matrix_parallel_05.cc @@ -386,7 +386,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/trilinos/assemble_matrix_parallel_06.cc b/tests/trilinos/assemble_matrix_parallel_06.cc index 741684e755..4ffbca0edc 100644 --- a/tests/trilinos/assemble_matrix_parallel_06.cc +++ b/tests/trilinos/assemble_matrix_parallel_06.cc @@ -401,7 +401,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); double frobenius_norm = 0; for (unsigned int i=0; i<2; ++i) for (unsigned int j=0; j<2; ++j) diff --git a/tests/trilinos/assemble_matrix_parallel_07.cc b/tests/trilinos/assemble_matrix_parallel_07.cc index 09f8f93534..4a7f976fbc 100644 --- a/tests/trilinos/assemble_matrix_parallel_07.cc +++ b/tests/trilinos/assemble_matrix_parallel_07.cc @@ -394,7 +394,6 @@ void LaplaceProblem::assemble_test () test_matrix.add(-1, reference_matrix); // there should not even be roundoff difference between matrices - deallog.threshold_double(1.e-30); deallog << "error in matrix: " << test_matrix.frobenius_norm() << std::endl; test_rhs.add(-1., reference_rhs); deallog << "error in vector: " << test_rhs.l2_norm() << std::endl; diff --git a/tests/trilinos/block_sparse_matrix_add_01.cc b/tests/trilinos/block_sparse_matrix_add_01.cc index a016b7e6d5..ce4536a945 100644 --- a/tests/trilinos/block_sparse_matrix_add_01.cc +++ b/tests/trilinos/block_sparse_matrix_add_01.cc @@ -129,7 +129,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_sparse_matrix_set_01.cc b/tests/trilinos/block_sparse_matrix_set_01.cc index 5035054dd4..5e728c46ad 100644 --- a/tests/trilinos/block_sparse_matrix_set_01.cc +++ b/tests/trilinos/block_sparse_matrix_set_01.cc @@ -130,7 +130,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_sparse_matrix_vector_01.cc b/tests/trilinos/block_sparse_matrix_vector_01.cc index a02d72c04d..bcbd812ba1 100644 --- a/tests/trilinos/block_sparse_matrix_vector_01.cc +++ b/tests/trilinos/block_sparse_matrix_vector_01.cc @@ -90,7 +90,6 @@ void test (const unsigned int size_1, const unsigned int size_2) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_sparse_matrix_vector_02.cc b/tests/trilinos/block_sparse_matrix_vector_02.cc index 15ec5e5d79..e6d8c75815 100644 --- a/tests/trilinos/block_sparse_matrix_vector_02.cc +++ b/tests/trilinos/block_sparse_matrix_vector_02.cc @@ -84,7 +84,6 @@ void test (const unsigned int size_1, const unsigned int size_2) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_sparse_matrix_vector_03.cc b/tests/trilinos/block_sparse_matrix_vector_03.cc index 80453d88f7..4aebe1900d 100644 --- a/tests/trilinos/block_sparse_matrix_vector_03.cc +++ b/tests/trilinos/block_sparse_matrix_vector_03.cc @@ -84,7 +84,6 @@ void test (const unsigned int size_1, const unsigned int size_2) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_sparse_matrix_vector_04.cc b/tests/trilinos/block_sparse_matrix_vector_04.cc index 405030c5bf..f540e30408 100644 --- a/tests/trilinos/block_sparse_matrix_vector_04.cc +++ b/tests/trilinos/block_sparse_matrix_vector_04.cc @@ -76,7 +76,6 @@ void test (const unsigned int size_1, const unsigned int size_2) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_vector_iterator_01.cc b/tests/trilinos/block_vector_iterator_01.cc index 2ca1fcb628..372111bae8 100644 --- a/tests/trilinos/block_vector_iterator_01.cc +++ b/tests/trilinos/block_vector_iterator_01.cc @@ -86,7 +86,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_vector_iterator_02.cc b/tests/trilinos/block_vector_iterator_02.cc index 3a3c70ba1b..65be24d275 100644 --- a/tests/trilinos/block_vector_iterator_02.cc +++ b/tests/trilinos/block_vector_iterator_02.cc @@ -80,7 +80,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/block_vector_iterator_03.cc b/tests/trilinos/block_vector_iterator_03.cc index 1ae41462f0..4277e78803 100644 --- a/tests/trilinos/block_vector_iterator_03.cc +++ b/tests/trilinos/block_vector_iterator_03.cc @@ -234,7 +234,6 @@ int main (int argc,char **argv) logfile.setf(std::ios::fixed); logfile.precision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/copy_to_dealvec.cc b/tests/trilinos/copy_to_dealvec.cc index ea6aa263a2..23e852dc02 100644 --- a/tests/trilinos/copy_to_dealvec.cc +++ b/tests/trilinos/copy_to_dealvec.cc @@ -106,7 +106,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/trilinos/copy_to_dealvec_block.cc b/tests/trilinos/copy_to_dealvec_block.cc index 21f1facb3e..d8e3f96e18 100644 --- a/tests/trilinos/copy_to_dealvec_block.cc +++ b/tests/trilinos/copy_to_dealvec_block.cc @@ -122,7 +122,6 @@ int main (int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); test(); } diff --git a/tests/trilinos/deal_solver_01.cc b/tests/trilinos/deal_solver_01.cc index 5ebbbc1104..b6f403b11b 100644 --- a/tests/trilinos/deal_solver_01.cc +++ b/tests/trilinos/deal_solver_01.cc @@ -39,7 +39,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/deal_solver_02.cc b/tests/trilinos/deal_solver_02.cc index c156885e51..5ef3c1b12e 100644 --- a/tests/trilinos/deal_solver_02.cc +++ b/tests/trilinos/deal_solver_02.cc @@ -40,7 +40,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/deal_solver_03.cc b/tests/trilinos/deal_solver_03.cc index f79d809c3c..985fbd8baa 100644 --- a/tests/trilinos/deal_solver_03.cc +++ b/tests/trilinos/deal_solver_03.cc @@ -41,7 +41,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(2); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/deal_solver_04.cc b/tests/trilinos/deal_solver_04.cc index a3a452eba1..7714e3a7ce 100644 --- a/tests/trilinos/deal_solver_04.cc +++ b/tests/trilinos/deal_solver_04.cc @@ -40,7 +40,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/deal_solver_05.cc b/tests/trilinos/deal_solver_05.cc index b561f87120..338f7a306d 100644 --- a/tests/trilinos/deal_solver_05.cc +++ b/tests/trilinos/deal_solver_05.cc @@ -39,7 +39,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/deal_solver_06.cc b/tests/trilinos/deal_solver_06.cc index 2e4f983b78..288aff2787 100644 --- a/tests/trilinos/deal_solver_06.cc +++ b/tests/trilinos/deal_solver_06.cc @@ -38,7 +38,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/direct_solver.cc b/tests/trilinos/direct_solver.cc index 37f6bc9e8c..6efc734ec8 100644 --- a/tests/trilinos/direct_solver.cc +++ b/tests/trilinos/direct_solver.cc @@ -291,7 +291,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/direct_solver_2.cc b/tests/trilinos/direct_solver_2.cc index a28c2f48d8..16be9d6728 100644 --- a/tests/trilinos/direct_solver_2.cc +++ b/tests/trilinos/direct_solver_2.cc @@ -379,7 +379,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/elide_zeros.cc b/tests/trilinos/elide_zeros.cc index 4a47cec639..4c2f469d9a 100644 --- a/tests/trilinos/elide_zeros.cc +++ b/tests/trilinos/elide_zeros.cc @@ -305,7 +305,6 @@ int main(int argc, char **argv) { using namespace dealii; initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); LinearAdvectionTest::AdvectionProblem<2> advection_problem; diff --git a/tests/trilinos/epetra_vector_01.cc b/tests/trilinos/epetra_vector_01.cc index ce6fe70a8c..c55515019e 100644 --- a/tests/trilinos/epetra_vector_01.cc +++ b/tests/trilinos/epetra_vector_01.cc @@ -204,7 +204,6 @@ int main(int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_init(argc, argv, 1); diff --git a/tests/trilinos/epetra_vector_02.cc b/tests/trilinos/epetra_vector_02.cc index eaabecb5ef..a3fa332cd7 100644 --- a/tests/trilinos/epetra_vector_02.cc +++ b/tests/trilinos/epetra_vector_02.cc @@ -191,7 +191,6 @@ int main(int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_init(argc, argv, 1); diff --git a/tests/trilinos/epetra_vector_03.cc b/tests/trilinos/epetra_vector_03.cc index c38216ce55..a1e282c43f 100644 --- a/tests/trilinos/epetra_vector_03.cc +++ b/tests/trilinos/epetra_vector_03.cc @@ -49,7 +49,6 @@ int main(int argc, char **argv) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_init(argc, argv, 1); diff --git a/tests/trilinos/index_set_01.cc b/tests/trilinos/index_set_01.cc index 5f3b8f9b68..8fac85bc1f 100644 --- a/tests/trilinos/index_set_01.cc +++ b/tests/trilinos/index_set_01.cc @@ -55,7 +55,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); test(); diff --git a/tests/trilinos/mg_transfer_prebuilt_01.cc b/tests/trilinos/mg_transfer_prebuilt_01.cc index 7a3f94da5d..6151ba1790 100644 --- a/tests/trilinos/mg_transfer_prebuilt_01.cc +++ b/tests/trilinos/mg_transfer_prebuilt_01.cc @@ -143,7 +143,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); deallog << std::setprecision(6); - deallog.threshold_double(1.e-10); deallog.attach(logfile); check_simple (FE_DGP<2>(0)); diff --git a/tests/trilinos/parallel_sparse_matrix_01.cc b/tests/trilinos/parallel_sparse_matrix_01.cc index e92688b8c9..76796a4cd0 100644 --- a/tests/trilinos/parallel_sparse_matrix_01.cc +++ b/tests/trilinos/parallel_sparse_matrix_01.cc @@ -105,7 +105,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition.cc b/tests/trilinos/precondition.cc index 651a412d0d..fcfed69d4c 100644 --- a/tests/trilinos/precondition.cc +++ b/tests/trilinos/precondition.cc @@ -378,7 +378,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-5); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, 1); diff --git a/tests/trilinos/precondition_amg_dgp.cc b/tests/trilinos/precondition_amg_dgp.cc index d15a852feb..48a35dc970 100644 --- a/tests/trilinos/precondition_amg_dgp.cc +++ b/tests/trilinos/precondition_amg_dgp.cc @@ -212,7 +212,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition_amg_smoother.cc b/tests/trilinos/precondition_amg_smoother.cc index 166991ad18..67ff5047c3 100644 --- a/tests/trilinos/precondition_amg_smoother.cc +++ b/tests/trilinos/precondition_amg_smoother.cc @@ -260,7 +260,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition_muelu_dgp.cc b/tests/trilinos/precondition_muelu_dgp.cc index 1541bc852c..fc7f82585c 100644 --- a/tests/trilinos/precondition_muelu_dgp.cc +++ b/tests/trilinos/precondition_muelu_dgp.cc @@ -215,7 +215,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition_muelu_q_iso_q1.cc b/tests/trilinos/precondition_muelu_q_iso_q1.cc index 3d888d1771..ce48998e77 100644 --- a/tests/trilinos/precondition_muelu_q_iso_q1.cc +++ b/tests/trilinos/precondition_muelu_q_iso_q1.cc @@ -318,7 +318,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition_muelu_smoother.cc b/tests/trilinos/precondition_muelu_smoother.cc index d2836145ee..9523be8ad7 100644 --- a/tests/trilinos/precondition_muelu_smoother.cc +++ b/tests/trilinos/precondition_muelu_smoother.cc @@ -260,7 +260,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/precondition_q_iso_q1.cc b/tests/trilinos/precondition_q_iso_q1.cc index 9cb3bfe27f..f16c1a2300 100644 --- a/tests/trilinos/precondition_q_iso_q1.cc +++ b/tests/trilinos/precondition_q_iso_q1.cc @@ -314,7 +314,6 @@ void Step4::run() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/readwritevector.cc b/tests/trilinos/readwritevector.cc index 6589f6456c..455dc67d29 100644 --- a/tests/trilinos/readwritevector.cc +++ b/tests/trilinos/readwritevector.cc @@ -109,7 +109,6 @@ void test() int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); test(); diff --git a/tests/trilinos/solver_03.cc b/tests/trilinos/solver_03.cc index 5de37e22b4..0474768456 100644 --- a/tests/trilinos/solver_03.cc +++ b/tests/trilinos/solver_03.cc @@ -34,7 +34,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_05.cc b/tests/trilinos/solver_05.cc index 1fff1f0b47..24bfcbd196 100644 --- a/tests/trilinos/solver_05.cc +++ b/tests/trilinos/solver_05.cc @@ -34,7 +34,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_07.cc b/tests/trilinos/solver_07.cc index 78e586c176..2423c67b23 100644 --- a/tests/trilinos/solver_07.cc +++ b/tests/trilinos/solver_07.cc @@ -34,7 +34,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_control_01.cc b/tests/trilinos/solver_control_01.cc index 600d2d8df6..d9be9e3a1b 100644 --- a/tests/trilinos/solver_control_01.cc +++ b/tests/trilinos/solver_control_01.cc @@ -35,7 +35,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_control_02.cc b/tests/trilinos/solver_control_02.cc index 9104459972..fe4433b9a5 100644 --- a/tests/trilinos/solver_control_02.cc +++ b/tests/trilinos/solver_control_02.cc @@ -35,7 +35,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_control_03.cc b/tests/trilinos/solver_control_03.cc index 94469db67b..3d88907050 100644 --- a/tests/trilinos/solver_control_03.cc +++ b/tests/trilinos/solver_control_03.cc @@ -35,7 +35,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_control_04.cc b/tests/trilinos/solver_control_04.cc index e86dc1e812..4bd79f79de 100644 --- a/tests/trilinos/solver_control_04.cc +++ b/tests/trilinos/solver_control_04.cc @@ -34,7 +34,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/solver_control_05.cc b/tests/trilinos/solver_control_05.cc index 0376aa6a0b..c1e8efad22 100644 --- a/tests/trilinos/solver_control_05.cc +++ b/tests/trilinos/solver_control_05.cc @@ -36,7 +36,6 @@ int main(int argc, char **argv) std::ofstream logfile("output"); logfile.precision(4); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_01.cc b/tests/trilinos/sparse_matrix_01.cc index 4f0671415e..ebfe0af657 100644 --- a/tests/trilinos/sparse_matrix_01.cc +++ b/tests/trilinos/sparse_matrix_01.cc @@ -32,7 +32,6 @@ int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_02.cc b/tests/trilinos/sparse_matrix_02.cc index b1f3e21478..7a1fd27a8a 100644 --- a/tests/trilinos/sparse_matrix_02.cc +++ b/tests/trilinos/sparse_matrix_02.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_03.cc b/tests/trilinos/sparse_matrix_03.cc index 3fc466a01b..5e5a9e6c8f 100644 --- a/tests/trilinos/sparse_matrix_03.cc +++ b/tests/trilinos/sparse_matrix_03.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_04.cc b/tests/trilinos/sparse_matrix_04.cc index 81d1f95933..08772134af 100644 --- a/tests/trilinos/sparse_matrix_04.cc +++ b/tests/trilinos/sparse_matrix_04.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_05.cc b/tests/trilinos/sparse_matrix_05.cc index 1d2704a44e..1b375916ad 100644 --- a/tests/trilinos/sparse_matrix_05.cc +++ b/tests/trilinos/sparse_matrix_05.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_07.cc b/tests/trilinos/sparse_matrix_07.cc index 44d0b8dfac..02aebeac8d 100644 --- a/tests/trilinos/sparse_matrix_07.cc +++ b/tests/trilinos/sparse_matrix_07.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_07_rectangle.cc b/tests/trilinos/sparse_matrix_07_rectangle.cc index 22ff0eae64..0cd7bbf4db 100644 --- a/tests/trilinos/sparse_matrix_07_rectangle.cc +++ b/tests/trilinos/sparse_matrix_07_rectangle.cc @@ -31,7 +31,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (4,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_add_01.cc b/tests/trilinos/sparse_matrix_add_01.cc index b3992432e9..78bd7afae7 100644 --- a/tests/trilinos/sparse_matrix_add_01.cc +++ b/tests/trilinos/sparse_matrix_add_01.cc @@ -89,7 +89,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_add_02.cc b/tests/trilinos/sparse_matrix_add_02.cc index 1100279982..a54f4d4587 100644 --- a/tests/trilinos/sparse_matrix_add_02.cc +++ b/tests/trilinos/sparse_matrix_add_02.cc @@ -89,7 +89,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_copy_from_01.cc b/tests/trilinos/sparse_matrix_copy_from_01.cc index d1d9b0c51a..793ce43a91 100644 --- a/tests/trilinos/sparse_matrix_copy_from_01.cc +++ b/tests/trilinos/sparse_matrix_copy_from_01.cc @@ -30,7 +30,6 @@ int main (int argc,char **argv) Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); initlog(); - deallog.threshold_double(1.e-10); SparsityPattern sparsity (5,5,5); sparsity.add (1,2); diff --git a/tests/trilinos/sparse_matrix_iterator_01.cc b/tests/trilinos/sparse_matrix_iterator_01.cc index ab89b9864e..900cd4baca 100644 --- a/tests/trilinos/sparse_matrix_iterator_01.cc +++ b/tests/trilinos/sparse_matrix_iterator_01.cc @@ -45,7 +45,6 @@ void test () int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_set_01.cc b/tests/trilinos/sparse_matrix_set_01.cc index 4a9e1dd284..062af5ae99 100644 --- a/tests/trilinos/sparse_matrix_set_01.cc +++ b/tests/trilinos/sparse_matrix_set_01.cc @@ -85,7 +85,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_set_02.cc b/tests/trilinos/sparse_matrix_set_02.cc index 8a6ef1d533..2f46197939 100644 --- a/tests/trilinos/sparse_matrix_set_02.cc +++ b/tests/trilinos/sparse_matrix_set_02.cc @@ -86,7 +86,6 @@ void test (TrilinosWrappers::SparseMatrix &m) int main (int argc,char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_set_03.cc b/tests/trilinos/sparse_matrix_set_03.cc index 82a3d45f7a..1a7381a65f 100644 --- a/tests/trilinos/sparse_matrix_set_03.cc +++ b/tests/trilinos/sparse_matrix_set_03.cc @@ -141,7 +141,6 @@ int main (int argc,char **argv) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); test(); } diff --git a/tests/trilinos/sparse_matrix_vector_01.cc b/tests/trilinos/sparse_matrix_vector_01.cc index dd8510fe14..e540bea017 100644 --- a/tests/trilinos/sparse_matrix_vector_01.cc +++ b/tests/trilinos/sparse_matrix_vector_01.cc @@ -62,7 +62,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_02.cc b/tests/trilinos/sparse_matrix_vector_02.cc index e46f6053d9..82fb9b06d3 100644 --- a/tests/trilinos/sparse_matrix_vector_02.cc +++ b/tests/trilinos/sparse_matrix_vector_02.cc @@ -62,7 +62,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_03.cc b/tests/trilinos/sparse_matrix_vector_03.cc index b30cf19425..94be47ae76 100644 --- a/tests/trilinos/sparse_matrix_vector_03.cc +++ b/tests/trilinos/sparse_matrix_vector_03.cc @@ -65,7 +65,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_04.cc b/tests/trilinos/sparse_matrix_vector_04.cc index db7076fbd1..c71f28dfde 100644 --- a/tests/trilinos/sparse_matrix_vector_04.cc +++ b/tests/trilinos/sparse_matrix_vector_04.cc @@ -64,7 +64,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_05.cc b/tests/trilinos/sparse_matrix_vector_05.cc index 7919143569..f6bc82001a 100644 --- a/tests/trilinos/sparse_matrix_vector_05.cc +++ b/tests/trilinos/sparse_matrix_vector_05.cc @@ -68,7 +68,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_06.cc b/tests/trilinos/sparse_matrix_vector_06.cc index 4d23dc204b..96c0d5338a 100644 --- a/tests/trilinos/sparse_matrix_vector_06.cc +++ b/tests/trilinos/sparse_matrix_vector_06.cc @@ -60,7 +60,6 @@ void test (TrilinosWrappers::MPI::Vector &v) int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_07.cc b/tests/trilinos/sparse_matrix_vector_07.cc index d3448d55b1..8128f67afc 100644 --- a/tests/trilinos/sparse_matrix_vector_07.cc +++ b/tests/trilinos/sparse_matrix_vector_07.cc @@ -70,7 +70,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_08.cc b/tests/trilinos/sparse_matrix_vector_08.cc index 7a79812f97..71d744f02d 100644 --- a/tests/trilinos/sparse_matrix_vector_08.cc +++ b/tests/trilinos/sparse_matrix_vector_08.cc @@ -68,7 +68,6 @@ void test (Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_09.cc b/tests/trilinos/sparse_matrix_vector_09.cc index 2763a10ab2..e149a594ea 100644 --- a/tests/trilinos/sparse_matrix_vector_09.cc +++ b/tests/trilinos/sparse_matrix_vector_09.cc @@ -68,7 +68,6 @@ void test (Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_10.cc b/tests/trilinos/sparse_matrix_vector_10.cc index 27852a52b7..8e6393eb59 100644 --- a/tests/trilinos/sparse_matrix_vector_10.cc +++ b/tests/trilinos/sparse_matrix_vector_10.cc @@ -69,7 +69,6 @@ void test (LinearAlgebra::distributed::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparse_matrix_vector_11.cc b/tests/trilinos/sparse_matrix_vector_11.cc index 60034aac18..4dad050a17 100644 --- a/tests/trilinos/sparse_matrix_vector_11.cc +++ b/tests/trilinos/sparse_matrix_vector_11.cc @@ -68,7 +68,6 @@ void test (LinearAlgebra::distributed::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/sparsity_pattern_01.cc b/tests/trilinos/sparsity_pattern_01.cc index 9ccf18d6a5..0506c35a8e 100644 --- a/tests/trilinos/sparsity_pattern_01.cc +++ b/tests/trilinos/sparsity_pattern_01.cc @@ -27,7 +27,6 @@ int main (int argc, char **argv) logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); row_length (); } diff --git a/tests/trilinos/sparsity_pattern_02.cc b/tests/trilinos/sparsity_pattern_02.cc index 8e4a7d42ac..5f2473682e 100644 --- a/tests/trilinos/sparsity_pattern_02.cc +++ b/tests/trilinos/sparsity_pattern_02.cc @@ -27,7 +27,6 @@ int main (int argc, char **argv) logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print_gnuplot (); } diff --git a/tests/trilinos/sparsity_pattern_03.cc b/tests/trilinos/sparsity_pattern_03.cc index 58c2d1bfba..59da2b457c 100644 --- a/tests/trilinos/sparsity_pattern_03.cc +++ b/tests/trilinos/sparsity_pattern_03.cc @@ -28,7 +28,6 @@ int main (int argc, char **argv) logfile.setf(std::ios::fixed); deallog << std::setprecision(3); deallog.attach(logfile); - deallog.threshold_double(1.e-10); print (); } diff --git a/tests/trilinos/trilinos_64_bit_crash_01.cc b/tests/trilinos/trilinos_64_bit_crash_01.cc index 8e14c9209c..1efaa64905 100644 --- a/tests/trilinos/trilinos_64_bit_crash_01.cc +++ b/tests/trilinos/trilinos_64_bit_crash_01.cc @@ -49,7 +49,6 @@ int main(int argc, char **argv) { initlog(); deallog << std::setprecision(4); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_01.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_01.cc index aac756102e..c53c78691f 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_01.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_01.cc @@ -48,7 +48,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_02.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_02.cc index 32c02b3976..5e41220e68 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_02.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_02.cc @@ -59,7 +59,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_03.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_03.cc index 4b00cf7760..a10e75de7c 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_03.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_03.cc @@ -59,7 +59,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_04.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_04.cc index 127037f4fc..eed41f1c7b 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_04.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_04.cc @@ -58,7 +58,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_05.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_05.cc index 3eb2f8cd2a..8ffd30d34e 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_05.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_05.cc @@ -65,7 +65,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_06.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_06.cc index c0851b6ffe..f68557d2a7 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_06.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_06.cc @@ -65,7 +65,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_07.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_07.cc index db559405a8..199115151b 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_07.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_07.cc @@ -65,7 +65,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_08.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_08.cc index 27c2254cc3..7f696dccaa 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_08.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_08.cc @@ -65,7 +65,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_09.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_09.cc index 97812a274d..f23a6d5b3f 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_09.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_09.cc @@ -49,7 +49,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_10.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_10.cc index ea7d516d33..f1888d9864 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_10.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_10.cc @@ -51,7 +51,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_11.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_11.cc index 5762b8a941..2a4eb011e4 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_11.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_11.cc @@ -59,7 +59,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparse_matrix_iterator_12.cc b/tests/trilinos/trilinos_sparse_matrix_iterator_12.cc index 45e367c24b..2541928bcf 100644 --- a/tests/trilinos/trilinos_sparse_matrix_iterator_12.cc +++ b/tests/trilinos/trilinos_sparse_matrix_iterator_12.cc @@ -59,7 +59,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparsity_pattern_01.cc b/tests/trilinos/trilinos_sparsity_pattern_01.cc index 5d4348f71f..99ca2ffc1c 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_01.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_01.cc @@ -70,7 +70,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparsity_pattern_02.cc b/tests/trilinos/trilinos_sparsity_pattern_02.cc index 9144ef4ca5..59c6263e96 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_02.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_02.cc @@ -159,7 +159,6 @@ int main (int argc, char *argv[]) { std::ofstream logfile("output"); deallog.attach(logfile, false); - deallog.threshold_double(1.e-10); { StokesProblem<3> flow_problem(1); flow_problem.run (); diff --git a/tests/trilinos/trilinos_sparsity_pattern_03.cc b/tests/trilinos/trilinos_sparsity_pattern_03.cc index 3335687e53..d0b295d123 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_03.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_03.cc @@ -75,7 +75,6 @@ int main (int argc, char **argv) { std::ofstream logfile("output"); deallog.attach(logfile); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); @@ -83,7 +82,6 @@ int main (int argc, char **argv) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); test(); } diff --git a/tests/trilinos/trilinos_sparsity_pattern_04.cc b/tests/trilinos/trilinos_sparsity_pattern_04.cc index 858ec50e6f..e101c64042 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_04.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_04.cc @@ -200,7 +200,6 @@ int main (int argc, char **argv) { std::ofstream logfile ("output"); deallog.attach (logfile); - deallog.threshold_double (1.e-10); test(); } diff --git a/tests/trilinos/trilinos_sparsity_pattern_iterators_01.cc b/tests/trilinos/trilinos_sparsity_pattern_iterators_01.cc index d3094e263b..5be1d03a18 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_iterators_01.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_iterators_01.cc @@ -56,7 +56,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/trilinos_sparsity_pattern_iterators_02.cc b/tests/trilinos/trilinos_sparsity_pattern_iterators_02.cc index 0fbc3623e1..b6a573d51b 100644 --- a/tests/trilinos/trilinos_sparsity_pattern_iterators_02.cc +++ b/tests/trilinos/trilinos_sparsity_pattern_iterators_02.cc @@ -80,7 +80,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_assign_01.cc b/tests/trilinos/vector_assign_01.cc index 9f291f0735..9e12c9ee6e 100644 --- a/tests/trilinos/vector_assign_01.cc +++ b/tests/trilinos/vector_assign_01.cc @@ -52,7 +52,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_assign_02.cc b/tests/trilinos/vector_assign_02.cc index 99a1570dc8..66efb92176 100644 --- a/tests/trilinos/vector_assign_02.cc +++ b/tests/trilinos/vector_assign_02.cc @@ -51,7 +51,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_equality_1.cc b/tests/trilinos/vector_equality_1.cc index 7cc5820616..8c8775af29 100644 --- a/tests/trilinos/vector_equality_1.cc +++ b/tests/trilinos/vector_equality_1.cc @@ -47,7 +47,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_equality_2.cc b/tests/trilinos/vector_equality_2.cc index 6e0d6126ac..c18eabe3cd 100644 --- a/tests/trilinos/vector_equality_2.cc +++ b/tests/trilinos/vector_equality_2.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_equality_3.cc b/tests/trilinos/vector_equality_3.cc index 2b4d5dc99e..ea3e4c2c53 100644 --- a/tests/trilinos/vector_equality_3.cc +++ b/tests/trilinos/vector_equality_3.cc @@ -47,7 +47,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_equality_4.cc b/tests/trilinos/vector_equality_4.cc index bfc9c2040c..d6f789bcac 100644 --- a/tests/trilinos/vector_equality_4.cc +++ b/tests/trilinos/vector_equality_4.cc @@ -49,7 +49,6 @@ void test (TrilinosWrappers::MPI::Vector &v, int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/trilinos/vector_reinit.cc b/tests/trilinos/vector_reinit.cc index 8bc003ce75..821d9cc631 100644 --- a/tests/trilinos/vector_reinit.cc +++ b/tests/trilinos/vector_reinit.cc @@ -66,7 +66,6 @@ int main (int argc, char *argv[]) { initlog(); deallog.depth_console(0); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); { diff --git a/tests/trilinos/vector_swap_01.cc b/tests/trilinos/vector_swap_01.cc index c29f9a07c1..67a9c43b92 100644 --- a/tests/trilinos/vector_swap_01.cc +++ b/tests/trilinos/vector_swap_01.cc @@ -69,7 +69,6 @@ void test () int main (int argc, char **argv) { initlog(); - deallog.threshold_double(1.e-10); Utilities::MPI::MPI_InitFinalize mpi_initialization (argc, argv, testing_max_num_threads()); diff --git a/tests/umfpack/umfpack_01.cc b/tests/umfpack/umfpack_01.cc index 1a05954939..5ea49a4285 100644 --- a/tests/umfpack/umfpack_01.cc +++ b/tests/umfpack/umfpack_01.cc @@ -110,7 +110,6 @@ void test (bool transpose = false) int main () { initlog(); - deallog.threshold_double(1.e-9); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_02.cc b/tests/umfpack/umfpack_02.cc index f605cf892d..d0a5526e85 100644 --- a/tests/umfpack/umfpack_02.cc +++ b/tests/umfpack/umfpack_02.cc @@ -115,7 +115,6 @@ void test (bool transpose = false) int main () { initlog(); - deallog.threshold_double(1.e-9); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_03.cc b/tests/umfpack/umfpack_03.cc index 83160d9e68..8dac5c8c0a 100644 --- a/tests/umfpack/umfpack_03.cc +++ b/tests/umfpack/umfpack_03.cc @@ -127,7 +127,6 @@ void test (bool transpose = false) int main () { initlog(); - deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_04.cc b/tests/umfpack/umfpack_04.cc index b558938926..482b04d482 100644 --- a/tests/umfpack/umfpack_04.cc +++ b/tests/umfpack/umfpack_04.cc @@ -257,7 +257,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_05.cc b/tests/umfpack/umfpack_05.cc index 8d56521877..656982e5f6 100644 --- a/tests/umfpack/umfpack_05.cc +++ b/tests/umfpack/umfpack_05.cc @@ -67,7 +67,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/umfpack/umfpack_06.cc b/tests/umfpack/umfpack_06.cc index 2c7ed7d01e..3978391f79 100644 --- a/tests/umfpack/umfpack_06.cc +++ b/tests/umfpack/umfpack_06.cc @@ -71,7 +71,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-10); test (); } diff --git a/tests/umfpack/umfpack_07.cc b/tests/umfpack/umfpack_07.cc index a18794d31a..b02886f710 100644 --- a/tests/umfpack/umfpack_07.cc +++ b/tests/umfpack/umfpack_07.cc @@ -123,7 +123,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-9); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_08.cc b/tests/umfpack/umfpack_08.cc index 1bfca81692..39ac1ea101 100644 --- a/tests/umfpack/umfpack_08.cc +++ b/tests/umfpack/umfpack_08.cc @@ -160,7 +160,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_09.cc b/tests/umfpack/umfpack_09.cc index 0bcfda9a72..681a6c8b0f 100644 --- a/tests/umfpack/umfpack_09.cc +++ b/tests/umfpack/umfpack_09.cc @@ -160,7 +160,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_10.cc b/tests/umfpack/umfpack_10.cc index b5f239dfcd..1698e780db 100644 --- a/tests/umfpack/umfpack_10.cc +++ b/tests/umfpack/umfpack_10.cc @@ -129,7 +129,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/umfpack/umfpack_11.cc b/tests/umfpack/umfpack_11.cc index d0426e7a4c..f48f8b2f8a 100644 --- a/tests/umfpack/umfpack_11.cc +++ b/tests/umfpack/umfpack_11.cc @@ -158,7 +158,6 @@ void test () int main () { initlog(); - deallog.threshold_double(1.e-8); test<1> (); test<2> (); diff --git a/tests/vector/complex_vector_11.cc b/tests/vector/complex_vector_11.cc index 66b452e961..457f9e9b8e 100644 --- a/tests/vector/complex_vector_11.cc +++ b/tests/vector/complex_vector_11.cc @@ -39,7 +39,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_12.cc b/tests/vector/complex_vector_12.cc index 31b1e13f5b..1c3cfbccf5 100644 --- a/tests/vector/complex_vector_12.cc +++ b/tests/vector/complex_vector_12.cc @@ -52,7 +52,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_13.cc b/tests/vector/complex_vector_13.cc index e585fd616d..2844334be9 100644 --- a/tests/vector/complex_vector_13.cc +++ b/tests/vector/complex_vector_13.cc @@ -52,7 +52,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_14.cc b/tests/vector/complex_vector_14.cc index a15bcc6ba9..94455955ab 100644 --- a/tests/vector/complex_vector_14.cc +++ b/tests/vector/complex_vector_14.cc @@ -58,7 +58,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_15.cc b/tests/vector/complex_vector_15.cc index 5f66cc8928..894d3fbb37 100644 --- a/tests/vector/complex_vector_15.cc +++ b/tests/vector/complex_vector_15.cc @@ -55,7 +55,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_16.cc b/tests/vector/complex_vector_16.cc index 3cdcc6eafa..a4fb65b697 100644 --- a/tests/vector/complex_vector_16.cc +++ b/tests/vector/complex_vector_16.cc @@ -57,7 +57,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_17.cc b/tests/vector/complex_vector_17.cc index 8b6f7ce239..4762090d1c 100644 --- a/tests/vector/complex_vector_17.cc +++ b/tests/vector/complex_vector_17.cc @@ -44,7 +44,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_18.cc b/tests/vector/complex_vector_18.cc index cb42bb9b14..37b4eb1920 100644 --- a/tests/vector/complex_vector_18.cc +++ b/tests/vector/complex_vector_18.cc @@ -45,7 +45,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_19.cc b/tests/vector/complex_vector_19.cc index 56697fc60b..2ff284c2bb 100644 --- a/tests/vector/complex_vector_19.cc +++ b/tests/vector/complex_vector_19.cc @@ -45,7 +45,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_20.cc b/tests/vector/complex_vector_20.cc index 5b08e88267..3373d16c97 100644 --- a/tests/vector/complex_vector_20.cc +++ b/tests/vector/complex_vector_20.cc @@ -53,7 +53,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_21.cc b/tests/vector/complex_vector_21.cc index b1ef5c14b6..da62f0491e 100644 --- a/tests/vector/complex_vector_21.cc +++ b/tests/vector/complex_vector_21.cc @@ -53,7 +53,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_21_negative.cc b/tests/vector/complex_vector_21_negative.cc index 85a536f105..a04cb59358 100644 --- a/tests/vector/complex_vector_21_negative.cc +++ b/tests/vector/complex_vector_21_negative.cc @@ -55,7 +55,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_22.cc b/tests/vector/complex_vector_22.cc index 1dec9eabb6..a7b9c73361 100644 --- a/tests/vector/complex_vector_22.cc +++ b/tests/vector/complex_vector_22.cc @@ -47,7 +47,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_23.cc b/tests/vector/complex_vector_23.cc index 63205570af..69d4a5c2d2 100644 --- a/tests/vector/complex_vector_23.cc +++ b/tests/vector/complex_vector_23.cc @@ -61,7 +61,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_24.cc b/tests/vector/complex_vector_24.cc index 1ee4a4f3e0..a7731bb3ac 100644 --- a/tests/vector/complex_vector_24.cc +++ b/tests/vector/complex_vector_24.cc @@ -47,7 +47,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_25.cc b/tests/vector/complex_vector_25.cc index f5f1922860..927994819c 100644 --- a/tests/vector/complex_vector_25.cc +++ b/tests/vector/complex_vector_25.cc @@ -43,7 +43,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_26.cc b/tests/vector/complex_vector_26.cc index 61ac3bacb7..97c2f01b17 100644 --- a/tests/vector/complex_vector_26.cc +++ b/tests/vector/complex_vector_26.cc @@ -42,7 +42,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_27.cc b/tests/vector/complex_vector_27.cc index ba2a709302..cb0c7a44b5 100644 --- a/tests/vector/complex_vector_27.cc +++ b/tests/vector/complex_vector_27.cc @@ -49,7 +49,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_28.cc b/tests/vector/complex_vector_28.cc index c46b38b17e..5f09842768 100644 --- a/tests/vector/complex_vector_28.cc +++ b/tests/vector/complex_vector_28.cc @@ -51,7 +51,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_29.cc b/tests/vector/complex_vector_29.cc index 26395a481b..fabc0b69d6 100644 --- a/tests/vector/complex_vector_29.cc +++ b/tests/vector/complex_vector_29.cc @@ -36,7 +36,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_30.cc b/tests/vector/complex_vector_30.cc index 03affe39e1..d959f5a2a8 100644 --- a/tests/vector/complex_vector_30.cc +++ b/tests/vector/complex_vector_30.cc @@ -44,7 +44,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_31.cc b/tests/vector/complex_vector_31.cc index 77a1dc5d37..865ad3373a 100644 --- a/tests/vector/complex_vector_31.cc +++ b/tests/vector/complex_vector_31.cc @@ -46,7 +46,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_32.cc b/tests/vector/complex_vector_32.cc index 453f788115..90c770d184 100644 --- a/tests/vector/complex_vector_32.cc +++ b/tests/vector/complex_vector_32.cc @@ -46,7 +46,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_33.cc b/tests/vector/complex_vector_33.cc index 4f502c5a69..93e2a00efb 100644 --- a/tests/vector/complex_vector_33.cc +++ b/tests/vector/complex_vector_33.cc @@ -47,7 +47,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_34.cc b/tests/vector/complex_vector_34.cc index 85c8bef97b..b66340f7ba 100644 --- a/tests/vector/complex_vector_34.cc +++ b/tests/vector/complex_vector_34.cc @@ -45,7 +45,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_35.cc b/tests/vector/complex_vector_35.cc index 528b814964..fa3f49cb91 100644 --- a/tests/vector/complex_vector_35.cc +++ b/tests/vector/complex_vector_35.cc @@ -65,7 +65,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_36.cc b/tests/vector/complex_vector_36.cc index 01373fd8aa..722c7ab888 100644 --- a/tests/vector/complex_vector_36.cc +++ b/tests/vector/complex_vector_36.cc @@ -65,7 +65,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_37.cc b/tests/vector/complex_vector_37.cc index 0ad344c5c5..64b5c21fc9 100644 --- a/tests/vector/complex_vector_37.cc +++ b/tests/vector/complex_vector_37.cc @@ -44,7 +44,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_39.cc b/tests/vector/complex_vector_39.cc index 57e7212795..797c675e63 100644 --- a/tests/vector/complex_vector_39.cc +++ b/tests/vector/complex_vector_39.cc @@ -53,7 +53,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_40.cc b/tests/vector/complex_vector_40.cc index a326cedbbd..ff6f786420 100644 --- a/tests/vector/complex_vector_40.cc +++ b/tests/vector/complex_vector_40.cc @@ -56,7 +56,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_41.cc b/tests/vector/complex_vector_41.cc index 20c8bb782d..3dfcf20deb 100644 --- a/tests/vector/complex_vector_41.cc +++ b/tests/vector/complex_vector_41.cc @@ -53,7 +53,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_42.cc b/tests/vector/complex_vector_42.cc index ba7cfafcb1..4cfe809b9d 100644 --- a/tests/vector/complex_vector_42.cc +++ b/tests/vector/complex_vector_42.cc @@ -53,7 +53,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_45.cc b/tests/vector/complex_vector_45.cc index 70a5f71340..437e4c3d27 100644 --- a/tests/vector/complex_vector_45.cc +++ b/tests/vector/complex_vector_45.cc @@ -51,7 +51,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_46.cc b/tests/vector/complex_vector_46.cc index 804a05c1a9..245f231952 100644 --- a/tests/vector/complex_vector_46.cc +++ b/tests/vector/complex_vector_46.cc @@ -53,7 +53,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_48.cc b/tests/vector/complex_vector_48.cc index 8990ce0a41..7e199584e2 100644 --- a/tests/vector/complex_vector_48.cc +++ b/tests/vector/complex_vector_48.cc @@ -60,7 +60,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_49.cc b/tests/vector/complex_vector_49.cc index 14c72058b8..fcb47bedd0 100644 --- a/tests/vector/complex_vector_49.cc +++ b/tests/vector/complex_vector_49.cc @@ -49,7 +49,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_1.cc b/tests/vector/complex_vector_equality_1.cc index 09cd0fdebb..d066f3eb20 100644 --- a/tests/vector/complex_vector_equality_1.cc +++ b/tests/vector/complex_vector_equality_1.cc @@ -45,7 +45,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_2.cc b/tests/vector/complex_vector_equality_2.cc index 42ce01078b..d54faffbaa 100644 --- a/tests/vector/complex_vector_equality_2.cc +++ b/tests/vector/complex_vector_equality_2.cc @@ -47,7 +47,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_3.cc b/tests/vector/complex_vector_equality_3.cc index 98944b5d6b..4336f43252 100644 --- a/tests/vector/complex_vector_equality_3.cc +++ b/tests/vector/complex_vector_equality_3.cc @@ -45,7 +45,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_4.cc b/tests/vector/complex_vector_equality_4.cc index 736887d1df..faa0c7cc3e 100644 --- a/tests/vector/complex_vector_equality_4.cc +++ b/tests/vector/complex_vector_equality_4.cc @@ -47,7 +47,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_5.cc b/tests/vector/complex_vector_equality_5.cc index 018e79049c..9f71145355 100644 --- a/tests/vector/complex_vector_equality_5.cc +++ b/tests/vector/complex_vector_equality_5.cc @@ -46,7 +46,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_6.cc b/tests/vector/complex_vector_equality_6.cc index c008263804..aeb836c92a 100644 --- a/tests/vector/complex_vector_equality_6.cc +++ b/tests/vector/complex_vector_equality_6.cc @@ -48,7 +48,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_7.cc b/tests/vector/complex_vector_equality_7.cc index 316807ab6f..b87eabf5a6 100644 --- a/tests/vector/complex_vector_equality_7.cc +++ b/tests/vector/complex_vector_equality_7.cc @@ -46,7 +46,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_equality_8.cc b/tests/vector/complex_vector_equality_8.cc index e3b578ef67..9e94aa0d83 100644 --- a/tests/vector/complex_vector_equality_8.cc +++ b/tests/vector/complex_vector_equality_8.cc @@ -48,7 +48,6 @@ void test (Vector > &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/complex_vector_vector_01.cc b/tests/vector/complex_vector_vector_01.cc index 6c0f0f9d12..9c49d24ec0 100644 --- a/tests/vector/complex_vector_vector_01.cc +++ b/tests/vector/complex_vector_vector_01.cc @@ -40,7 +40,6 @@ void test (Vector > &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_11.cc b/tests/vector/vector_11.cc index 91da015564..a511a8b904 100644 --- a/tests/vector/vector_11.cc +++ b/tests/vector/vector_11.cc @@ -39,7 +39,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_12.cc b/tests/vector/vector_12.cc index 288c1d6d25..a96a717356 100644 --- a/tests/vector/vector_12.cc +++ b/tests/vector/vector_12.cc @@ -52,7 +52,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_13.cc b/tests/vector/vector_13.cc index 4be1ae65ae..89e917c35c 100644 --- a/tests/vector/vector_13.cc +++ b/tests/vector/vector_13.cc @@ -52,7 +52,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_14.cc b/tests/vector/vector_14.cc index 84e6487222..14ea5d464d 100644 --- a/tests/vector/vector_14.cc +++ b/tests/vector/vector_14.cc @@ -58,7 +58,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_15.cc b/tests/vector/vector_15.cc index f3b404af5b..a4c3ceea14 100644 --- a/tests/vector/vector_15.cc +++ b/tests/vector/vector_15.cc @@ -55,7 +55,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_16.cc b/tests/vector/vector_16.cc index 6ae3cd042a..171a19ffca 100644 --- a/tests/vector/vector_16.cc +++ b/tests/vector/vector_16.cc @@ -57,7 +57,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_17.cc b/tests/vector/vector_17.cc index d51e862e89..099238de4a 100644 --- a/tests/vector/vector_17.cc +++ b/tests/vector/vector_17.cc @@ -44,7 +44,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_18.cc b/tests/vector/vector_18.cc index b3d0b3362f..1771451c90 100644 --- a/tests/vector/vector_18.cc +++ b/tests/vector/vector_18.cc @@ -44,7 +44,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_19.cc b/tests/vector/vector_19.cc index 0daf1d5693..5677cc5c6b 100644 --- a/tests/vector/vector_19.cc +++ b/tests/vector/vector_19.cc @@ -44,7 +44,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_20.cc b/tests/vector/vector_20.cc index 152f0fada8..26ea47ac29 100644 --- a/tests/vector/vector_20.cc +++ b/tests/vector/vector_20.cc @@ -53,7 +53,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_21.cc b/tests/vector/vector_21.cc index ddf9d51083..65f27f8e16 100644 --- a/tests/vector/vector_21.cc +++ b/tests/vector/vector_21.cc @@ -53,7 +53,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_21_negative.cc b/tests/vector/vector_21_negative.cc index 8e87a595db..52c6b1998c 100644 --- a/tests/vector/vector_21_negative.cc +++ b/tests/vector/vector_21_negative.cc @@ -55,7 +55,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_22.cc b/tests/vector/vector_22.cc index 492457b2bc..b980f488ab 100644 --- a/tests/vector/vector_22.cc +++ b/tests/vector/vector_22.cc @@ -47,7 +47,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_23.cc b/tests/vector/vector_23.cc index c16c9d966e..672840a35b 100644 --- a/tests/vector/vector_23.cc +++ b/tests/vector/vector_23.cc @@ -54,7 +54,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_24.cc b/tests/vector/vector_24.cc index 9258a27727..7391863eb5 100644 --- a/tests/vector/vector_24.cc +++ b/tests/vector/vector_24.cc @@ -47,7 +47,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_26.cc b/tests/vector/vector_26.cc index a7804ab455..3fd6fa97a7 100644 --- a/tests/vector/vector_26.cc +++ b/tests/vector/vector_26.cc @@ -42,7 +42,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_27.cc b/tests/vector/vector_27.cc index f6c6267ecb..a005164151 100644 --- a/tests/vector/vector_27.cc +++ b/tests/vector/vector_27.cc @@ -48,7 +48,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_28.cc b/tests/vector/vector_28.cc index 7b2f65a73c..952e962f99 100644 --- a/tests/vector/vector_28.cc +++ b/tests/vector/vector_28.cc @@ -50,7 +50,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_29.cc b/tests/vector/vector_29.cc index 274f281997..7e99a3ea52 100644 --- a/tests/vector/vector_29.cc +++ b/tests/vector/vector_29.cc @@ -36,7 +36,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_30.cc b/tests/vector/vector_30.cc index 981bb1cb07..19b4255c69 100644 --- a/tests/vector/vector_30.cc +++ b/tests/vector/vector_30.cc @@ -44,7 +44,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_31.cc b/tests/vector/vector_31.cc index 2c88eb7b46..efae38ad9a 100644 --- a/tests/vector/vector_31.cc +++ b/tests/vector/vector_31.cc @@ -45,7 +45,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_32.cc b/tests/vector/vector_32.cc index 932f09bdd0..614a4c921d 100644 --- a/tests/vector/vector_32.cc +++ b/tests/vector/vector_32.cc @@ -45,7 +45,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_33.cc b/tests/vector/vector_33.cc index eb18931812..d35e83d839 100644 --- a/tests/vector/vector_33.cc +++ b/tests/vector/vector_33.cc @@ -46,7 +46,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_34.cc b/tests/vector/vector_34.cc index a25989ef79..769d1c9f21 100644 --- a/tests/vector/vector_34.cc +++ b/tests/vector/vector_34.cc @@ -47,7 +47,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_35.cc b/tests/vector/vector_35.cc index eaf798f57d..2f29b3a0b0 100644 --- a/tests/vector/vector_35.cc +++ b/tests/vector/vector_35.cc @@ -63,7 +63,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_36.cc b/tests/vector/vector_36.cc index b4032ef655..05b20ea33f 100644 --- a/tests/vector/vector_36.cc +++ b/tests/vector/vector_36.cc @@ -63,7 +63,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_37.cc b/tests/vector/vector_37.cc index 4945b6454f..db6d234715 100644 --- a/tests/vector/vector_37.cc +++ b/tests/vector/vector_37.cc @@ -43,7 +43,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_39.cc b/tests/vector/vector_39.cc index fa1d742dff..528eec5a81 100644 --- a/tests/vector/vector_39.cc +++ b/tests/vector/vector_39.cc @@ -51,7 +51,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_40.cc b/tests/vector/vector_40.cc index d1b20bc4c6..9d041b2095 100644 --- a/tests/vector/vector_40.cc +++ b/tests/vector/vector_40.cc @@ -55,7 +55,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_41.cc b/tests/vector/vector_41.cc index 6eef124626..6ba60901e8 100644 --- a/tests/vector/vector_41.cc +++ b/tests/vector/vector_41.cc @@ -51,7 +51,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_42.cc b/tests/vector/vector_42.cc index fc7e29dc5d..5fd89e6fe9 100644 --- a/tests/vector/vector_42.cc +++ b/tests/vector/vector_42.cc @@ -51,7 +51,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_45.cc b/tests/vector/vector_45.cc index 3d19228c4c..1fb76e27f7 100644 --- a/tests/vector/vector_45.cc +++ b/tests/vector/vector_45.cc @@ -51,7 +51,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_46.cc b/tests/vector/vector_46.cc index 2297bc7be5..1af2194367 100644 --- a/tests/vector/vector_46.cc +++ b/tests/vector/vector_46.cc @@ -51,7 +51,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_48.cc b/tests/vector/vector_48.cc index 4c2aa131f2..c718f5065e 100644 --- a/tests/vector/vector_48.cc +++ b/tests/vector/vector_48.cc @@ -56,7 +56,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_49.cc b/tests/vector/vector_49.cc index e49613eebc..69b76b479a 100644 --- a/tests/vector/vector_49.cc +++ b/tests/vector/vector_49.cc @@ -48,7 +48,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_57.cc b/tests/vector/vector_57.cc index 04dc905678..b2cf0e648e 100644 --- a/tests/vector/vector_57.cc +++ b/tests/vector/vector_57.cc @@ -52,7 +52,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_1.cc b/tests/vector/vector_equality_1.cc index 1a0dd118bc..839d3944fb 100644 --- a/tests/vector/vector_equality_1.cc +++ b/tests/vector/vector_equality_1.cc @@ -45,7 +45,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_2.cc b/tests/vector/vector_equality_2.cc index 05da16d876..a81ccf61ec 100644 --- a/tests/vector/vector_equality_2.cc +++ b/tests/vector/vector_equality_2.cc @@ -47,7 +47,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_3.cc b/tests/vector/vector_equality_3.cc index eabcf807b4..dbb89b2334 100644 --- a/tests/vector/vector_equality_3.cc +++ b/tests/vector/vector_equality_3.cc @@ -45,7 +45,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_4.cc b/tests/vector/vector_equality_4.cc index 04709eb539..28b7cf7a5d 100644 --- a/tests/vector/vector_equality_4.cc +++ b/tests/vector/vector_equality_4.cc @@ -47,7 +47,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_5.cc b/tests/vector/vector_equality_5.cc index 1b493e0983..ce1d15d0bc 100644 --- a/tests/vector/vector_equality_5.cc +++ b/tests/vector/vector_equality_5.cc @@ -46,7 +46,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_6.cc b/tests/vector/vector_equality_6.cc index f1397cd906..4b59099b65 100644 --- a/tests/vector/vector_equality_6.cc +++ b/tests/vector/vector_equality_6.cc @@ -48,7 +48,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_7.cc b/tests/vector/vector_equality_7.cc index 40fe3cc043..229b3b1c60 100644 --- a/tests/vector/vector_equality_7.cc +++ b/tests/vector/vector_equality_7.cc @@ -46,7 +46,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_equality_8.cc b/tests/vector/vector_equality_8.cc index f75a480be5..e9e339aad3 100644 --- a/tests/vector/vector_equality_8.cc +++ b/tests/vector/vector_equality_8.cc @@ -48,7 +48,6 @@ void test (Vector &v, int main () { initlog(); - deallog.threshold_double(1.e-10); try { diff --git a/tests/vector/vector_vector_01.cc b/tests/vector/vector_vector_01.cc index 9c73c83284..1d2bf1f883 100644 --- a/tests/vector/vector_vector_01.cc +++ b/tests/vector/vector_vector_01.cc @@ -40,7 +40,6 @@ void test (Vector &v) int main () { initlog(); - deallog.threshold_double(1.e-10); try {