xref: /petsc/src/ts/tutorials/output/ex18_adv_3.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
18cc725e6SPierre JolivetDM Object: 1 MPI process
2c4762a1bSJed Brown  type: plex
3c4762a1bSJed BrownMesh in 2 dimensions:
49880b877SBarry Smith  Number of 0-cells per rank: 12
59880b877SBarry Smith  Number of 1-cells per rank: 21
69880b877SBarry 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)
208cc725e6SPierre JolivetTS Object: 1 MPI process
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
298cc725e6SPierre Jolivet  SNES Object: 1 MPI process
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
368cc725e6SPierre Jolivet    SNESLineSearch Object: 1 MPI process
37c4762a1bSJed Brown      type: bt
38c4762a1bSJed Brown        interpolation: cubic
39c4762a1bSJed Brown        alpha=1.000000e-04
40a99ef635SJonas Heinzmann      maxlambda=1.000000e+00, minlambda=1.000000e-12
41c4762a1bSJed Brown      tolerances: relative=1.000000e-08, absolute=1.000000e-15, lambda=1.000000e-08
42c4762a1bSJed Brown      maximum iterations=40
438cc725e6SPierre Jolivet    KSP Object: 1 MPI process
44c4762a1bSJed Brown      type: gmres
45f971d498SPierre Jolivet        restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
46*143f2514SPierre Jolivet        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
518cc725e6SPierre Jolivet    PC Object: 1 MPI process
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
58ecf3d421SBarry Smith          Factored matrix:
598cc725e6SPierre Jolivet            Mat Object: 1 MPI process
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
66ecf3d421SBarry Smith      linear system matrix, which is also used to construct the preconditioner:
678cc725e6SPierre Jolivet      Mat Object: 1 MPI process
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