xref: /petsc/src/snes/tutorials/output/ex19_parms.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brownlid velocity = 0.0625, prandtl # = 1., grashof # = 1.
2*c4762a1bSJed Brown    0 KSP Residual norm 0.244212
3*c4762a1bSJed Brown    1 KSP Residual norm 0.0263811
4*c4762a1bSJed Brown    2 KSP Residual norm 0.001012
5*c4762a1bSJed Brown    3 KSP Residual norm 0.000219671
6*c4762a1bSJed Brown    4 KSP Residual norm 8.29849e-06
7*c4762a1bSJed Brown    5 KSP Residual norm 1.63718e-06
8*c4762a1bSJed Brown    0 KSP Residual norm 2.29703e-05
9*c4762a1bSJed Brown    1 KSP Residual norm 2.80698e-06
10*c4762a1bSJed Brown    2 KSP Residual norm 6.02504e-07
11*c4762a1bSJed Brown    3 KSP Residual norm 1.59775e-07
12*c4762a1bSJed Brown    4 KSP Residual norm 6.11071e-09
13*c4762a1bSJed Brown    5 KSP Residual norm 7.777e-10
14*c4762a1bSJed Brown    6 KSP Residual norm 8.330e-11
15*c4762a1bSJed BrownSNES Object: 2 MPI processes
16*c4762a1bSJed Brown  type: newtonls
17*c4762a1bSJed Brown  maximum iterations=50, maximum function evaluations=10000
18*c4762a1bSJed Brown  tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
19*c4762a1bSJed Brown  total number of linear solver iterations=11
20*c4762a1bSJed Brown  total number of function evaluations=3
21*c4762a1bSJed Brown  norm schedule ALWAYS
22*c4762a1bSJed Brown  Jacobian is built using colored finite differences on a DMDA
23*c4762a1bSJed Brown  SNESLineSearch Object: 2 MPI processes
24*c4762a1bSJed Brown    type: bt
25*c4762a1bSJed Brown      interpolation: cubic
26*c4762a1bSJed Brown      alpha=1.000000e-04
27*c4762a1bSJed Brown    maxstep=1.000000e+08, minlambda=1.000000e-12
28*c4762a1bSJed Brown    tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
29*c4762a1bSJed Brown    maximum iterations=40
30*c4762a1bSJed Brown  KSP Object: 2 MPI processes
31*c4762a1bSJed Brown    type: gmres
32*c4762a1bSJed Brown      restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
33*c4762a1bSJed Brown      happy breakdown tolerance 1e-30
34*c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
35*c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
36*c4762a1bSJed Brown    left preconditioning
37*c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
38*c4762a1bSJed Brown  PC Object: 2 MPI processes
39*c4762a1bSJed Brown    type: parms
40*c4762a1bSJed Brown      global preconditioner: Restricted Additive Schwarz
41*c4762a1bSJed Brown      local preconditioner: ARMS
42*c4762a1bSJed Brown      non-zero elements/original non-zero entries: 0.75
43*c4762a1bSJed Brown      Tolerance for local solve: 0.01
44*c4762a1bSJed Brown      Number of levels: 10
45*c4762a1bSJed Brown      Using nonsymmetric permutation
46*c4762a1bSJed Brown      Block size: 250
47*c4762a1bSJed Brown      Tolerance for independent sets: 0.4
48*c4762a1bSJed Brown      Inner Krylov dimension: 0
49*c4762a1bSJed Brown      Maximum number of inner iterations: 0
50*c4762a1bSJed Brown      amount of fill-in for ilut, iluk and arms: 20
51*c4762a1bSJed Brown      amount of fill-in for schur: 20
52*c4762a1bSJed Brown      amount of fill-in for ILUT L and U: 20
53*c4762a1bSJed Brown      drop tolerance for L, U, L^{-1}F and EU^{-1}: 1e-05
54*c4762a1bSJed Brown      drop tolerance for schur complement at each level: 0.001
55*c4762a1bSJed Brown      drop tolerance for ILUT in last level schur complement: 0.001
56*c4762a1bSJed Brown    linear system matrix = precond matrix:
57*c4762a1bSJed Brown    Mat Object: 2 MPI processes
58*c4762a1bSJed Brown      type: mpiaij
59*c4762a1bSJed Brown      rows=64, cols=64, bs=4
60*c4762a1bSJed Brown      total: nonzeros=1024, allocated nonzeros=1024
61*c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
62*c4762a1bSJed BrownNumber of SNES iterations = 2
63