xref: /petsc/src/tao/bound/tutorials/output/plate2_11.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brown
2*c4762a1bSJed Brown---- Minimum Surface Area With Plate Problem -----
3*c4762a1bSJed Brownmx:8, my:6, bmx:3, bmy:3, height:0.2
4*c4762a1bSJed Browniter =   0, Function value 1.67039, Residual: 0.47529
5*c4762a1bSJed Browniter =   0, Function value 1.57687, Residual: 0.447462
6*c4762a1bSJed Browniter =   1, Function value 1.52082, Residual: 0.221251
7*c4762a1bSJed Browniter =   2, Function value 1.50587, Residual: 0.0266265
8*c4762a1bSJed Browniter =   3, Function value 1.50566, Residual: 0.000666715
9*c4762a1bSJed Browniter =   4, Function value 1.50566, Residual: < 1.0e-6
10*c4762a1bSJed BrownTao Object: 1 MPI processes
11*c4762a1bSJed Brown  type: bntr
12*c4762a1bSJed Brown    Rejected BFGS updates: 0
13*c4762a1bSJed Brown    CG steps: 0
14*c4762a1bSJed Brown    Newton steps: 4
15*c4762a1bSJed Brown    BFGS steps: 0
16*c4762a1bSJed Brown    Scaled gradient steps: 0
17*c4762a1bSJed Brown    Gradient steps: 0
18*c4762a1bSJed Brown    KSP termination reasons:
19*c4762a1bSJed Brown      atol: 0
20*c4762a1bSJed Brown      rtol: 3
21*c4762a1bSJed Brown      ctol: 1
22*c4762a1bSJed Brown      negc: 0
23*c4762a1bSJed Brown      dtol: 0
24*c4762a1bSJed Brown      iter: 0
25*c4762a1bSJed Brown      othr: 0
26*c4762a1bSJed Brown  TaoLineSearch Object: 1 MPI processes
27*c4762a1bSJed Brown    type: more-thuente
28*c4762a1bSJed Brown    maximum function evaluations=30
29*c4762a1bSJed Brown    tolerances: ftol=0.0001, rtol=1e-10, gtol=0.9
30*c4762a1bSJed Brown    total number of function evaluations=0
31*c4762a1bSJed Brown    total number of gradient evaluations=0
32*c4762a1bSJed Brown    total number of function/gradient evaluations=0
33*c4762a1bSJed Brown    using variable bounds
34*c4762a1bSJed Brown    Termination reason: 0
35*c4762a1bSJed Brown  KSP Object: (tao_bnk_) 1 MPI processes
36*c4762a1bSJed Brown    type: stcg
37*c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
38*c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
39*c4762a1bSJed Brown    left preconditioning
40*c4762a1bSJed Brown    using UNPRECONDITIONED norm type for convergence test
41*c4762a1bSJed Brown  PC Object: (tao_bnk_) 1 MPI processes
42*c4762a1bSJed Brown    type: lmvm
43*c4762a1bSJed Brown    Mat Object: (pc_lmvm_) 1 MPI processes
44*c4762a1bSJed Brown      type: lmvmbfgs
45*c4762a1bSJed Brown      rows=48, cols=48
46*c4762a1bSJed Brown        Scale type: diagonal
47*c4762a1bSJed Brown        Scale history: 1
48*c4762a1bSJed Brown        Scale params: alpha=1., beta=0.5, rho=1.
49*c4762a1bSJed Brown        Convex factors: phi=0., theta=0.125
50*c4762a1bSJed Brown        Max. storage: 5
51*c4762a1bSJed Brown        Used storage: 4
52*c4762a1bSJed Brown        Number of updates: 4
53*c4762a1bSJed Brown        Number of rejects: 0
54*c4762a1bSJed Brown        Number of resets: 0
55*c4762a1bSJed Brown        Mat Object: (J0_) 1 MPI processes
56*c4762a1bSJed Brown          type: lmvmdiagbrdn
57*c4762a1bSJed Brown          rows=48, cols=48
58*c4762a1bSJed Brown            Scale history: 1
59*c4762a1bSJed Brown            Scale params: alpha=1., beta=0.5, rho=1.
60*c4762a1bSJed Brown            Convex factor: theta=0.125
61*c4762a1bSJed Brown            Max. storage: 1
62*c4762a1bSJed Brown            Used storage: 1
63*c4762a1bSJed Brown            Number of updates: 4
64*c4762a1bSJed Brown            Number of rejects: 0
65*c4762a1bSJed Brown            Number of resets: 0
66*c4762a1bSJed Brown    linear system matrix = precond matrix:
67*c4762a1bSJed Brown    Mat Object: 1 MPI processes
68*c4762a1bSJed Brown      type: seqaij
69*c4762a1bSJed Brown      rows=40, cols=40
70*c4762a1bSJed Brown      total: nonzeros=190, allocated nonzeros=190
71*c4762a1bSJed Brown      total number of mallocs used during MatSetValues calls=0
72*c4762a1bSJed Brown        not using I-node routines
73*c4762a1bSJed Brown  total KSP iterations: 61
74*c4762a1bSJed Brown  Active Set subset type: subvec
75*c4762a1bSJed Brown  convergence tolerances: gatol=1e-05,   steptol=0.,   gttol=0.
76*c4762a1bSJed Brown  Residual in Function/Gradient:=7.77402e-07
77*c4762a1bSJed Brown  Objective value=1.50566
78*c4762a1bSJed Brown  total number of iterations=4,                          (max: 50)
79*c4762a1bSJed Brown  total number of function/gradient evaluations=15,      (max: 4000)
80*c4762a1bSJed Brown  total number of Hessian evaluations=5
81*c4762a1bSJed Brown  Solution converged:    ||g(X)|| <= gatol
82