Reconstruction of Saved Stiffness Matrix from ADINA

Hi,

I have saved the global stiffness matrix generated by ADINA. the format of data stored is like below:

MAXA ARRAY
        1            1
        2            2
        3            4
        4            7
        5           11
        6           16

        ...

 

GLOBAL STIFFNESS MATRIX
        1      0.3538428985924E+08
        2      0.1069183749373E+09
        3     -0.1343283582090E+08
        4      0.3726753827244E+08
        5      0.3150394911091E-25
        6      0.0000000000000E+00
        7      0.1519887308187E+04
        8      0.2266466165414E+06

        ...

 

Now I need to know each of this values belongs to which coloumn and row of the global stiffness matrix.

Any help will be appreciated.

S. Mostafa