xref: /petsc/src/ts/tutorials/output/ex43_a.out (revision 2a350339cbaefb808cfbe82be4e4f9f98a3f4a84)
1c4762a1bSJed BrownTS Object: 1 MPI processes
2c4762a1bSJed Brown  type: alpha2
3c4762a1bSJed Brown    Alpha_m=0.5, Alpha_f=0.5, Gamma=0.5, Beta=0.25
4c4762a1bSJed Brown  maximum steps=10
5c4762a1bSJed Brown  maximum time=31.4159
6c4762a1bSJed Brown  total number of nonlinear solver iterations=12
7c4762a1bSJed Brown  total number of linear solver iterations=12
8c4762a1bSJed Brown  total number of nonlinear solve failures=0
9c4762a1bSJed Brown  total number of rejected steps=0
10c4762a1bSJed Brown  using relative error tolerance of 0.0001,   using absolute error tolerance of 0.0001
11c4762a1bSJed Brown  TSAdapt Object: 1 MPI processes
12c4762a1bSJed Brown    type: none
13c4762a1bSJed Brown  SNES Object: 1 MPI processes
14c4762a1bSJed Brown    type: newtonls
15c4762a1bSJed Brown    maximum iterations=50, maximum function evaluations=10000
16c4762a1bSJed Brown    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
17c4762a1bSJed Brown    total number of linear solver iterations=1
18c4762a1bSJed Brown    total number of function evaluations=2
19c4762a1bSJed Brown    norm schedule ALWAYS
20c4762a1bSJed Brown    SNESLineSearch Object: 1 MPI processes
21c4762a1bSJed Brown      type: bt
22c4762a1bSJed Brown        interpolation: cubic
23c4762a1bSJed Brown        alpha=1.000000e-04
24c4762a1bSJed Brown      maxstep=1.000000e+08, minlambda=1.000000e-12
25c4762a1bSJed Brown      tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
26c4762a1bSJed Brown      maximum iterations=40
27c4762a1bSJed Brown    KSP Object: 1 MPI processes
28c4762a1bSJed Brown      type: gmres
29c4762a1bSJed Brown        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
30c4762a1bSJed Brown        happy breakdown tolerance 1e-30
31c4762a1bSJed Brown      maximum iterations=10000, initial guess is zero
32c4762a1bSJed Brown      tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
33c4762a1bSJed Brown      left preconditioning
34c4762a1bSJed Brown      using PRECONDITIONED norm type for convergence test
35c4762a1bSJed Brown    PC Object: 1 MPI processes
36*2a350339SBarry Smith       type: ilu
37*2a350339SBarry Smith         out-of-place factorization
38*2a350339SBarry Smith         0 levels of fill
39*2a350339SBarry Smith         tolerance for zero pivot 2.22045e-14
40*2a350339SBarry Smith         matrix ordering: external
41*2a350339SBarry Smith         factor fill ratio given 0., needed 0.
42*2a350339SBarry Smith           Factored matrix follows:
43*2a350339SBarry Smith             Mat Object: 1 MPI processes
44*2a350339SBarry Smith               type: seqdense
45*2a350339SBarry Smith               rows=1, cols=1
46*2a350339SBarry Smith               package used to perform factorization: petsc
47*2a350339SBarry Smith               total: nonzeros=1, allocated nonzeros=1
48c4762a1bSJed Brown      linear system matrix = precond matrix:
49c4762a1bSJed Brown      Mat Object: 1 MPI processes
50c4762a1bSJed Brown        type: seqdense
51c4762a1bSJed Brown        rows=1, cols=1
52c4762a1bSJed Brown        total: nonzeros=1, allocated nonzeros=1
53c4762a1bSJed Brown        total number of mallocs used during MatSetValues calls=0
54