xref: /petsc/src/snes/tutorials/output/ex5_asm_5.out (revision eaa7cf455101e7391ead982166c6e99faf273403)
1c4762a1bSJed Brown  0 SNES Function norm 0.137187
2c4762a1bSJed Brown    0 KSP Residual norm 0.0606965
3c4762a1bSJed Brown    1 KSP Residual norm 0.0313363
4c4762a1bSJed Brown    2 KSP Residual norm 0.0202713
5c4762a1bSJed Brown    3 KSP Residual norm 0.0136062
6c4762a1bSJed Brown    4 KSP Residual norm 0.00919167
7c4762a1bSJed Brown    5 KSP Residual norm 0.00621688
8c4762a1bSJed Brown    6 KSP Residual norm 0.0042058
9c4762a1bSJed Brown    7 KSP Residual norm 0.00284539
10c4762a1bSJed Brown    8 KSP Residual norm 0.00192504
11c4762a1bSJed Brown    9 KSP Residual norm 0.00130238
12c4762a1bSJed Brown   10 KSP Residual norm 0.000881123
13c4762a1bSJed Brown   11 KSP Residual norm 0.000596122
14c4762a1bSJed Brown   12 KSP Residual norm 0.000403305
15c4762a1bSJed Brown   13 KSP Residual norm 0.000272855
16c4762a1bSJed Brown   14 KSP Residual norm 0.0001846
17c4762a1bSJed Brown   15 KSP Residual norm 0.00012489
18c4762a1bSJed Brown   16 KSP Residual norm 8.44943e-05
19c4762a1bSJed Brown   17 KSP Residual norm 5.71644e-05
20c4762a1bSJed Brown   18 KSP Residual norm 3.86745e-05
21c4762a1bSJed Brown   19 KSP Residual norm 2.61651e-05
22c4762a1bSJed Brown   20 KSP Residual norm 1.7702e-05
23c4762a1bSJed Brown   21 KSP Residual norm 1.19762e-05
24c4762a1bSJed Brown   22 KSP Residual norm 8.10249e-06
25c4762a1bSJed Brown   23 KSP Residual norm 5.48172e-06
26c4762a1bSJed Brown   24 KSP Residual norm 3.70864e-06
27c4762a1bSJed Brown   25 KSP Residual norm 2.50908e-06
28c4762a1bSJed Brown   26 KSP Residual norm 1.69751e-06
29c4762a1bSJed Brown   27 KSP Residual norm 1.14845e-06
30c4762a1bSJed Brown   28 KSP Residual norm 7.76979e-07
31c4762a1bSJed Brown   29 KSP Residual norm 5.25663e-07
32c4762a1bSJed Brown   30 KSP Residual norm 3.55636e-07
33c4762a1bSJed Brown   31 KSP Residual norm 2.40605e-07
34c4762a1bSJed Brown   32 KSP Residual norm 1.62781e-07
35c4762a1bSJed Brown   33 KSP Residual norm 1.10129e-07
36c4762a1bSJed Brown   34 KSP Residual norm 7.45075e-08
37c4762a1bSJed Brown   35 KSP Residual norm 5.04079e-08
38c4762a1bSJed Brown   36 KSP Residual norm 3.41033e-08
39c4762a1bSJed Brown   37 KSP Residual norm 2.30725e-08
40c4762a1bSJed Brown   38 KSP Residual norm 1.56097e-08
41c4762a1bSJed Brown   39 KSP Residual norm 1.05607e-08
42c4762a1bSJed Brown   40 KSP Residual norm 7.14481e-09
43c4762a1bSJed Brown   41 KSP Residual norm 4.83381e-09
44c4762a1bSJed Brown   42 KSP Residual norm 3.2703e-09
45c4762a1bSJed Brown   43 KSP Residual norm 2.21251e-09
46c4762a1bSJed Brown   44 KSP Residual norm 1.49687e-09
47c4762a1bSJed Brown   45 KSP Residual norm 1.01271e-09
48c4762a1bSJed Brown   46 KSP Residual norm 6.851e-10
49c4762a1bSJed Brown   47 KSP Residual norm 4.635e-10
50c4762a1bSJed Brown   48 KSP Residual norm 3.136e-10
51c4762a1bSJed Brown   49 KSP Residual norm 2.122e-10
52c4762a1bSJed Brown   50 KSP Residual norm 1.435e-10
53c4762a1bSJed Brown   51 KSP Residual norm 9.711e-11
54c4762a1bSJed Brown   52 KSP Residual norm 6.570e-11
55c4762a1bSJed Brown   53 KSP Residual norm 4.445e-11
56c4762a1bSJed Brown  1 SNES Function norm 1.506e-10
57c4762a1bSJed BrownNonlinear solve converged due to CONVERGED_FNORM_RELATIVE iterations 1
58c4762a1bSJed BrownSNES Object: 2 MPI processes
59c4762a1bSJed Brown  type: newtonls
60c4762a1bSJed Brown  maximum iterations=50, maximum function evaluations=10000
61c4762a1bSJed Brown  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
62c4762a1bSJed Brown  total number of linear solver iterations=53
63c4762a1bSJed Brown  total number of function evaluations=2
64c4762a1bSJed Brown  norm schedule ALWAYS
65c4762a1bSJed Brown  Jacobian is built using a DMDA local Jacobian
66c4762a1bSJed Brown  SNESLineSearch Object: 2 MPI processes
67c4762a1bSJed Brown    type: bt
68c4762a1bSJed Brown      interpolation: cubic
69c4762a1bSJed Brown      alpha=1.000000e-04
70a99ef635SJonas Heinzmann    maxlambda=1.000000e+00, minlambda=1.000000e-12
71c4762a1bSJed Brown    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
72c4762a1bSJed Brown    maximum iterations=40
73c4762a1bSJed Brown  KSP Object: 2 MPI processes
74c4762a1bSJed Brown    type: richardson
75c4762a1bSJed Brown      damping factor=1.
76c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
77c4762a1bSJed Brown    tolerances: relative=1e-09, absolute=1e-50, divergence=10000.
78c4762a1bSJed Brown    left preconditioning
79c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
80c4762a1bSJed Brown  PC Object: 2 MPI processes
81c4762a1bSJed Brown    type: asm
82c4762a1bSJed Brown      total subdomain blocks = 4, amount of overlap = 0
83c4762a1bSJed Brown      restriction/interpolation type - RESTRICT
84ed155784SPierre Jolivet      Local solver information for first block is in the following KSP and PC objects on rank 0:
85ed155784SPierre Jolivet      Use -ksp_view ::ascii_info_detail to display information for all blocks
868cc725e6SPierre Jolivet      KSP Object: (sub_) 1 MPI process
87c4762a1bSJed Brown        type: preonly
88c4762a1bSJed Brown        maximum iterations=10000, initial guess is zero
89c4762a1bSJed Brown        tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
90c4762a1bSJed Brown        left preconditioning
918405740aSBarry Smith        not checking for convergence
928cc725e6SPierre Jolivet      PC Object: (sub_) 1 MPI process
93c4762a1bSJed Brown        type: lu
94c4762a1bSJed Brown          out-of-place factorization
95c4762a1bSJed Brown          tolerance for zero pivot 2.22045e-14
96c4762a1bSJed Brown          matrix ordering: nd
97c4762a1bSJed Brown          factor fill ratio given 5., needed 1.35714
98*ecf3d421SBarry Smith            Factored matrix:
9926cc229bSBarry Smith              Mat Object: (sub_) 1 MPI process
100c4762a1bSJed Brown                type: seqaij
101c4762a1bSJed Brown                rows=8, cols=8
102c4762a1bSJed Brown                package used to perform factorization: petsc
103c4762a1bSJed Brown                total: nonzeros=38, allocated nonzeros=38
104c4762a1bSJed Brown                  not using I-node routines
105*ecf3d421SBarry Smith        linear system matrix, which is also used to construct the preconditioner:
1068cc725e6SPierre Jolivet        Mat Object: (sub_) 1 MPI process
107c4762a1bSJed Brown          type: seqaij
108c4762a1bSJed Brown          rows=8, cols=8
109c4762a1bSJed Brown          total: nonzeros=28, allocated nonzeros=28
110c4762a1bSJed Brown          total number of mallocs used during MatSetValues calls=0
111c4762a1bSJed Brown            not using I-node routines
112*ecf3d421SBarry Smith    linear system matrix, which is also used to construct the preconditioner:
113c4762a1bSJed Brown    Mat Object: 2 MPI processes
114c4762a1bSJed Brown      type: mpiaij
115c4762a1bSJed Brown      rows=32, cols=32
116c4762a1bSJed Brown      total: nonzeros=136, allocated nonzeros=136
117c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
118c4762a1bSJed BrownN: 32 error L2 2.42932e-11 inf 5.6701e-11
119