xref: /petsc/src/snes/tests/output/ex7_3_alt.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brown    0 KSP Residual norm 7.280029654503e-01
2*c4762a1bSJed Brown    1 KSP Residual norm 3.337686359882e-01
3*c4762a1bSJed Brown    2 KSP Residual norm 8.313584327698e-02
4*c4762a1bSJed Brown    3 KSP Residual norm 5.251736193895e-02
5*c4762a1bSJed Brown    4 KSP Residual norm 1.542242534924e-05
6*c4762a1bSJed Brown    5 KSP Residual norm 4.166617983969e-08
7*c4762a1bSJed Brown    0 KSP Residual norm 9.233929216862e-03
8*c4762a1bSJed Brown    1 KSP Residual norm 5.044257268310e-03
9*c4762a1bSJed Brown    2 KSP Residual norm 1.899459050037e-03
10*c4762a1bSJed Brown    3 KSP Residual norm 2.069697586649e-07
11*c4762a1bSJed Brown    4 KSP Residual norm 1.956514728008e-09
12*c4762a1bSJed Brown    0 KSP Residual norm 1.483853793616e-05
13*c4762a1bSJed Brown    1 KSP Residual norm 6.195468358783e-06
14*c4762a1bSJed Brown    2 KSP Residual norm 2.369386720602e-06
15*c4762a1bSJed Brown    3 KSP Residual norm 3.775136292461e-07
16*c4762a1bSJed Brown    4 KSP Residual norm 2.217341544750e-12
17*c4762a1bSJed BrownSNES Object: 1 MPI processes
18*c4762a1bSJed Brown  type: newtonls
19*c4762a1bSJed Brown  maximum iterations=50, maximum function evaluations=10000
20*c4762a1bSJed Brown  tolerances: relative=1e-05, absolute=1e-25, solution=1e-05
21*c4762a1bSJed Brown  total number of linear solver iterations=13
22*c4762a1bSJed Brown  total number of function evaluations=23
23*c4762a1bSJed Brown  norm schedule ALWAYS
24*c4762a1bSJed Brown  SNESLineSearch Object: 1 MPI processes
25*c4762a1bSJed Brown    type: bt
26*c4762a1bSJed Brown      interpolation: cubic
27*c4762a1bSJed Brown      alpha=1.000000e-04
28*c4762a1bSJed Brown    maxstep=1.000000e+08, minlambda=1.000000e-12
29*c4762a1bSJed Brown    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
30*c4762a1bSJed Brown    maximum iterations=40
31*c4762a1bSJed Brown  KSP Object: 1 MPI processes
32*c4762a1bSJed Brown    type: gmres
33*c4762a1bSJed Brown      restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
34*c4762a1bSJed Brown      happy breakdown tolerance 1e-30
35*c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
36*c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-25, divergence=10000.
37*c4762a1bSJed Brown    left preconditioning
38*c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
39*c4762a1bSJed Brown  PC Object: 1 MPI processes
40*c4762a1bSJed Brown    type: jacobi
41*c4762a1bSJed Brown    linear system matrix followed by preconditioner matrix:
42*c4762a1bSJed Brown    Mat Object: 1 MPI processes
43*c4762a1bSJed Brown      type: mffd
44*c4762a1bSJed Brown      rows=5, cols=5
45*c4762a1bSJed Brown        Matrix-free approximation:
46*c4762a1bSJed Brown          err=0.000345267 (relative error in function evaluation)
47*c4762a1bSJed Brown          Using wp compute h routine
48*c4762a1bSJed Brown              Does not compute normU
49*c4762a1bSJed Brown    Mat Object: 1 MPI processes
50*c4762a1bSJed Brown      type: seqaij
51*c4762a1bSJed Brown      rows=5, cols=5
52*c4762a1bSJed Brown      total: nonzeros=11, allocated nonzeros=15
53*c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
54*c4762a1bSJed Brown        not using I-node routines
55*c4762a1bSJed Brownnumber of SNES iterations = 3
56*c4762a1bSJed Brown
57