xref: /petsc/src/snes/tutorials/output/ex2_2.out (revision 8cc725e69398de546bdc828d7b714aa2223f5218)
1c4762a1bSJed Brownatol=1e-50, rtol=1e-08, stol=1e-08, maxit=50, maxf=10000
2c4762a1bSJed Brown  0 SNES Function norm 5.41468
3c4762a1bSJed Brown  1 SNES Function norm 4.14026
4c4762a1bSJed Brown  2 SNES Function norm 1.5562
5c4762a1bSJed Brown  3 SNES Function norm 0.0213393
6c4762a1bSJed Brown  4 SNES Function norm 2.29937e-06
7c4762a1bSJed Brown  5 SNES Function norm < 1.e-11
8*8cc725e6SPierre JolivetSNES Object: 1 MPI process
9c4762a1bSJed Brown  type: newtontr
1063a3b9bcSJacob Faibussowitsch    Trust region tolerance 1e-12 (-snes_trtol)
11c4762a1bSJed Brown    mu=0.25, eta=0.75, sigma=0.0001
12c4762a1bSJed Brown    delta0=0.2, delta1=0.3, delta2=0.75, delta3=2.
13c4762a1bSJed Brown  maximum iterations=50, maximum function evaluations=10000
14c4762a1bSJed Brown  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
15c4762a1bSJed Brown  total number of linear solver iterations=5
16c4762a1bSJed Brown  total number of function evaluations=6
17c4762a1bSJed Brown  norm schedule ALWAYS
18*8cc725e6SPierre Jolivet  KSP Object: 1 MPI process
19c4762a1bSJed Brown    type: gmres
20c4762a1bSJed Brown      restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
21c4762a1bSJed Brown      happy breakdown tolerance 1e-30
22c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
23c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
24c4762a1bSJed Brown    left preconditioning
25c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
26*8cc725e6SPierre Jolivet  PC Object: 1 MPI process
27c4762a1bSJed Brown    type: ilu
28c4762a1bSJed Brown      out-of-place factorization
29c4762a1bSJed Brown      0 levels of fill
30c4762a1bSJed Brown      tolerance for zero pivot 2.22045e-14
31c4762a1bSJed Brown      matrix ordering: natural
32c4762a1bSJed Brown      factor fill ratio given 1., needed 1.
33c4762a1bSJed Brown        Factored matrix follows:
34*8cc725e6SPierre Jolivet          Mat Object: 1 MPI process
35c4762a1bSJed Brown            type: seqaij
36c4762a1bSJed Brown            rows=5, cols=5
37c4762a1bSJed Brown            package used to perform factorization: petsc
38c4762a1bSJed Brown            total: nonzeros=11, allocated nonzeros=11
39c4762a1bSJed Brown              not using I-node routines
40c4762a1bSJed Brown    linear system matrix = precond matrix:
41*8cc725e6SPierre Jolivet    Mat Object: 1 MPI process
42c4762a1bSJed Brown      type: seqaij
43c4762a1bSJed Brown      rows=5, cols=5
44c4762a1bSJed Brown      total: nonzeros=11, allocated nonzeros=15
45c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
46c4762a1bSJed Brown        not using I-node routines
47c4762a1bSJed Brownnumber of SNES iterations = 5
48c4762a1bSJed Brown
49c4762a1bSJed BrownNorm of error 1.04724e-13, Iterations 5
50