xref: /petsc/src/ts/tutorials/output/ex43_a.out (revision a99ef635ef3fb31080710bc8e0dbbde292199c98)
18cc725e6SPierre JolivetTS Object: 1 MPI process
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
6a6ab3590SBarry Smith  total number of I function evaluations=24
7a6ab3590SBarry Smith  total number of I Jacobian evaluations=12
8c4762a1bSJed Brown  total number of nonlinear solver iterations=12
9c4762a1bSJed Brown  total number of linear solver iterations=12
10c4762a1bSJed Brown  total number of nonlinear solve failures=0
11c4762a1bSJed Brown  total number of rejected steps=0
12c4762a1bSJed Brown  using relative error tolerance of 0.0001,   using absolute error tolerance of 0.0001
138cc725e6SPierre Jolivet  TSAdapt Object: 1 MPI process
14c4762a1bSJed Brown    type: none
158cc725e6SPierre Jolivet  SNES Object: 1 MPI process
16c4762a1bSJed Brown    type: newtonls
17c4762a1bSJed Brown    maximum iterations=50, maximum function evaluations=10000
18c4762a1bSJed Brown    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
19c4762a1bSJed Brown    total number of linear solver iterations=1
20c4762a1bSJed Brown    total number of function evaluations=2
21c4762a1bSJed Brown    norm schedule ALWAYS
228cc725e6SPierre Jolivet    SNESLineSearch Object: 1 MPI process
23c4762a1bSJed Brown      type: bt
24c4762a1bSJed Brown        interpolation: cubic
25c4762a1bSJed Brown        alpha=1.000000e-04
26*a99ef635SJonas Heinzmann      maxlambda=1.000000e+00, minlambda=1.000000e-12
27c4762a1bSJed Brown      tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
28c4762a1bSJed Brown      maximum iterations=40
298cc725e6SPierre Jolivet    KSP Object: 1 MPI process
30c4762a1bSJed Brown      type: gmres
31c4762a1bSJed Brown        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
32c4762a1bSJed Brown        happy breakdown tolerance 1e-30
33c4762a1bSJed Brown      maximum iterations=10000, initial guess is zero
34c4762a1bSJed Brown      tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
35c4762a1bSJed Brown      left preconditioning
36c4762a1bSJed Brown      using PRECONDITIONED norm type for convergence test
378cc725e6SPierre Jolivet    PC Object: 1 MPI process
382a350339SBarry Smith       type: ilu
392a350339SBarry Smith         out-of-place factorization
402a350339SBarry Smith         0 levels of fill
412a350339SBarry Smith         tolerance for zero pivot 2.22045e-14
422a350339SBarry Smith         matrix ordering: external
432a350339SBarry Smith         factor fill ratio given 0., needed 0.
442a350339SBarry Smith           Factored matrix follows:
458cc725e6SPierre Jolivet             Mat Object: 1 MPI process
462a350339SBarry Smith               type: seqdense
472a350339SBarry Smith               rows=1, cols=1
482a350339SBarry Smith               package used to perform factorization: petsc
492a350339SBarry Smith               total: nonzeros=1, allocated nonzeros=1
50c4762a1bSJed Brown      linear system matrix = precond matrix:
518cc725e6SPierre Jolivet      Mat Object: 1 MPI process
52c4762a1bSJed Brown        type: seqdense
53c4762a1bSJed Brown        rows=1, cols=1
54c4762a1bSJed Brown        total: nonzeros=1, allocated nonzeros=1
55c4762a1bSJed Brown        total number of mallocs used during MatSetValues calls=0
56