xref: /petsc/src/ts/tutorials/output/ex50_3.out (revision a6ab35904f1fd63076c970ac2145f135f935a274)
1c4762a1bSJed Brown2-norm of error 0.
2c4762a1bSJed Brown2-norm of error 7.72155e-08
3c4762a1bSJed Brown2-norm of error 1.53905e-07
4c4762a1bSJed Brown2-norm of error 2.30407e-07
5c4762a1bSJed Brown2-norm of error 3.06382e-07
6c4762a1bSJed Brown2-norm of error 3.82162e-07
7c4762a1bSJed BrownTS Object: 1 MPI processes
8c4762a1bSJed Brown  type: beuler
9c4762a1bSJed Brown  maximum steps=5
10c4762a1bSJed Brown  maximum time=4.
11*a6ab3590SBarry Smith  total number of RHS function evaluations=24
12*a6ab3590SBarry Smith  total number of RHS Jacobian evaluations=17
13c4762a1bSJed Brown  total number of nonlinear solver iterations=17
14c4762a1bSJed Brown  total number of linear solver iterations=41
15c4762a1bSJed Brown  total number of nonlinear solve failures=0
16c4762a1bSJed Brown  total number of rejected steps=0
17c4762a1bSJed Brown  using relative error tolerance of 1e-07,   using absolute error tolerance of 1e-07
18c4762a1bSJed Brown  TSAdapt Object: 1 MPI processes
19c4762a1bSJed Brown    type: none
20c4762a1bSJed Brown  SNES Object: 1 MPI processes
21c4762a1bSJed Brown    type: newtonls
22c4762a1bSJed Brown    maximum iterations=50, maximum function evaluations=10000
23c4762a1bSJed Brown    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
24c4762a1bSJed Brown    total number of linear solver iterations=7
25c4762a1bSJed Brown    total number of function evaluations=4
26c4762a1bSJed Brown    norm schedule ALWAYS
27c4762a1bSJed Brown    SNESLineSearch Object: 1 MPI processes
28c4762a1bSJed Brown      type: bt
29c4762a1bSJed Brown        interpolation: cubic
30c4762a1bSJed Brown        alpha=1.000000e-04
31c4762a1bSJed Brown      maxstep=1.000000e+08, minlambda=1.000000e-12
32c4762a1bSJed Brown      tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
33c4762a1bSJed Brown      maximum iterations=40
34c4762a1bSJed Brown    KSP Object: 1 MPI processes
35c4762a1bSJed Brown      type: gmres
36c4762a1bSJed Brown        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
37c4762a1bSJed Brown        happy breakdown tolerance 1e-30
38c4762a1bSJed Brown      maximum iterations=10000, initial guess is zero
39c4762a1bSJed Brown      tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
40c4762a1bSJed Brown      left preconditioning
41c4762a1bSJed Brown      using PRECONDITIONED norm type for convergence test
42c4762a1bSJed Brown    PC Object: 1 MPI processes
43c4762a1bSJed Brown      type: none
44c4762a1bSJed Brown      linear system matrix = precond matrix:
45c4762a1bSJed Brown      Mat Object: 1 MPI processes
46c4762a1bSJed Brown        type: shell
47c4762a1bSJed Brown        rows=90, cols=90
48c4762a1bSJed Brown          has attached null space
49