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