xref: /petsc/src/snes/tutorials/output/ex5_msm_2.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brown  0 SNES Function norm 0.137187
2*c4762a1bSJed Brown    0 KSP Residual norm 0.105247
3*c4762a1bSJed Brown    1 KSP Residual norm 0.0359927
4*c4762a1bSJed Brown    2 KSP Residual norm 0.0122601
5*c4762a1bSJed Brown    3 KSP Residual norm 0.00419899
6*c4762a1bSJed Brown    4 KSP Residual norm 0.00143524
7*c4762a1bSJed Brown    5 KSP Residual norm 0.000489583
8*c4762a1bSJed Brown    6 KSP Residual norm 0.00016673
9*c4762a1bSJed Brown    7 KSP Residual norm 5.67099e-05
10*c4762a1bSJed Brown    8 KSP Residual norm 1.92711e-05
11*c4762a1bSJed Brown    9 KSP Residual norm 6.54434e-06
12*c4762a1bSJed Brown   10 KSP Residual norm 2.22138e-06
13*c4762a1bSJed Brown   11 KSP Residual norm 7.53764e-07
14*c4762a1bSJed Brown   12 KSP Residual norm 2.5571e-07
15*c4762a1bSJed Brown   13 KSP Residual norm 8.67341e-08
16*c4762a1bSJed Brown   14 KSP Residual norm 2.9416e-08
17*c4762a1bSJed Brown   15 KSP Residual norm 9.97567e-09
18*c4762a1bSJed Brown   16 KSP Residual norm 3.38281e-09
19*c4762a1bSJed Brown   17 KSP Residual norm 1.14709e-09
20*c4762a1bSJed Brown   18 KSP Residual norm 3.890e-10
21*c4762a1bSJed Brown   19 KSP Residual norm 1.319e-10
22*c4762a1bSJed Brown   20 KSP Residual norm 4.472e-11
23*c4762a1bSJed Brown  1 SNES Function norm 1.401e-10
24*c4762a1bSJed BrownNonlinear solve converged due to CONVERGED_FNORM_RELATIVE iterations 1
25*c4762a1bSJed BrownSNES Object: 1 MPI processes
26*c4762a1bSJed Brown  type: newtonls
27*c4762a1bSJed Brown  maximum iterations=50, maximum function evaluations=10000
28*c4762a1bSJed Brown  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
29*c4762a1bSJed Brown  total number of linear solver iterations=20
30*c4762a1bSJed Brown  total number of function evaluations=2
31*c4762a1bSJed Brown  norm schedule ALWAYS
32*c4762a1bSJed Brown  Jacobian is built using a DMDA local Jacobian
33*c4762a1bSJed Brown  SNESLineSearch Object: 1 MPI processes
34*c4762a1bSJed Brown    type: bt
35*c4762a1bSJed Brown      interpolation: cubic
36*c4762a1bSJed Brown      alpha=1.000000e-04
37*c4762a1bSJed Brown    maxstep=1.000000e+08, minlambda=1.000000e-12
38*c4762a1bSJed Brown    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
39*c4762a1bSJed Brown    maximum iterations=40
40*c4762a1bSJed Brown  KSP Object: 1 MPI processes
41*c4762a1bSJed Brown    type: richardson
42*c4762a1bSJed Brown      damping factor=1.
43*c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
44*c4762a1bSJed Brown    tolerances:  relative=1e-09, absolute=1e-50, divergence=10000.
45*c4762a1bSJed Brown    left preconditioning
46*c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
47*c4762a1bSJed Brown  PC Object: 1 MPI processes
48*c4762a1bSJed Brown    type: asm
49*c4762a1bSJed Brown      total subdomain blocks = 3, amount of overlap = 0
50*c4762a1bSJed Brown      restriction/interpolation type - RESTRICT
51*c4762a1bSJed Brown      Additive Schwarz: local solve composition type - MULTIPLICATIVE
52*c4762a1bSJed Brown      Local solve is same for all blocks, in the following KSP and PC objects:
53*c4762a1bSJed Brown      KSP Object: (sub_) 1 MPI processes
54*c4762a1bSJed Brown        type: preonly
55*c4762a1bSJed Brown        maximum iterations=10000, initial guess is zero
56*c4762a1bSJed Brown        tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
57*c4762a1bSJed Brown        left preconditioning
58*c4762a1bSJed Brown        using NONE norm type for convergence test
59*c4762a1bSJed Brown      PC Object: (sub_) 1 MPI processes
60*c4762a1bSJed Brown        type: lu
61*c4762a1bSJed Brown          out-of-place factorization
62*c4762a1bSJed Brown          tolerance for zero pivot 2.22045e-14
63*c4762a1bSJed Brown          matrix ordering: nd
64*c4762a1bSJed Brown          factor fill ratio given 5., needed 1.45714
65*c4762a1bSJed Brown            Factored matrix follows:
66*c4762a1bSJed Brown              Mat Object: 1 MPI processes
67*c4762a1bSJed Brown                type: seqaij
68*c4762a1bSJed Brown                rows=11, cols=11
69*c4762a1bSJed Brown                package used to perform factorization: petsc
70*c4762a1bSJed Brown                total: nonzeros=51, allocated nonzeros=51
71*c4762a1bSJed Brown                total number of mallocs used during MatSetValues calls=0
72*c4762a1bSJed Brown                  not using I-node routines
73*c4762a1bSJed Brown        linear system matrix = precond matrix:
74*c4762a1bSJed Brown        Mat Object: 1 MPI processes
75*c4762a1bSJed Brown          type: seqaij
76*c4762a1bSJed Brown          rows=11, cols=11
77*c4762a1bSJed Brown          total: nonzeros=35, allocated nonzeros=35
78*c4762a1bSJed Brown          total number of mallocs used during MatSetValues calls=0
79*c4762a1bSJed Brown            not using I-node routines
80*c4762a1bSJed Brown    linear system matrix = precond matrix:
81*c4762a1bSJed Brown    Mat Object: 1 MPI processes
82*c4762a1bSJed Brown      type: seqaij
83*c4762a1bSJed Brown      rows=32, cols=32
84*c4762a1bSJed Brown      total: nonzeros=136, allocated nonzeros=136
85*c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
86*c4762a1bSJed Brown        not using I-node routines
87*c4762a1bSJed BrownN: 32 error L2 1.19609e-11 inf 4.63191e-11
88