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