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