xref: /petsc/src/ksp/ksp/tutorials/output/ex72_seqaijperm.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
18cc725e6SPierre JolivetMat Object: 1 MPI process
2c4762a1bSJed Brown  type: seqaijperm
3c4762a1bSJed Brown  rows=36, cols=36
4c4762a1bSJed Brown  total: nonzeros=156, allocated nonzeros=156
5c4762a1bSJed Brown  total number of mallocs used during MatSetValues calls=0
6c4762a1bSJed Brown    not using I-node routines
7c4762a1bSJed Brown  0 KSP Residual norm 127.99
8c4762a1bSJed Brown  1 KSP Residual norm 31.1461
9c4762a1bSJed Brown  2 KSP Residual norm 5.10225
10c4762a1bSJed Brown  3 KSP Residual norm 0.643389
11c4762a1bSJed Brown  4 KSP Residual norm 0.0963559
12c4762a1bSJed Brown  5 KSP Residual norm 0.00919234
13c4762a1bSJed Brown  6 KSP Residual norm 0.000933305
148cc725e6SPierre JolivetKSP Object: 1 MPI process
15c4762a1bSJed Brown  type: gmres
16f971d498SPierre Jolivet    restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
17*143f2514SPierre Jolivet    happy breakdown tolerance=1e-30
18c4762a1bSJed Brown  maximum iterations=10000, initial guess is zero
19c4762a1bSJed Brown  tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
20c4762a1bSJed Brown  left preconditioning
21c4762a1bSJed Brown  using PRECONDITIONED norm type for convergence test
228cc725e6SPierre JolivetPC Object: 1 MPI process
23c4762a1bSJed Brown  type: ilu
24c4762a1bSJed Brown    out-of-place factorization
25c4762a1bSJed Brown    0 levels of fill
26c4762a1bSJed Brown    tolerance for zero pivot 2.22045e-14
27c4762a1bSJed Brown    matrix ordering: natural
28c4762a1bSJed Brown    factor fill ratio given 1., needed 1.
29ecf3d421SBarry Smith      Factored matrix:
308cc725e6SPierre Jolivet        Mat Object: 1 MPI process
31c4762a1bSJed Brown          type: seqaij
32c4762a1bSJed Brown          rows=36, cols=36
33c4762a1bSJed Brown          package used to perform factorization: petsc
34c4762a1bSJed Brown          total: nonzeros=156, allocated nonzeros=156
35c4762a1bSJed Brown            not using I-node routines
36ecf3d421SBarry Smith  linear system matrix, which is also used to construct the preconditioner:
378cc725e6SPierre Jolivet  Mat Object: 1 MPI process
38c4762a1bSJed Brown    type: seqaijperm
39c4762a1bSJed Brown    rows=36, cols=36
40c4762a1bSJed Brown    total: nonzeros=156, allocated nonzeros=156
41c4762a1bSJed Brown    total number of mallocs used during MatSetValues calls=0
42c4762a1bSJed Brown      not using I-node routines
43c4762a1bSJed BrownNumber of iterations =   6
44c4762a1bSJed BrownResidual norm 0.00328198
45