xref: /petsc/src/ts/tutorials/output/ex3_4.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
1c4762a1bSJed BrownSolving a linear TS problem on 1 processor
2c4762a1bSJed BrownTimestep   0: step size = 0.000143637, time = 0., 2-norm error = 0., max norm error = 0.
3c4762a1bSJed Brown    Linear solve converged due to CONVERGED_RTOL iterations 1
4c4762a1bSJed BrownTimestep   1: step size = 0.000143637, time = 0.000143637, 2-norm error = 0.00112483, max norm error = 0.00162124
5c4762a1bSJed Brown    Linear solve converged due to CONVERGED_RTOL iterations 1
6c4762a1bSJed BrownTimestep   2: step size = 0.000143637, time = 0.000287274, 2-norm error = 0.00213968, max norm error = 0.00308653
7c4762a1bSJed Brown    Linear solve converged due to CONVERGED_RTOL iterations 1
8c4762a1bSJed BrownTimestep   3: step size = 0.000143637, time = 0.000430911, 2-norm error = 0.00305264, max norm error = 0.0044073
9c4762a1bSJed Brownavg. error (2 norm) = 0.00210572, avg. error (max norm) = 0.00303835
108cc725e6SPierre JolivetTS Object: 1 MPI process
11c4762a1bSJed Brown  type: beuler
12188af4bfSBarry Smith  initial time step=0.000143637
13c4762a1bSJed Brown  maximum steps=3
14c4762a1bSJed Brown  maximum time=100.
15188af4bfSBarry Smith  maximum number of step rejections=10
16188af4bfSBarry Smith  maximum number of SNES failures allowed=1
17a6ab3590SBarry Smith  total number of RHS function evaluations=3
18a6ab3590SBarry Smith  total number of RHS Jacobian evaluations=6
19c4762a1bSJed Brown  total number of linear solver iterations=3
20c4762a1bSJed Brown  total number of linear solve failures=0
21c4762a1bSJed Brown  total number of rejected steps=0
22c4762a1bSJed Brown  using relative error tolerance of 0.0001,   using absolute error tolerance of 0.0001
238cc725e6SPierre Jolivet  TSAdapt Object: 1 MPI process
24c4762a1bSJed Brown    type: none
258cc725e6SPierre Jolivet  SNES Object: 1 MPI process
26c4762a1bSJed Brown    type: ksponly
27c4762a1bSJed Brown    maximum iterations=50, maximum function evaluations=10000
28c4762a1bSJed Brown    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
29c4762a1bSJed Brown    total number of linear solver iterations=1
30c4762a1bSJed Brown    total number of function evaluations=1
31c4762a1bSJed Brown    norm schedule ALWAYS
328cc725e6SPierre Jolivet    KSP Object: 1 MPI process
33c4762a1bSJed Brown      type: gmres
34f971d498SPierre Jolivet        restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
35*143f2514SPierre Jolivet        happy breakdown tolerance=1e-30
36c4762a1bSJed Brown      maximum iterations=10000, initial guess is zero
37c4762a1bSJed Brown      tolerances: relative=1e-05, absolute=1e-50, divergence=10000.
38c4762a1bSJed Brown      left preconditioning
39c4762a1bSJed Brown      using PRECONDITIONED norm type for convergence test
408cc725e6SPierre Jolivet    PC Object: 1 MPI process
41c4762a1bSJed Brown      type: ilu
42c4762a1bSJed Brown        out-of-place factorization
43c4762a1bSJed Brown        0 levels of fill
44c4762a1bSJed Brown        tolerance for zero pivot 2.22045e-14
45c4762a1bSJed Brown        matrix ordering: natural
46c4762a1bSJed Brown        factor fill ratio given 1., needed 1.
47ecf3d421SBarry Smith          Factored matrix:
488cc725e6SPierre Jolivet            Mat Object: 1 MPI process
49c4762a1bSJed Brown              type: seqaij
50c4762a1bSJed Brown              rows=60, cols=60
51c4762a1bSJed Brown              package used to perform factorization: petsc
52c4762a1bSJed Brown              total: nonzeros=176, allocated nonzeros=176
53c4762a1bSJed Brown                not using I-node routines
54ecf3d421SBarry Smith      linear system matrix, followed by the matrix used to construct the preconditioner:
558cc725e6SPierre Jolivet      Mat Object: 1 MPI process
56c4762a1bSJed Brown        type: seqaij
57c4762a1bSJed Brown        rows=60, cols=60
58c4762a1bSJed Brown        total: nonzeros=176, allocated nonzeros=176
59c4762a1bSJed Brown        total number of mallocs used during MatSetValues calls=0
60c4762a1bSJed Brown          not using I-node routines
618cc725e6SPierre Jolivet      Mat Object: 1 MPI process
62c4762a1bSJed Brown        type: seqaij
63c4762a1bSJed Brown        rows=60, cols=60
64c4762a1bSJed Brown        total: nonzeros=176, allocated nonzeros=176
65c4762a1bSJed Brown        total number of mallocs used during MatSetValues calls=0
66c4762a1bSJed Brown          not using I-node routines
67