xref: /petsc/src/mat/tutorials/output/ex8_1.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed BrownMatrix _before_ MatScaleUserImpl() operation
2*c4762a1bSJed BrownMat Object: 1 MPI processes
3*c4762a1bSJed Brown  type: seqaij
4*c4762a1bSJed Brownrow 0: (0, 4.)  (1, -1.)  (2, -1.)
5*c4762a1bSJed Brownrow 1: (0, -1.)  (1, 4.)  (3, -1.)
6*c4762a1bSJed Brownrow 2: (0, -1.)  (2, 4.)  (3, -1.)
7*c4762a1bSJed Brownrow 3: (1, -1.)  (2, -1.)  (3, 4.)
8*c4762a1bSJed BrownMatrix _after_ MatScaleUserImpl() operation
9*c4762a1bSJed BrownMat Object: 1 MPI processes
10*c4762a1bSJed Brown  type: seqaij
11*c4762a1bSJed Brownrow 0: (0, -4.)  (1, 1.)  (2, 1.)
12*c4762a1bSJed Brownrow 1: (0, 1.)  (1, -4.)  (3, 1.)
13*c4762a1bSJed Brownrow 2: (0, 1.)  (2, -4.)  (3, 1.)
14*c4762a1bSJed Brownrow 3: (1, 1.)  (2, 1.)  (3, -4.)
15