[Trilinos-Users] Problem with Epetra_Import

Massimiliano Martinelli massimiliano.martinelli at gmail.com
Thu May 21 09:42:13 MDT 2009


Hello,

I'm trying to use Epetra_Import (Trilinos 9.0.3) but I have a strange 
behaviour. 

This is the piece of code I'm using:


Epetra_Import Import( *BalancedMap , *UnbalancedMap ) ;
Teuchos::RCP< Epetra_VbrMatrix > MatrixBalanced ;
MatrixBalanced = Teuchos::rcp( new Epetra_VbrMatrix( Copy, *BalancedMap, 0 ) ) 
;
err = MatrixBalanced->Import( *MatrixUnbalanced , Import , Insert ) ;


In which MatrixUnbalanced is build upon UnbalancedMap and are correctly filled.

In MatrixBalanced appear some column indices that are either negative or very 
big...Maybe a problem with signed/unsigned integer conversion?

In attachment the output of MatrixUnbalanced, Import and MatrixBalanced for a 
run with 2 processors.


Thank you very much.

MM


-- 
---------------------------------------------------
Massimiliano Martinelli, PhD.
massimiliano.martinelli at gmail.com
-------------- next part --------------
--------------------------------------------------------------------------------------------------------------------------
MatrixUnbalanced:
Epetra::VbrMatrix

Number of Global Block Rows  = 18
Number of Global Block Cols  = 18
Number of Global Block Diags = 8
Number of Global Blk Entries = 54
Global Max Num Block Entries = 3

Number of Global Rows        = 18
Number of Global Cols        = 18
Number of Global Diagonals   = 8
Number of Global Nonzeros    = 54
Global Maximum Num Entries   = 3





Number of My Block Rows  = 9
Number of My Block Cols  = 10
Number of My Block Diags = 5
Number of My Blk Entries = 27
My Max Num Block Entries = 3

Number of My Rows        = 9
Number of My Cols        = 10
Number of My Diagonals   = 5
Number of My Nonzeros    = 27
My Maximum Num Entries   = 3

   Processor    Block Row Index    Block Col Index 
         Values     
       0             9             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0             9            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0             9             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       0            10            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            10             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       0            10             7    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       0            11            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            11            11    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.666667 
    
       0            11             7    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       0            12             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0            12            12    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 1 
    
       0            12             8    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.666667 
    
       0            13             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0            13            12    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 1 
    
       0            13            13    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       0            14             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0            14            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            14            13    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       0            15            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            15            13    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       0            15            14    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
       0            16            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            16            11    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.666667 
    
       0            16            14    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
       0            17            11    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.666667 
    
       0            17            14    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
       0            17            15    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 1 
    
--------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------
Epetra::Import


Source Map:


Number of Global Elements  = 18
Number of Global Points    = 18
Maximum of all GIDs        = 17
Minimum of all GIDs        = 0
Index Base                 = 0
Constant Element Size      = 1

Number of Local Elements   = 9
Number of Local Points     = 9
Maximum of my GIDs         = 17
Minimum of my GIDs         = 9

         MyPID           Local Index        Global Index  
             0                 0                 9    
             0                 1                10    
             0                 2                11    
             0                 3                12    
             0                 4                13    
             0                 5                14    
             0                 6                15    
             0                 7                16    
             0                 8                17    


Target Map:


Number of Global Elements  = 18
Number of Global Points    = 18
Maximum of all GIDs        = 17
Minimum of all GIDs        = 0
Index Base                 = 0
Constant Element Size      = 1

Number of Local Elements   = 9
Number of Local Points     = 9
Maximum of my GIDs         = 17
Minimum of my GIDs         = 1

         MyPID           Local Index        Global Index  
             0                 0                 9    
             0                 1                11    
             0                 2                13    
             0                 3                15    
             0                 4                17    
             0                 5                 1    
             0                 6                 3    
             0                 7                 5    
             0                 8                 7    


Distributor:

nsends: 1
procs_to:  1
lengths_to:  4
indices_to: 
nrecvs: 1
procs_from:  1
lengths_from:  4
self_msg: 0
max_send_length: 4
total_recv_length: 4

Number of Same IDs = 1
Number of Permute IDs = 4
Number of Export IDs = 4
Number of Remote IDs = 4
Epetra_Import Print Needs attention!!!!
--------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------
MatrixCoordinatesCellsNodesBalanced:
Epetra::VbrMatrix

Number of Global Block Rows  = 18
Number of Global Block Cols  = 18
Number of Global Block Diags = 0
Number of Global Blk Entries = 0
Global Max Num Block Entries = 0

Number of Global Rows        = 18
Number of Global Cols        = 18
Number of Global Diagonals   = 0
Number of Global Nonzeros    = 0
Global Maximum Num Entries   = 0
 ** Matrix is Lower Triangular **
 ** Matrix is Upper Triangular **
 ** Matrix has no diagonal     **


Number of My Block Rows  = 9
Number of My Block Cols  = 9
Number of My Block Diags = 0
Number of My Blk Entries = 0
My Max Num Block Entries = 3

