xref: /petsc/src/snes/tutorials/output/ex18_1.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1SNES Object: 1 MPI processes
2  type: newtonls
3  maximum iterations=50, maximum function evaluations=10000
4  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
5  total number of linear solver iterations=24
6  total number of function evaluations=7
7  norm schedule ALWAYS
8  SNESLineSearch Object: 1 MPI processes
9    type: bt
10      interpolation: cubic
11      alpha=1.000000e-04
12    maxstep=1.000000e+08, minlambda=1.000000e-12
13    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
14    maximum iterations=40
15  KSP Object: 1 MPI processes
16    type: fgmres
17      restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
18      happy breakdown tolerance 1e-30
19    maximum iterations=10000, initial guess is zero
20    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
21    right preconditioning
22    using UNPRECONDITIONED norm type for convergence test
23  PC Object: 1 MPI processes
24    type: mg
25      type is MULTIPLICATIVE, levels=3 cycles=v
26        Cycles per PCApply=1
27        Using Galerkin computed coarse grid matrices for pmat
28    Coarse grid solver -- level -------------------------------
29      KSP Object: (mg_coarse_) 1 MPI processes
30        type: preonly
31        maximum iterations=10000, initial guess is zero
32        tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
33        left preconditioning
34        using NONE norm type for convergence test
35      PC Object: (mg_coarse_) 1 MPI processes
36        type: lu
37          out-of-place factorization
38          tolerance for zero pivot 2.22045e-14
39          using diagonal shift on blocks to prevent zero pivot [INBLOCKS]
40          matrix ordering: nd
41          factor fill ratio given 5., needed 1.59172
42            Factored matrix follows:
43              Mat Object: 1 MPI processes
44                type: seqaij
45                rows=25, cols=25
46                package used to perform factorization: petsc
47                total: nonzeros=269, allocated nonzeros=269
48                total number of mallocs used during MatSetValues calls=0
49                  using I-node routines: found 17 nodes, limit used is 5
50        linear system matrix = precond matrix:
51        Mat Object: 1 MPI processes
52          type: seqaij
53          rows=25, cols=25
54          total: nonzeros=169, allocated nonzeros=169
55          total number of mallocs used during MatSetValues calls=0
56            not using I-node routines
57    Down solver (pre-smoother) on level 1 -------------------------------
58      KSP Object: (mg_levels_1_) 1 MPI processes
59        type: chebyshev
60          eigenvalue estimates used:  min = 0.0996438, max = 1.09608
61          eigenvalues estimate via gmres min 0.139653, max 0.996438
62          eigenvalues estimated using gmres with translations  [0. 0.1; 0. 1.1]
63          KSP Object: (mg_levels_1_esteig_) 1 MPI processes
64            type: gmres
65              restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
66              happy breakdown tolerance 1e-30
67            maximum iterations=10, initial guess is zero
68            tolerances:  relative=1e-12, absolute=1e-50, divergence=10000.
69            left preconditioning
70            using PRECONDITIONED norm type for convergence test
71          estimating eigenvalues using noisy right hand side
72        maximum iterations=2, nonzero initial guess
73        tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
74        left preconditioning
75        using NONE norm type for convergence test
76      PC Object: (mg_levels_1_) 1 MPI processes
77        type: sor
78          type = local_symmetric, iterations = 1, local iterations = 1, omega = 1.
79        linear system matrix = precond matrix:
80        Mat Object: 1 MPI processes
81          type: seqaij
82          rows=81, cols=81
83          total: nonzeros=625, allocated nonzeros=625
84          total number of mallocs used during MatSetValues calls=0
85            not using I-node routines
86    Up solver (post-smoother) same as down solver (pre-smoother)
87    Down solver (pre-smoother) on level 2 -------------------------------
88      KSP Object: (mg_levels_2_) 1 MPI processes
89        type: chebyshev
90          eigenvalue estimates used:  min = 0.0990486, max = 1.08953
91          eigenvalues estimate via gmres min 0.0626846, max 0.990486
92          eigenvalues estimated using gmres with translations  [0. 0.1; 0. 1.1]
93          KSP Object: (mg_levels_2_esteig_) 1 MPI processes
94            type: gmres
95              restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
96              happy breakdown tolerance 1e-30
97            maximum iterations=10, initial guess is zero
98            tolerances:  relative=1e-12, absolute=1e-50, divergence=10000.
99            left preconditioning
100            using PRECONDITIONED norm type for convergence test
101          estimating eigenvalues using noisy right hand side
102        maximum iterations=2, nonzero initial guess
103        tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
104        left preconditioning
105        using NONE norm type for convergence test
106      PC Object: (mg_levels_2_) 1 MPI processes
107        type: sor
108          type = local_symmetric, iterations = 1, local iterations = 1, omega = 1.
109        linear system matrix = precond matrix:
110        Mat Object: 1 MPI processes
111          type: seqaij
112          rows=289, cols=289
113          total: nonzeros=1377, allocated nonzeros=1377
114          total number of mallocs used during MatSetValues calls=0
115            not using I-node routines
116    Up solver (post-smoother) same as down solver (pre-smoother)
117    linear system matrix = precond matrix:
118    Mat Object: 1 MPI processes
119      type: seqaij
120      rows=289, cols=289
121      total: nonzeros=1377, allocated nonzeros=1377
122      total number of mallocs used during MatSetValues calls=0
123        not using I-node routines
124Number of SNES iterations = 6
125Number of Linear iterations = 24
126Average Linear its / SNES = 4.000000e+00
127