xref: /petsc/src/ksp/pc/tests/output/ex9f_1.out (revision 26cc229b24afffee8e9a203ddc8754b40d660fc7)
1c4762a1bSJed Brown  0 KSP Residual norm 3.162277660168e+00
2c4762a1bSJed Brown  1 KSP Residual norm 3.040470972244e-16
38cc725e6SPierre JolivetKSP Object: 1 MPI process
4c4762a1bSJed Brown  type: gmres
5c4762a1bSJed Brown    restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
6c4762a1bSJed Brown    happy breakdown tolerance 1e-30
7c4762a1bSJed Brown  maximum iterations=10000, initial guess is zero
8c4762a1bSJed Brown  tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
9c4762a1bSJed Brown  left preconditioning
10c4762a1bSJed Brown  using PRECONDITIONED norm type for convergence test
118cc725e6SPierre JolivetPC Object: 1 MPI process
12c4762a1bSJed Brown  type: fieldsplit
13c4762a1bSJed Brown    FieldSplit with MULTIPLICATIVE composition: total splits = 2
14c4762a1bSJed Brown    Solver info for each split is in the following KSP objects:
15c4762a1bSJed Brown  Split number 0 Defined by IS
168cc725e6SPierre Jolivet  KSP Object: (fieldsplit_splitname_) 1 MPI process
17c4762a1bSJed Brown    type: preonly
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 NONE norm type for convergence test
228cc725e6SPierre Jolivet  PC Object: (fieldsplit_splitname_) 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.
29c4762a1bSJed Brown        Factored matrix follows:
30*26cc229bSBarry Smith          Mat Object: (fieldsplit_splitname_) 1 MPI process
31c4762a1bSJed Brown            type: seqaij
32c4762a1bSJed Brown            rows=10, cols=10
33c4762a1bSJed Brown            package used to perform factorization: petsc
34c4762a1bSJed Brown            total: nonzeros=28, allocated nonzeros=28
35c4762a1bSJed Brown              not using I-node routines
36c4762a1bSJed Brown    linear system matrix = precond matrix:
378cc725e6SPierre Jolivet    Mat Object: (fieldsplit_splitname_) 1 MPI process
38c4762a1bSJed Brown      type: seqaij
39c4762a1bSJed Brown      rows=10, cols=10
40c4762a1bSJed Brown      total: nonzeros=28, allocated nonzeros=50
41c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
42c4762a1bSJed Brown        not using I-node routines
43c4762a1bSJed Brown  Split number 1 Defined by IS
448cc725e6SPierre Jolivet  KSP Object: (fieldsplit_1_) 1 MPI process
45c4762a1bSJed Brown    type: preonly
46c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
47c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
48c4762a1bSJed Brown    left preconditioning
49c4762a1bSJed Brown    using NONE norm type for convergence test
508cc725e6SPierre Jolivet  PC Object: (fieldsplit_1_) 1 MPI process
51c4762a1bSJed Brown    type: ilu
52c4762a1bSJed Brown      out-of-place factorization
53c4762a1bSJed Brown      0 levels of fill
54c4762a1bSJed Brown      tolerance for zero pivot 2.22045e-14
55c4762a1bSJed Brown      matrix ordering: natural
56c4762a1bSJed Brown      factor fill ratio given 1., needed 1.
57c4762a1bSJed Brown        Factored matrix follows:
58*26cc229bSBarry Smith          Mat Object: (fieldsplit_1_) 1 MPI process
59c4762a1bSJed Brown            type: seqaij
60c4762a1bSJed Brown            rows=0, cols=0
61c4762a1bSJed Brown            package used to perform factorization: petsc
62c4762a1bSJed Brown            total: nonzeros=0, allocated nonzeros=0
63c4762a1bSJed Brown              not using I-node routines
64c4762a1bSJed Brown    linear system matrix = precond matrix:
658cc725e6SPierre Jolivet    Mat Object: (fieldsplit_1_) 1 MPI process
66c4762a1bSJed Brown      type: seqaij
67c4762a1bSJed Brown      rows=0, cols=0
68c4762a1bSJed Brown      total: nonzeros=0, allocated nonzeros=0
69c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
70c4762a1bSJed Brown        not using I-node routines
71c4762a1bSJed Brown  linear system matrix = precond matrix:
728cc725e6SPierre Jolivet  Mat Object: (fieldsplit_splitname_) 1 MPI process
73c4762a1bSJed Brown    type: seqaij
74c4762a1bSJed Brown    rows=10, cols=10
75c4762a1bSJed Brown    total: nonzeros=28, allocated nonzeros=50
76c4762a1bSJed Brown    total number of mallocs used during MatSetValues calls=0
77c4762a1bSJed Brown      not using I-node routines
78c4762a1bSJed BrownNorm of error < 1.e-12, Iterations =     1
79