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