xref: /petsc/src/tao/complementarity/tutorials/output/minsurf1_2_alt.out (revision 70646cd191a02c3aba559ba717dac5da7a8a1e20)
1c4762a1bSJed Brown
2c4762a1bSJed Brown---- Minimum Surface Area Problem -----
3c4762a1bSJed Brownmx:4, my:4
4c4762a1bSJed Brown  0 TAO,  Function value: 0.210376,  Residual: 0.403597
5c4762a1bSJed Brown  1 TAO,  Function value: 0.0110611,  Residual: 0.019795
6c4762a1bSJed Brown  2 TAO,  Function value: 4.46413e-05,  Residual: 8.72658e-05
78cc725e6SPierre JolivetTao Object: 1 MPI process
8c4762a1bSJed Brown  type: ssfls
98cc725e6SPierre Jolivet  TaoLineSearch Object: 1 MPI process
10c4762a1bSJed Brown    type: armijo
11c4762a1bSJed Brown      Armijo linesearch     (projected)    : alpha=1. beta=0.5     sigma=0.0001     memsize=1
12c4762a1bSJed Brown    maximum function evaluations=30
13c4762a1bSJed Brown    tolerances: ftol=0.0001, rtol=1e-05, gtol=0.9
14c4762a1bSJed Brown    total number of function evaluations=1
15c4762a1bSJed Brown    total number of gradient evaluations=1
16c4762a1bSJed Brown    total number of function/gradient evaluations=0
17c4762a1bSJed Brown    using variable bounds
181404853cSMatthew G. Knepley    Termination reason: SUCCESS
198cc725e6SPierre Jolivet  KSP Object: 1 MPI process
20c4762a1bSJed Brown    type: gmres
21f971d498SPierre Jolivet      restart=30, using classical (unmodified) Gram-Schmidt orthogonalization with no iterative refinement
22*143f2514SPierre Jolivet      happy breakdown tolerance=1e-30
23c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
24c4762a1bSJed Brown    tolerances: relative=1e-05, absolute=1e-25, divergence=10000.
25c4762a1bSJed Brown    left preconditioning
26c4762a1bSJed Brown    using PRECONDITIONED norm type for convergence test
278cc725e6SPierre Jolivet  PC Object: 1 MPI process
28c4762a1bSJed Brown    type: ilu
29c4762a1bSJed Brown      out-of-place factorization
30c4762a1bSJed Brown      0 levels of fill
31c4762a1bSJed Brown      tolerance for zero pivot 1.19209e-05
32c4762a1bSJed Brown      matrix ordering: natural
33c4762a1bSJed Brown      factor fill ratio given 1., needed 1.
34ecf3d421SBarry Smith        Factored matrix:
358cc725e6SPierre Jolivet          Mat Object: 1 MPI process
36c4762a1bSJed Brown            type: seqaij
37c4762a1bSJed Brown            rows=16, cols=16
38c4762a1bSJed Brown            package used to perform factorization: petsc
39c4762a1bSJed Brown            total: nonzeros=82, allocated nonzeros=82
40c4762a1bSJed Brown              not using I-node routines
41ecf3d421SBarry Smith    linear system matrix, which is also used to construct the preconditioner:
428cc725e6SPierre Jolivet    Mat Object: 1 MPI process
43c4762a1bSJed Brown      type: seqaij
44c4762a1bSJed Brown      rows=16, cols=16
45c4762a1bSJed Brown      total: nonzeros=82, allocated nonzeros=112
46c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
47c4762a1bSJed Brown        not using I-node routines
48c4762a1bSJed Brown  total KSP iterations: 9
49c4762a1bSJed Brown  Active Set subset type: subvec
50606f75f6SBarry Smith  convergence tolerances: gatol=1e-06,   grtol=0., steptol=0.,   gttol=0.
51c4762a1bSJed Brown  Residual in Function/Gradient:=8.72658e-05
526246e8cdSAlp Dener  convergence tolerances: catol=1e-05,   crtol=1e-05
536246e8cdSAlp Dener  Residual in Constraints:=0.
54c4762a1bSJed Brown  convergence tolerances: function minimum=0.0001
55c4762a1bSJed Brown  Objective value=4.46413e-05
56c4762a1bSJed Brown  total number of iterations=2,                          (max: 2000)
57c4762a1bSJed Brown  total number of constraint function evaluations=5
58c4762a1bSJed Brown  total number of Jacobian evaluations=3
59c4762a1bSJed Brown  Solution converged:    Minf --  f < fmin
60