From 2bb998748fc9a62c6e3d136503caa71588de9ebf Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 21 May 2003 06:32:15 +0000 Subject: [PATCH] changes in SparseMatrixEZ git-svn-id: https://svn.dealii.org/trunk@7661 0785d39b-7218-0410-832d-ea1e28bc413d --- .../lac/sparse_matrices.output | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/results/i686-pc-linux-gnu+gcc3.2/lac/sparse_matrices.output b/tests/results/i686-pc-linux-gnu+gcc3.2/lac/sparse_matrices.output index 6f4ff3db0a..576169dfef 100644 --- a/tests/results/i686-pc-linux-gnu+gcc3.2/lac/sparse_matrices.output +++ b/tests/results/i686-pc-linux-gnu+gcc3.2/lac/sparse_matrices.output @@ -211,9 +211,9 @@ DEAL:: 2 1 0 -1.0 DEAL:: 2 2 1 5.0 DEAL:: 2 3 2 -2.0 DEAL:: 2 6 3 -1.0 -DEAL::SparseMatrixEZ:used entries:64 -DEAL::SparseMatrixEZ:alloc entries:72 -DEAL::SparseMatrixEZ:reserved entries:80 +DEAL::SparseMatrixEZ:used entries:64 +DEAL::SparseMatrixEZ:allocated entries:72 +DEAL::SparseMatrixEZ:reserved entries:96 DEAL::SparseMatrixEZ:entries 3 rows 4 DEAL::SparseMatrixEZ:entries 4 rows 8 DEAL::SparseMatrixEZ:entries 5 rows 4 @@ -283,9 +283,9 @@ DEAL:9-SparseMatrixEZ:RichardsonT::Starting value 0.0021 DEAL:9-SparseMatrixEZ:RichardsonT::Failure step 10 value 4.3e-11 DEAL::GrowingVectorMemory:Overall allocated vectors: 28 DEAL::GrowingVectorMemory:Maximum allocated vectors: 2 -DEAL::SparseMatrixEZ:used entries:100 -DEAL::SparseMatrixEZ:alloc entries:111 -DEAL::SparseMatrixEZ:reserved entries:160 +DEAL::SparseMatrixEZ:used entries:100 +DEAL::SparseMatrixEZ:allocated entries:111 +DEAL::SparseMatrixEZ:reserved entries:192 DEAL::SparseMatrixEZ:entries 4 rows 4 DEAL::SparseMatrixEZ:entries 6 rows 8 DEAL::SparseMatrixEZ:entries 9 rows 4 -- 2.39.5