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