xref: /petsc/src/snes/tutorials/output/ex19_sell_sor.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 2.897657436847e-01
4421480d9SBarry Smith    1 KSP Residual norm 1.707173075176e-02
5421480d9SBarry Smith    2 KSP Residual norm 6.405218762144e-03
6421480d9SBarry Smith    3 KSP Residual norm 1.314118438538e-03
7421480d9SBarry Smith    4 KSP Residual norm 2.530537469982e-04
8421480d9SBarry Smith    5 KSP Residual norm 8.384858565615e-05
9421480d9SBarry Smith    6 KSP Residual norm 1.667581529554e-05
10421480d9SBarry Smith    7 KSP Residual norm 3.047472053480e-06
11421480d9SBarry Smith    8 KSP Residual norm 3.176319008581e-07
12421480d9SBarry Smith  1 SNES Function norm 6.833625209978e-05
13421480d9SBarry Smith    0 KSP Residual norm 2.171349867503e-05
14421480d9SBarry Smith    1 KSP Residual norm 1.876727209396e-06
15421480d9SBarry Smith    2 KSP Residual norm 5.049137701209e-07
16421480d9SBarry Smith    3 KSP Residual norm 1.270156346290e-07
17421480d9SBarry Smith    4 KSP Residual norm 2.524572539168e-08
18421480d9SBarry Smith    5 KSP Residual norm 3.953358266575e-09
19421480d9SBarry Smith    6 KSP Residual norm 4.707984640669e-10
20421480d9SBarry Smith    7 KSP Residual norm 9.073835182022e-11
21421480d9SBarry Smith  2 SNES Function norm 3.064910055804e-10
22421480d9SBarry SmithSNES Object: 1 MPI process
23421480d9SBarry Smith  type: newtonls
24421480d9SBarry Smith  maximum iterations=50, maximum function evaluations=10000
25421480d9SBarry Smith  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
26421480d9SBarry Smith  total number of linear solver iterations=15
27421480d9SBarry Smith  total number of function evaluations=3
28421480d9SBarry Smith  norm schedule ALWAYS
29421480d9SBarry Smith  Jacobian is built using colored finite differences on a DMDA
30421480d9SBarry Smith  SNESLineSearch Object: 1 MPI process
31421480d9SBarry Smith    type: bt
32421480d9SBarry Smith      interpolation: cubic
33421480d9SBarry Smith      alpha=1.000000e-04
34421480d9SBarry Smith    maxlambda=1.000000e+00, minlambda=1.000000e-12
35421480d9SBarry Smith    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
36421480d9SBarry Smith    maximum iterations=40
37421480d9SBarry Smith  KSP Object: 1 MPI process
38421480d9SBarry Smith    type: gmres
39f971d498SPierre Jolivet      restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
40*143f2514SPierre Jolivet      happy breakdown tolerance=1e-30
41421480d9SBarry Smith    maximum iterations=10000, initial guess is zero
42421480d9SBarry Smith    tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
43421480d9SBarry Smith    left preconditioning
44421480d9SBarry Smith    using PRECONDITIONED norm type for convergence test
45421480d9SBarry Smith  PC Object: 1 MPI process
46421480d9SBarry Smith    type: sor
47421480d9SBarry Smith      type = local_symmetric, iterations = 1, local iterations = 1, omega = 1.
48421480d9SBarry Smith    linear system matrix = precond matrix:
49421480d9SBarry Smith    Mat Object: 1 MPI process
50421480d9SBarry Smith      type: seqsell
51421480d9SBarry Smith      rows=64, cols=64, bs=4
52421480d9SBarry Smith      total: nonzeros=1152, allocated nonzeros=1152
53421480d9SBarry Smith      total number of mallocs used during MatSetValues calls=0
54421480d9SBarry SmithNumber of SNES iterations = 2
55