xref: /petsc/src/mat/tests/output/ex94_2.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed BrownC = P^T * B:
2*c4762a1bSJed BrownMat Object: 2 MPI processes
3*c4762a1bSJed Brown  type: mpiaij
4*c4762a1bSJed Brown  rows=2, cols=5
5*c4762a1bSJed Brown  total: nonzeros=10, allocated nonzeros=10
6*c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
7*c4762a1bSJed Brown    not using I-node (on process 0) routines
8*c4762a1bSJed Brown
9*c4762a1bSJed BrownC = P^T * B after MatFreeIntermediateDataStructures():
10*c4762a1bSJed BrownMat Object: 2 MPI processes
11*c4762a1bSJed Brown  type: mpiaij
12*c4762a1bSJed Brown  rows=2, cols=5
13*c4762a1bSJed Brown  total: nonzeros=10, allocated nonzeros=10
14*c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
15*c4762a1bSJed Brown    not using I-node (on process 0) routines
16*c4762a1bSJed Brown
17*c4762a1bSJed BrownC = P^T * A * P:
18*c4762a1bSJed BrownMat Object: 2 MPI processes
19*c4762a1bSJed Brown  type: mpiaij
20*c4762a1bSJed Brown  rows=2, cols=2
21*c4762a1bSJed Brown  total: nonzeros=2, allocated nonzeros=2
22*c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
23*c4762a1bSJed Brown    using nonscalable MatPtAP() implementation
24*c4762a1bSJed Brown    not using I-node (on process 0) routines
25*c4762a1bSJed Brown
26*c4762a1bSJed BrownC = P^T * A * P after MatFreeIntermediateDataStructures():
27*c4762a1bSJed BrownMat Object: 2 MPI processes
28*c4762a1bSJed Brown  type: mpiaij
29*c4762a1bSJed Brown  rows=2, cols=2
30*c4762a1bSJed Brown  total: nonzeros=2, allocated nonzeros=2
31*c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
32*c4762a1bSJed Brown    using nonscalable MatPtAP() implementation
33*c4762a1bSJed Brown    not using I-node (on process 0) routines
34*c4762a1bSJed Brown
35*c4762a1bSJed BrownCdup:
36*c4762a1bSJed BrownMat Object: 2 MPI processes
37*c4762a1bSJed Brown  type: mpiaij
38*c4762a1bSJed Brown  rows=2, cols=2
39*c4762a1bSJed Brown  total: nonzeros=2, allocated nonzeros=2
40*c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
41*c4762a1bSJed Brown    not using I-node (on process 0) routines
42