xref: /petsc/src/snes/tutorials/output/ex19_sell_jacobi.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
1421480d9SBarry Smithlid velocity = 0.0625, prandtl # = 1., grashof # = 1.
2421480d9SBarry Smith  0 SNES Function norm 2.391552133017e-01
3421480d9SBarry Smith    0 KSP Residual norm 1.043978915076e-01
4421480d9SBarry Smith    1 KSP Residual norm 9.897206228926e-02
5421480d9SBarry Smith    2 KSP Residual norm 3.602471125706e-02
6421480d9SBarry Smith    3 KSP Residual norm 1.854371936520e-02
7421480d9SBarry Smith    4 KSP Residual norm 9.934100354718e-03
8421480d9SBarry Smith    5 KSP Residual norm 4.476229639013e-03
9421480d9SBarry Smith    6 KSP Residual norm 1.570219099049e-03
10421480d9SBarry Smith    7 KSP Residual norm 3.970010925899e-04
11421480d9SBarry Smith    8 KSP Residual norm 2.154140071934e-04
12421480d9SBarry Smith    9 KSP Residual norm 1.217737250916e-04
13421480d9SBarry Smith   10 KSP Residual norm 4.840819223879e-05
14421480d9SBarry Smith   11 KSP Residual norm 2.631653557386e-05
15421480d9SBarry Smith   12 KSP Residual norm 1.468746272134e-05
16421480d9SBarry Smith   13 KSP Residual norm 3.721174771278e-06
17421480d9SBarry Smith   14 KSP Residual norm 7.915424447379e-07
18421480d9SBarry Smith  1 SNES Function norm 6.827475357708e-05
19421480d9SBarry Smith    0 KSP Residual norm 1.707175169445e-05
20421480d9SBarry Smith    1 KSP Residual norm 5.958791922536e-06
21421480d9SBarry Smith    2 KSP Residual norm 3.710938156159e-06
22421480d9SBarry Smith    3 KSP Residual norm 1.690149504211e-06
23421480d9SBarry Smith    4 KSP Residual norm 9.484891709813e-07
24421480d9SBarry Smith    5 KSP Residual norm 3.878222026691e-07
25421480d9SBarry Smith    6 KSP Residual norm 3.278409376961e-07
26421480d9SBarry Smith    7 KSP Residual norm 1.887429268064e-07
27421480d9SBarry Smith    8 KSP Residual norm 6.446784332618e-08
28421480d9SBarry Smith    9 KSP Residual norm 3.591913490308e-08
29421480d9SBarry Smith   10 KSP Residual norm 1.165073891609e-08
30421480d9SBarry Smith   11 KSP Residual norm 7.027811412811e-09
31421480d9SBarry Smith   12 KSP Residual norm 3.272945333547e-09
32421480d9SBarry Smith   13 KSP Residual norm 1.051501143617e-09
33421480d9SBarry Smith   14 KSP Residual norm 1.866732880485e-10
34421480d9SBarry Smith   15 KSP Residual norm 3.516571959552e-11
35421480d9SBarry Smith  2 SNES Function norm 1.249882036745e-10
36421480d9SBarry SmithSNES Object: 1 MPI process
37421480d9SBarry Smith  type: newtonls
38421480d9SBarry Smith  maximum iterations=50, maximum function evaluations=10000
39421480d9SBarry Smith  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
40421480d9SBarry Smith  total number of linear solver iterations=29
41421480d9SBarry Smith  total number of function evaluations=3
42421480d9SBarry Smith  norm schedule ALWAYS
43421480d9SBarry Smith  Jacobian is built using colored finite differences on a DMDA
44421480d9SBarry Smith  SNESLineSearch Object: 1 MPI process
45421480d9SBarry Smith    type: bt
46421480d9SBarry Smith      interpolation: cubic
47421480d9SBarry Smith      alpha=1.000000e-04
48421480d9SBarry Smith    maxlambda=1.000000e+00, minlambda=1.000000e-12
49421480d9SBarry Smith    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
50421480d9SBarry Smith    maximum iterations=40
51421480d9SBarry Smith  KSP Object: 1 MPI process
52421480d9SBarry Smith    type: gmres
53f971d498SPierre Jolivet      restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
54*143f2514SPierre Jolivet      happy breakdown tolerance=1e-30
55421480d9SBarry Smith    maximum iterations=10000, initial guess is zero
56421480d9SBarry Smith    tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
57421480d9SBarry Smith    left preconditioning
58421480d9SBarry Smith    using PRECONDITIONED norm type for convergence test
59421480d9SBarry Smith  PC Object: 1 MPI process
60421480d9SBarry Smith    type: jacobi
61421480d9SBarry Smith      type DIAGONAL
62421480d9SBarry Smith    linear system matrix = precond matrix:
63421480d9SBarry Smith    Mat Object: 1 MPI process
64421480d9SBarry Smith      type: seqsell
65421480d9SBarry Smith      rows=64, cols=64, bs=4
66421480d9SBarry Smith      total: nonzeros=1152, allocated nonzeros=1152
67421480d9SBarry Smith      total number of mallocs used during MatSetValues calls=0
68421480d9SBarry SmithNumber of SNES iterations = 2
69