xref: /petsc/src/snes/tutorials/output/ex5_asm_0.out (revision 2da392cc7c10228af19ad9843ce5155178acb644)
1  0 SNES Function norm 0.197531
2    0 KSP Residual norm 0.0658436
3    1 KSP Residual norm 0.0219479
4    2 KSP Residual norm 0.00731596
5    3 KSP Residual norm 0.00243865
6    4 KSP Residual norm 0.000812884
7    5 KSP Residual norm 0.000270961
8    6 KSP Residual norm 9.03205e-05
9    7 KSP Residual norm 3.01068e-05
10    8 KSP Residual norm 1.00356e-05
11    9 KSP Residual norm 3.3452e-06
12   10 KSP Residual norm 1.11507e-06
13   11 KSP Residual norm 3.71689e-07
14   12 KSP Residual norm 1.23896e-07
15   13 KSP Residual norm 4.12988e-08
16   14 KSP Residual norm 1.37663e-08
17   15 KSP Residual norm 4.58876e-09
18   16 KSP Residual norm 1.52959e-09
19   17 KSP Residual norm 5.099e-10
20   18 KSP Residual norm 1.700e-10
21   19 KSP Residual norm 5.665e-11
22  1 SNES Function norm 1.700e-10
23Nonlinear solve converged due to CONVERGED_FNORM_RELATIVE iterations 1
24SNES Object: 1 MPI processes
25  type: newtonls
26  maximum iterations=50, maximum function evaluations=10000
27  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
28  total number of linear solver iterations=19
29  total number of function evaluations=2
30  norm schedule ALWAYS
31  Jacobian is built using a DMDA local Jacobian
32  SNESLineSearch Object: 1 MPI processes
33    type: bt
34      interpolation: cubic
35      alpha=1.000000e-04
36    maxstep=1.000000e+08, minlambda=1.000000e-12
37    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
38    maximum iterations=40
39  KSP Object: 1 MPI processes
40    type: richardson
41      damping factor=1.
42    maximum iterations=10000, initial guess is zero
43    tolerances:  relative=1e-09, absolute=1e-50, divergence=10000.
44    left preconditioning
45    using PRECONDITIONED norm type for convergence test
46  PC Object: 1 MPI processes
47    type: asm
48      total subdomain blocks = 2, amount of overlap = 0
49      restriction/interpolation type - RESTRICT
50      Local solver is the same for all blocks, as in the following KSP and PC objects on rank 0:
51      KSP Object: (sub_) 1 MPI processes
52        type: preonly
53        maximum iterations=10000, initial guess is zero
54        tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
55        left preconditioning
56        using NONE norm type for convergence test
57      PC Object: (sub_) 1 MPI processes
58        type: lu
59          out-of-place factorization
60          tolerance for zero pivot 2.22045e-14
61          matrix ordering: nd
62          factor fill ratio given 5., needed 1.35714
63            Factored matrix follows:
64              Mat Object: 1 MPI processes
65                type: seqaij
66                rows=8, cols=8
67                package used to perform factorization: petsc
68                total: nonzeros=38, allocated nonzeros=38
69                  not using I-node routines
70        linear system matrix = precond matrix:
71        Mat Object: 1 MPI processes
72          type: seqaij
73          rows=8, cols=8
74          total: nonzeros=28, allocated nonzeros=28
75          total number of mallocs used during MatSetValues calls=0
76            not using I-node routines
77    linear system matrix = precond matrix:
78    Mat Object: 1 MPI processes
79      type: seqaij
80      rows=16, cols=16
81      total: nonzeros=64, allocated nonzeros=64
82      total number of mallocs used during MatSetValues calls=0
83        not using I-node routines
84N: 16 error L2 2.12442e-11 inf 4.24885e-11
85