From 538e5b0848aa883bf631e4eb0f92ec77543e42c0 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Wed, 4 Mar 2009 22:53:31 +0000 Subject: [PATCH] Add another output with gcc-4.3 git-svn-id: https://svn.dealii.org/trunk@18451 0785d39b-7218-0410-832d-ea1e28bc413d --- .../cmp/x86_64-unknown-linux-gnu+gcc4.3 | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.3 diff --git a/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.3 b/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.3 new file mode 100644 index 0000000000..d85cc69215 --- /dev/null +++ b/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.3 @@ -0,0 +1,46 @@ + +DEAL:: +DEAL:: +DEAL:: Number of active cells: 192 +DEAL:: Number of degrees of freedom: 864 +DEAL:: Number of constraints : 0 +DEAL:: Reference matrix nonzeros: 12672, actually: 8974 +DEAL:: Test matrix 1 nonzeros: 12672, actually: 8974 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:: Test matrix 2 nonzeros: 12672, actually: 8974 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:cg::Starting value 20. +DEAL:cg::Convergence step 25 value 2.5e-07 +DEAL::Distribute error: 0 +DEAL:: +DEAL:: +DEAL:: Number of active cells: 309 +DEAL:: Number of degrees of freedom: 1575 +DEAL:: Number of constraints : 187 +DEAL:: Reference matrix nonzeros: 25901, actually: 17333 +DEAL:: Test matrix 1 nonzeros: 25901, actually: 17333 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:: Test matrix 2 nonzeros: 25901, actually: 17333 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:cg::Starting value 22. +DEAL:cg::Convergence step 42 value 3.2e-07 +DEAL::Distribute error: 0 +DEAL:: +DEAL:: +DEAL:: Number of active cells: 450 +DEAL:: Number of degrees of freedom: 2692 +DEAL:: Number of constraints : 475 +DEAL:: Reference matrix nonzeros: 51910, actually: 33908 +DEAL:: Test matrix 1 nonzeros: 51910, actually: 33908 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:: Test matrix 2 nonzeros: 51910, actually: 33908 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:cg::Starting value 25. +DEAL:cg::Convergence step 61 value 3.8e-07 +DEAL::Distribute error: 0 -- 2.39.5