From 9cbc82e2822ccc9b125646791e51904c479acd45 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 25 Feb 2009 20:18:46 +0000 Subject: [PATCH] add git-svn-id: https://svn.dealii.org/trunk@18432 0785d39b-7218-0410-832d-ea1e28bc413d --- .../cmp/x86_64-unknown-linux-gnu+gcc4.2 | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.2 diff --git a/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.2 b/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.2 new file mode 100644 index 0000000000..4fb98fd1fa --- /dev/null +++ b/tests/deal.II/inhomogeneous_constraints/cmp/x86_64-unknown-linux-gnu+gcc4.2 @@ -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: 33906 +DEAL:: Test matrix 1 nonzeros: 51910, actually: 33906 +DEAL:: Matrix difference norm: 0 +DEAL:: RHS difference norm: 0 +DEAL:: Test matrix 2 nonzeros: 51910, actually: 33906 +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