xref: /petsc/src/ts/tests/output/ex8_2.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=256
8  total number of RHS function evaluations=256
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=2
29    norm schedule ALWAYS
30    Jacobian is rebuilt every 2 SNES iterations
31    Jacobian is built using finite differences one column at a time
32    KSP Object: 1 MPI process
33      type: gmres
34        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
35        happy breakdown tolerance 1e-30
36      maximum iterations=10000, initial guess is zero
37      tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
38      left preconditioning
39      using PRECONDITIONED norm type for convergence test
40    PC Object: 1 MPI process
41      type: ilu
42        out-of-place factorization
43        0 levels of fill
44        tolerance for zero pivot 2.22045e-14
45        matrix ordering: external
46        factor fill ratio given 0., needed 0.
47          Factored matrix follows:
48            Mat Object: 1 MPI process
49              type: seqdense
50              rows=2, cols=2
51              package used to perform factorization: petsc
52              total: nonzeros=4, allocated nonzeros=4
53      linear system matrix = precond matrix:
54      Mat Object: 1 MPI process
55        type: seqdense
56        rows=2, cols=2
57        total: nonzeros=4, allocated nonzeros=4
58        total number of mallocs used during MatSetValues calls=0
59