xref: /petsc/src/snes/tutorials/output/ex19_sell_jacobi_alt.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
1421480d9SBarry Smithlid velocity = 0.0625, prandtl # = 1., grashof # = 1.
2421480d9SBarry Smith  0 SNES Function norm 2.391552180052e-01
3421480d9SBarry Smith    0 KSP Residual norm 1.043979376554e-01
4421480d9SBarry Smith    1 KSP Residual norm 9.897211194038e-02
5421480d9SBarry Smith    2 KSP Residual norm 3.602486103773e-02
6421480d9SBarry Smith    3 KSP Residual norm 1.854377426207e-02
7421480d9SBarry Smith    4 KSP Residual norm 9.934177622199e-03
8421480d9SBarry Smith    5 KSP Residual norm 4.476269707084e-03
9421480d9SBarry Smith    6 KSP Residual norm 1.570228836499e-03
10421480d9SBarry Smith    7 KSP Residual norm 3.970037505496e-04
11421480d9SBarry Smith    8 KSP Residual norm 2.154336107196e-04
12421480d9SBarry Smith    9 KSP Residual norm 1.217913450091e-04
13421480d9SBarry Smith   10 KSP Residual norm 4.843305578106e-05
14421480d9SBarry Smith   11 KSP Residual norm 2.634856900841e-05
15421480d9SBarry Smith   12 KSP Residual norm 1.465983496018e-05
16421480d9SBarry Smith   13 KSP Residual norm 3.671674221550e-06
17421480d9SBarry Smith   14 KSP Residual norm 8.448166113340e-07
18421480d9SBarry Smith  1 SNES Function norm 6.812581705162e-05
19421480d9SBarry Smith    0 KSP Residual norm 1.703599991743e-05
20421480d9SBarry Smith    1 KSP Residual norm 5.836925538460e-06
21421480d9SBarry Smith    2 KSP Residual norm 3.554486966095e-06
22421480d9SBarry Smith    3 KSP Residual norm 1.585310315022e-06
23421480d9SBarry Smith    4 KSP Residual norm 8.787128535914e-07
24421480d9SBarry Smith    5 KSP Residual norm 3.364042413523e-07
25421480d9SBarry Smith    6 KSP Residual norm 2.783608010759e-07
26421480d9SBarry Smith    7 KSP Residual norm 1.901564843365e-07
27421480d9SBarry Smith    8 KSP Residual norm 6.144293251964e-08
28421480d9SBarry Smith    9 KSP Residual norm 3.121917657722e-08
29421480d9SBarry Smith   10 KSP Residual norm 1.181941033934e-08
30421480d9SBarry Smith   11 KSP Residual norm 7.064762552744e-09
31421480d9SBarry Smith   12 KSP Residual norm 3.053768793393e-09
32421480d9SBarry Smith   13 KSP Residual norm 6.510417760452e-10
33421480d9SBarry Smith   14 KSP Residual norm 1.471436861245e-10
34421480d9SBarry Smith  2 SNES Function norm 7.657084921675e-08
35421480d9SBarry SmithSNES Object: 1 MPI process
36421480d9SBarry Smith  type: newtonls
37421480d9SBarry Smith  maximum iterations=50, maximum function evaluations=10000
38421480d9SBarry Smith  tolerances: relative=1e-05, absolute=1e-25, solution=1e-05
39421480d9SBarry Smith  total number of linear solver iterations=28
40421480d9SBarry Smith  total number of function evaluations=3
41421480d9SBarry Smith  norm schedule ALWAYS
42421480d9SBarry Smith  Jacobian is built using colored finite differences on a DMDA
43421480d9SBarry Smith  SNESLineSearch Object: 1 MPI process
44421480d9SBarry Smith    type: bt
45421480d9SBarry Smith      interpolation: cubic
46421480d9SBarry Smith      alpha=1.000000e-04
47421480d9SBarry Smith    maxlambda=1.000000e+00, minlambda=1.000000e-12
48421480d9SBarry Smith    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
49421480d9SBarry Smith    maximum iterations=40
50421480d9SBarry Smith  KSP Object: 1 MPI process
51421480d9SBarry Smith    type: gmres
52f971d498SPierre Jolivet      restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
53*143f2514SPierre Jolivet      happy breakdown tolerance=1e-30
54421480d9SBarry Smith    maximum iterations=10000, initial guess is zero
55421480d9SBarry Smith    tolerances: relative=1e-05, absolute=1e-25, divergence=10000.
56421480d9SBarry Smith    left preconditioning
57421480d9SBarry Smith    using PRECONDITIONED norm type for convergence test
58421480d9SBarry Smith  PC Object: 1 MPI process
59421480d9SBarry Smith    type: jacobi
60421480d9SBarry Smith      type DIAGONAL
61421480d9SBarry Smith    linear system matrix = precond matrix:
62421480d9SBarry Smith    Mat Object: 1 MPI process
63421480d9SBarry Smith      type: seqsell
64421480d9SBarry Smith      rows=64, cols=64, bs=4
65421480d9SBarry Smith      total: nonzeros=1152, allocated nonzeros=1152
66421480d9SBarry Smith      total number of mallocs used during MatSetValues calls=0
67421480d9SBarry SmithNumber of SNES iterations = 2
68