xref: /petsc/src/snes/tutorials/output/ex46_1_alt_2.out (revision 6a98f8dc3f2c9149905a87dc2e9d0fedaf64e09a)
1  0 SNES Function norm 0.146402
2  1 SNES Function norm 0.00119044
3  2 SNES Function norm 7.62153e-07
4SNES Object: 1 MPI processes
5  type: newtonls
6  maximum iterations=50, maximum function evaluations=10000
7  tolerances: relative=1e-05, absolute=1e-25, solution=1e-05
8  total number of linear solver iterations=5
9  total number of function evaluations=3
10  norm schedule ALWAYS
11  Jacobian is built using colored finite differences on a DMDA
12  SNESLineSearch Object: 1 MPI processes
13    type: bt
14      interpolation: cubic
15      alpha=1.000000e-04
16    maxstep=1.000000e+08, minlambda=1.000000e-12
17    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
18    maximum iterations=40
19  KSP Object: 1 MPI processes
20    type: fgmres
21      restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
22      happy breakdown tolerance 1e-30
23    maximum iterations=10000, initial guess is zero
24    tolerances:  relative=1e-05, absolute=1e-25, divergence=10000.
25    right preconditioning
26    using UNPRECONDITIONED norm type for convergence test
27  PC Object: 1 MPI processes
28    type: mg
29      type is FULL, levels=2 cycles=v
30        Not using Galerkin computed coarse grid matrices
31    Coarse grid solver -- level -------------------------------
32      KSP Object: (mg_coarse_) 1 MPI processes
33        type: preonly
34        maximum iterations=10000, initial guess is zero
35        tolerances:  relative=1e-05, absolute=1e-25, divergence=10000.
36        left preconditioning
37        using NONE norm type for convergence test
38      PC Object: (mg_coarse_) 1 MPI processes
39        type: lu
40          out-of-place factorization
41          tolerance for zero pivot 1.19209e-05
42          using diagonal shift on blocks to prevent zero pivot [INBLOCKS]
43          matrix ordering: nd
44          factor fill ratio given 5., needed 1.875
45            Factored matrix follows:
46              Mat Object: 1 MPI processes
47                type: seqaij
48                rows=16, cols=16
49                package used to perform factorization: petsc
50                total: nonzeros=120, allocated nonzeros=120
51                total number of mallocs used during MatSetValues calls=0
52                  using I-node routines: found 12 nodes, limit used is 5
53        linear system matrix = precond matrix:
54        Mat Object: 1 MPI processes
55          type: seqaij
56          rows=16, cols=16
57          total: nonzeros=64, allocated nonzeros=64
58          total number of mallocs used during MatSetValues calls=0
59            not using I-node routines
60    Down solver (pre-smoother) on level 1 -------------------------------
61      KSP Object: (mg_levels_1_) 1 MPI processes
62        type: chebyshev
63          eigenvalue estimates used:  min = 0.4938, max = 1.08636
64          eigenvalues estimate via gmres min 0.385395, max 0.9876
65          eigenvalues estimated using gmres with translations  [0. 0.5; 0. 1.1]
66          KSP Object: (mg_levels_1_esteig_) 1 MPI processes
67            type: gmres
68              restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
69              happy breakdown tolerance 1e-30
70            maximum iterations=10, initial guess is zero
71            tolerances:  relative=1e-12, absolute=1e-25, divergence=10000.
72            left preconditioning
73            using PRECONDITIONED norm type for convergence test
74          estimating eigenvalues using noisy right hand side
75        maximum iterations=2, nonzero initial guess
76        tolerances:  relative=1e-05, absolute=1e-25, divergence=10000.
77        left preconditioning
78        using NONE norm type for convergence test
79      PC Object: (mg_levels_1_) 1 MPI processes
80        type: sor
81          type = local_symmetric, iterations = 1, local iterations = 1, omega = 1.
82        linear system matrix = precond matrix:
83        Mat Object: 1 MPI processes
84          type: seqaij
85          rows=49, cols=49
86          total: nonzeros=217, allocated nonzeros=217
87          total number of mallocs used during MatSetValues calls=0
88            not using I-node routines
89    Up solver (post-smoother) same as down solver (pre-smoother)
90    linear system matrix = precond matrix:
91    Mat Object: 1 MPI processes
92      type: seqaij
93      rows=49, cols=49
94      total: nonzeros=217, allocated nonzeros=217
95      total number of mallocs used during MatSetValues calls=0
96        not using I-node routines
97Number of SNES iterations = 2
98