[petsc-users] what is the meaning of matrix file output by matview.

Jed Brown jedbrown at mcs.anl.gov
Fri Aug 16 08:21:18 CDT 2013


It looks like you changed the output format.

丁老师 <ztdepyahoo at 163.com> writes:

> Matrix Object: 1 MPI processes
>   type: mpiaij
>  16 40

Matrix dimensions.

>  1 4 7 10 12 15
>  18 21 23 26 29 32
>  34 36 38 40 41

CSR format: offsets of row starts are indices into the arrays below, containing column indices and values of nonzero entries.

>  1  2  5
>  2  3  6
>  3  4  7
>  4  8
>  5  6  9
>  6  7  10
>  7  8  11
>  8  12
>  9  10  13
>  10  11  14
>  11  12  15
>  12  16
>  13  14
>  14  15
>  15  16
>  16
>
>  2.2916666666666665e+00  -1.1458333333333333e+00  -1.1458333333333333e+00
>  3.8020833333333330e+00  -1.2500000000000000e+00  -1.4062500000000000e+00
>  3.8020833333333330e+00  -1.1458333333333333e+00  -1.4062500000000000e+00
>  2.2916666666666665e+00  -1.1458333333333333e+00
>  3.8020833333333330e+00  -1.4062500000000000e+00  -1.2500000000000000e+00
>  5.9375000000000000e+00  -1.5625000000000000e+00  -1.5625000000000000e+00
>  5.9375000000000000e+00  -1.4062500000000000e+00  -1.5625000000000000e+00
>  3.8020833333333330e+00  -1.2500000000000000e+00
>  3.8020833333333330e+00  -1.4062500000000000e+00  -1.1458333333333333e+00
>  5.9375000000000000e+00  -1.5625000000000000e+00  -1.4062500000000000e+00
>  5.9375000000000000e+00  -1.4062500000000000e+00  -1.4062500000000000e+00
>  3.8020833333333330e+00  -1.1458333333333333e+00
>  2.2916666666666665e+00  -1.1458333333333333e+00
>  3.8020833333333330e+00  -1.2500000000000000e+00
>  3.8020833333333330e+00  -1.1458333333333333e+00
>  2.2916666666666665e+00

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20130816/cb032d0b/attachment.pgp>


More information about the petsc-users mailing list