From 7b45a46619d7028ff264a2692c92649ec1d883a7 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 26 May 2013 16:19:35 +0000 Subject: [PATCH] fix test output git-svn-id: https://svn.dealii.org/trunk@29613 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/multigrid/cycles/cmp/generic | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/multigrid/cycles/cmp/generic b/tests/multigrid/cycles/cmp/generic index ab712a95a0..4a3ca5cc1d 100644 --- a/tests/multigrid/cycles/cmp/generic +++ b/tests/multigrid/cycles/cmp/generic @@ -4,36 +4,44 @@ DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 4 DEAL::Solution norm 0 DEAL::Residual on level 4 +DEAL::Residual norm 0 DEAL::V-cycle entering level 3 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 3 DEAL::Solution norm 0 DEAL::Residual on level 3 +DEAL::Residual norm 0 DEAL::V-cycle entering level 2 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 2 DEAL::Solution norm 0 DEAL::Residual on level 2 +DEAL::Residual norm 0 DEAL::V-cycle entering level 1 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 1 DEAL::Solution norm 0 DEAL::Residual on level 1 +DEAL::Residual norm 0 DEAL::V-cycle entering level 0 DEAL::V-cycle Defect norm 0 DEAL::Coarse level 0 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 1 DEAL::Solution norm 0 DEAL::V-cycle leaving level 1 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 2 DEAL::Solution norm 0 DEAL::V-cycle leaving level 2 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 3 DEAL::Solution norm 0 DEAL::V-cycle leaving level 3 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 4 DEAL::Solution norm 0 @@ -281,27 +289,33 @@ DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 5 DEAL::Solution norm 0 DEAL::Residual on level 5 +DEAL::Residual norm 0 DEAL::V-cycle entering level 4 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 4 DEAL::Solution norm 0 DEAL::Residual on level 4 +DEAL::Residual norm 0 DEAL::V-cycle entering level 3 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 3 DEAL::Solution norm 0 DEAL::Residual on level 3 +DEAL::Residual norm 0 DEAL::V-cycle entering level 2 DEAL::V-cycle Defect norm 0 DEAL::Coarse level 2 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 3 DEAL::Solution norm 0 DEAL::V-cycle leaving level 3 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 4 DEAL::Solution norm 0 DEAL::V-cycle leaving level 4 +DEAL::Prolongate norm 0 DEAL::V-cycle Defect norm 0 DEAL::Smoothing on level 5 DEAL::Solution norm 0 -- 2.39.5