From f953894fe86bce66d794a9358e114e8c637fef02 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Sat, 28 Jun 2014 09:12:55 +0000 Subject: [PATCH] Fixed hp/solution_transfer_05 output to be valid with or without zlib git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33095 0785d39b-7218-0410-832d-ea1e28bc413d --- .../solution_transfer_05.with_zlib=off.output | 54 +++++++++++++++++++ ... solution_transfer_05.with_zlib=on.output} | 0 .../step-37.with_lapack=true.output | 21 ++++++++ 3 files changed, 75 insertions(+) create mode 100644 tests/hp/solution_transfer_05.with_zlib=off.output rename tests/hp/{solution_transfer_05.output => solution_transfer_05.with_zlib=on.output} (100%) diff --git a/tests/hp/solution_transfer_05.with_zlib=off.output b/tests/hp/solution_transfer_05.with_zlib=off.output new file mode 100644 index 0000000000..6b0990ddcf --- /dev/null +++ b/tests/hp/solution_transfer_05.with_zlib=off.output @@ -0,0 +1,54 @@ + + + + + + + + +0.00000 0.00000 0 +0.500000 0.00000 0 +0.00000 0.500000 0 +0.500000 0.500000 0 +0.500000 0.00000 0 +1.00000 0.00000 0 +0.500000 0.500000 0 +1.00000 0.500000 0 +0.00000 0.500000 0 +0.500000 0.500000 0 +0.00000 1.00000 0 +0.500000 1.00000 0 +0.500000 0.500000 0 +1.00000 0.500000 0 +0.500000 1.00000 0 +1.00000 1.00000 0 + + + + + +0 1 3 2 +4 5 7 6 +8 9 11 10 +12 13 15 14 + + +4 8 12 16 + + +9 9 9 9 + + + + +0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 + +0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 1.00000 + + + + +DEAL::OK diff --git a/tests/hp/solution_transfer_05.output b/tests/hp/solution_transfer_05.with_zlib=on.output similarity index 100% rename from tests/hp/solution_transfer_05.output rename to tests/hp/solution_transfer_05.with_zlib=on.output diff --git a/tests/matrix_free/step-37.with_lapack=true.output b/tests/matrix_free/step-37.with_lapack=true.output index f67b52a7ea..6528cc9124 100644 --- a/tests/matrix_free/step-37.with_lapack=true.output +++ b/tests/matrix_free/step-37.with_lapack=true.output @@ -1,31 +1,52 @@ DEAL:2d::Cycle 0 DEAL:2d::Number of degrees of freedom: 81 + + + DEAL:2d:cg::Starting value 0.132 DEAL:2d:cg::Convergence step 4 value 0 DEAL:2d:: DEAL:2d::Cycle 1 DEAL:2d::Number of degrees of freedom: 289 + + + + DEAL:2d:cg::Starting value 0.0677 DEAL:2d:cg::Convergence step 5 value 0 DEAL:2d:: DEAL:2d::Cycle 2 DEAL:2d::Number of degrees of freedom: 1089 + + + + + DEAL:2d:cg::Starting value 0.0343 DEAL:2d:cg::Convergence step 5 value 0 DEAL:2d:: DEAL:3d::Cycle 0 DEAL:3d::Number of degrees of freedom: 125 + + DEAL:3d:cg::Starting value 0.125 DEAL:3d:cg::Convergence step 5 value 0 DEAL:3d:: DEAL:3d::Cycle 1 DEAL:3d::Number of degrees of freedom: 729 + + + DEAL:3d:cg::Starting value 0.0479 DEAL:3d:cg::Convergence step 4 value 0 DEAL:3d:: DEAL:3d::Cycle 2 DEAL:3d::Number of degrees of freedom: 4913 + + + + DEAL:3d:cg::Starting value 0.0176 DEAL:3d:cg::Convergence step 4 value 0 DEAL:3d:: -- 2.39.5