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