Number of My Rows        = 9
Number of My Cols        = 9
Number of My Diagonals   = 0
Number of My Nonzeros    = 0
My Maximum Num Entries   = 3

   Processor    Block Row Index    Block Col Index 
         Values     
       0             9             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0             9            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0             9             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       0            11            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            11            11    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.666667 
    
       0            11             7    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       0            13             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       0            13            12    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 1 
    
       0            13            13    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       0            15            10    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       0            15            13    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       0            15            14    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
       0            17            11    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.666667 
    
       0            17            14    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
       0            17            15    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 1 
    
       0             1    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       0             1    -278176442    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 2.122e-314 
    
       0             1    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       0             3    1071994198    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       0             3    -278176442    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 2.122e-314 
    
       0             3    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       0             5    1072693248    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0 
    
       0             5    -278176442    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 2.122e-314 
    
       0             5    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       0             7    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       0             7     139088221    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 2.122e-314 
    
       0             7    1071994198    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
--------------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
--------------------------------------------------------------------------------------------------------------------------
MatrixUnbalanced:
Epetra::VbrMatrix

Number of My Block Rows  = 9
Number of My Block Cols  = 10
Number of My Block Diags = 3
Number of My Blk Entries = 27
My Max Num Block Entries = 3

Number of My Rows        = 9
Number of My Cols        = 10
Number of My Diagonals   = 3
Number of My Nonzeros    = 27
My Maximum Num Entries   = 3

       1             0             0    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0 
    
       1             0             1    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       1             0             4    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.333333 
    
       1             1             1    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       1             1             4    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.333333 
    
       1             1             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             2             1    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       1             2             2    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       1             2             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             3             2    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       1             3             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             3             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             4             2    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       1             4             3    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0 
    
       1             4             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             5             3    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0 
    
       1             5             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             5             7    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       1             6             4    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.333333 
    
       1             6             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             6             8    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.666667 
    
       1             7             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             7             8    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.666667 
    
       1             7             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       1             8             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             8             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             8             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
--------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------
Epetra_Import


Source Map:


Number of Local Elements   = 9
Number of Local Points     = 9
Maximum of my GIDs         = 8
Minimum of my GIDs         = 0

         MyPID           Local Index        Global Index  
             1                 0                 0    
             1                 1                 1    
             1                 2                 2    
             1                 3                 3    
             1                 4                 4    
             1                 5                 5    
             1                 6                 6    
             1                 7                 7    
             1                 8                 8    


Target Map:


Number of Local Elements   = 9
Number of Local Points     = 9
Maximum of my GIDs         = 16
Minimum of my GIDs         = 0

         MyPID           Local Index        Global Index  
             1                 0                 0    
             1                 1                 2    
             1                 2                 4    
             1                 3                 6    
             1                 4                 8    
             1                 5                10    
             1                 6                12    
             1                 7                14    
             1                 8                16    


Distributor:

nsends: 1
procs_to:  0
lengths_to:  4
indices_to: 
nrecvs: 1
procs_from:  0
lengths_from:  4
self_msg: 0
max_send_length: 4
total_recv_length: 4

Number of Same IDs = 1
Number of Permute IDs = 4
Number of Export IDs = 4
Number of Remote IDs = 4
Epetra_Import Print Needs attention!!!!
--------------------------------------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------------------------------------
MatrixCoordinatesCellsNodesBalanced:
Epetra::VbrMatrix

Number of My Block Rows  = 9
Number of My Block Cols  = 9
Number of My Block Diags = 0
Number of My Blk Entries = 0
My Max Num Block Entries = 3

Number of My Rows        = 9
Number of My Cols        = 9
Number of My Diagonals   = 0
Number of My Nonzeros    = 0
My Maximum Num Entries   = 3

       1             0             0    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0 
    
       1             0             1    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       1             0             4    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.333333 
    
       1             2             1    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0 
    
       1             2             2    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       1             2             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             4             2    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0 
    
       1             4             3    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0 
    
       1             4             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             6             4    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.333333 
    
       1             6             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             6             8    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 0.666667 
    
       1             8             5    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.333333 
    
       1             8             6    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.333333 
    
       1             8             9    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       1            10    1072693248    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       1            10    -278176442    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 2.122e-314 
    
       1            10    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 0.333333 
    
       1            12             0    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       1            12     139088221    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0 2.122e-314 
    
       1            12    1071994198    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1.4822e-323 0.666667 
    
       1            14    1070945619    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 0.666667 
    
       1            14             0    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 2.122e-314 
    
       1            14    1072693248    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.333333 1 
    
       1            16    1071994198    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 0.666667 
    
       1            16             0    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
1 2.122e-314 
    
       1            16    1072693248    
Epetra::SerialDenseMatrix

Data access mode: View
A_Copied: no
Rows(M): 1
Columns(N): 2
LDA: 1
0.666667 1 
    
--------------------------------------------------------------------------------------------------------------------------


More information about the Trilinos-Users mailing list