xref: /petsc/src/ts/tests/output/ex8_1.out (revision f13dfd9ea68e0ddeee984e65c377a1819eab8a8a)
1TS Object: 1 MPI process
2  type: rosw
3    Rosenbrock-W ra34pw2
4    Abscissa of A       =  0.000000  0.871733  0.731580  1.000000
5    Abscissa of A+Gamma =  0.435867  0.871733  0.731580  1.000000
6  maximum time=1.
7  total number of I function evaluations=112
8  total number of RHS function evaluations=112
9  total number of nonlinear solver iterations=64
10  total number of linear solver iterations=64
11  total number of linear solve failures=0
12  total number of rejected steps=1
13  using relative error tolerance of 0.0001,   using absolute error tolerance of 0.0001
14  TSAdapt Object: 1 MPI process
15    type: basic
16    safety factor 0.9
17    extra safety factor after step rejection 0.5
18    clip fastest increase 10.
19    clip fastest decrease 0.1
20    maximum allowed timestep 1e+20
21    minimum allowed timestep 1e-20
22    maximum solution absolute value to be ignored -1.
23  SNES Object: 1 MPI process
24    type: ksponly
25    maximum iterations=50, maximum function evaluations=10000
26    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
27    total number of linear solver iterations=1
28    total number of function evaluations=1
29    norm schedule ALWAYS
30    Jacobian is built using finite differences one column at a time
31    KSP Object: 1 MPI process
32      type: gmres
33        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
34        happy breakdown tolerance 1e-30
35      maximum iterations=10000, initial guess is zero
36      tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
37      left preconditioning
38      using PRECONDITIONED norm type for convergence test
39    PC Object: 1 MPI process
40      type: ilu
41        out-of-place factorization
42        0 levels of fill
43        tolerance for zero pivot 2.22045e-14
44        matrix ordering: external
45        factor fill ratio given 0., needed 0.
46          Factored matrix follows:
47            Mat Object: 1 MPI process
48              type: seqdense
49              rows=2, cols=2
50              package used to perform factorization: petsc
51              total: nonzeros=4, allocated nonzeros=4
52      linear system matrix = precond matrix:
53      Mat Object: 1 MPI process
54        type: seqdense
55        rows=2, cols=2
56        total: nonzeros=4, allocated nonzeros=4
57        total number of mallocs used during MatSetValues calls=0
58