xref: /petsc/src/ts/tutorials/output/ex18_adv_3.out (revision 9880b8777727488c8bf1cf8abdd611990192e3d7)
1c4762a1bSJed BrownDM Object: 1 MPI processes
2c4762a1bSJed Brown  type: plex
3c4762a1bSJed BrownMesh in 2 dimensions:
4*9880b877SBarry Smith  Number of 0-cells per rank: 12
5*9880b877SBarry Smith  Number of 1-cells per rank: 21
6*9880b877SBarry Smith  Number of 2-cells per rank: 15 (6)
7c4762a1bSJed BrownLabels:
8c4762a1bSJed Brown  ghost: 0 strata of sizes ()
9c4762a1bSJed Brown  vtk: 1 strata of sizes (9)
10c4762a1bSJed Brown  Face Sets: 2 strata of sizes (3, 3)
11c4762a1bSJed Brown  marker: 1 strata of sizes (12)
12c4762a1bSJed Brown  depth: 3 strata of sizes (12, 21, 15)
13c4762a1bSJed Brown  0  time        0  |x| (       0,    3.333)
14c4762a1bSJed Brown  Nonlinear solve converged due to CONVERGED_FNORM_RELATIVE iterations 38
15c4762a1bSJed Brown  1  time   0.9934  |x| (       0,    1.744)
16c4762a1bSJed Brown  Nonlinear solve converged due to CONVERGED_SNORM_RELATIVE iterations 35
17c4762a1bSJed Brown  2  time    1.987  |x| (       0,     1.41)
18c4762a1bSJed Brown  Nonlinear solve converged due to CONVERGED_SNORM_RELATIVE iterations 33
19c4762a1bSJed Brown  3  time     2.98  |x| (       0,    1.347)
20c4762a1bSJed BrownTS Object: 1 MPI processes
21c4762a1bSJed Brown  type: beuler
22c4762a1bSJed Brown  maximum steps=1000
23c4762a1bSJed Brown  maximum time=2
24a6ab3590SBarry Smith  total number of RHS function evaluations=100
25c4762a1bSJed Brown  total number of nonlinear solver iterations=106
26c4762a1bSJed Brown  total number of nonlinear solve failures=0
27c4762a1bSJed Brown  total number of linear solver iterations=108
28c4762a1bSJed Brown  total number of rejected steps=0
29c4762a1bSJed Brown  SNES Object: 1 MPI processes
30c4762a1bSJed Brown    type: newtonls
31c4762a1bSJed Brown    maximum iterations=50, maximum function evaluations=10000
32c4762a1bSJed Brown    tolerances: relative=1e-08, absolute=1e-50, solution=1e-08
33c4762a1bSJed Brown    total number of linear solver iterations=34
34c4762a1bSJed Brown    total number of function evaluations=66
35c4762a1bSJed Brown    norm schedule ALWAYS
36c4762a1bSJed Brown    SNESLineSearch Object: 1 MPI processes
37c4762a1bSJed Brown      type: bt
38c4762a1bSJed Brown        interpolation: cubic
39c4762a1bSJed Brown        alpha=1.000000e-04
40c4762a1bSJed Brown      maxstep=1.000000e+08, minlambda=1.000000e-12
41c4762a1bSJed Brown      tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
42c4762a1bSJed Brown      maximum iterations=40
43c4762a1bSJed Brown    KSP Object: 1 MPI processes
44c4762a1bSJed Brown      type: gmres
45c4762a1bSJed Brown        restart=30, using Classical (unmodified) Gram-Schmidt Orthogonalization with no iterative refinement
46c4762a1bSJed Brown        happy breakdown tolerance 1e-30
47c4762a1bSJed Brown      maximum iterations=100, initial guess is zero
48c4762a1bSJed Brown      tolerances:  relative=1e-05, absolute=1e-50, divergence=10000
49c4762a1bSJed Brown      left preconditioning
50c4762a1bSJed Brown      using PRECONDITIONED norm type for convergence test
51c4762a1bSJed Brown    PC Object: 1 MPI processes
52c4762a1bSJed Brown      type: ilu
53c4762a1bSJed Brown        out-of-place factorization
54c4762a1bSJed Brown        0 levels of fill
55c4762a1bSJed Brown        tolerance for zero pivot 2.22045e-14
56c4762a1bSJed Brown        matrix ordering: natural
57c4762a1bSJed Brown        factor fill ratio given 1, needed 1
58c4762a1bSJed Brown          Factored matrix follows:
59c4762a1bSJed Brown            Mat Object: 1 MPI processes
60c4762a1bSJed Brown              type: seqaij
61c4762a1bSJed Brown              rows=27, cols=27
62c4762a1bSJed Brown              package used to perform factorization: petsc
63c4762a1bSJed Brown              total: nonzeros=81, allocated nonzeros=81
64c4762a1bSJed Brown              total number of mallocs used during MatSetValues calls=0
65c4762a1bSJed Brown                using I-node routines: found 9 nodes, limit used is 5
66c4762a1bSJed Brown      linear system matrix = precond matrix:
67c4762a1bSJed Brown      Mat Object: 1 MPI processes
68c4762a1bSJed Brown        type: seqaij
69c4762a1bSJed Brown        rows=27, cols=27
70c4762a1bSJed Brown        total: nonzeros=81, allocated nonzeros=81
71c4762a1bSJed Brown        total number of mallocs used during MatSetValues calls=0
72c4762a1bSJed Brown          using I-node routines: found 9 nodes, limit used is 5
73c4762a1bSJed BrownCONVERGED_TIME at time 2.98018 after 3 steps
74