xref: /petsc/src/tao/bound/tutorials/output/plate2_7.out (revision c4762a1b19cd2af06abeed90e8f9d34fb975dd94)
1*c4762a1bSJed Brown
2*c4762a1bSJed Brown---- Minimum Surface Area With Plate Problem -----
3*c4762a1bSJed Brownmx:8, my:12, bmx:4, bmy:10, height:0.1
4*c4762a1bSJed Browniter =   0, Function value 1.58854, Residual: 0.311154
5*c4762a1bSJed Browniter =   1, Function value 1.47091, Residual: 0.114795
6*c4762a1bSJed Browniter =   2, Function value 1.46694, Residual: < 1.0e-6
7*c4762a1bSJed BrownTao Object: 3 MPI processes
8*c4762a1bSJed Brown  type: gpcg
9*c4762a1bSJed Brown  Total PG its: 10,  PG tolerance: 0.1
10*c4762a1bSJed Brown  TaoLineSearch Object: 3 MPI processes
11*c4762a1bSJed Brown    type: gpcg
12*c4762a1bSJed Brown     GPCG Line search    maximum function evaluations=30
13*c4762a1bSJed Brown    tolerances: ftol=0.05, rtol=0., gtol=0.
14*c4762a1bSJed Brown    total number of function evaluations=0
15*c4762a1bSJed Brown    total number of gradient evaluations=0
16*c4762a1bSJed Brown    total number of function/gradient evaluations=1
17*c4762a1bSJed Brown    using variable bounds
18*c4762a1bSJed Brown    Termination reason: 1
19*c4762a1bSJed Brown  TaoLineSearch Object: 3 MPI processes
20*c4762a1bSJed Brown    type: gpcg
21*c4762a1bSJed Brown     GPCG Line search    maximum function evaluations=30
22*c4762a1bSJed Brown    tolerances: ftol=0.05, rtol=0., gtol=0.
23*c4762a1bSJed Brown    total number of function evaluations=0
24*c4762a1bSJed Brown    total number of gradient evaluations=0
25*c4762a1bSJed Brown    total number of function/gradient evaluations=1
26*c4762a1bSJed Brown    using variable bounds
27*c4762a1bSJed Brown    Termination reason: 1
28*c4762a1bSJed Brown  KSP Object: 3 MPI processes
29*c4762a1bSJed Brown    type: nash
30*c4762a1bSJed Brown    maximum iterations=10000, initial guess is zero
31*c4762a1bSJed Brown    tolerances:  relative=1e-05, absolute=1e-50, divergence=10000.
32*c4762a1bSJed Brown    left preconditioning
33*c4762a1bSJed Brown    using UNPRECONDITIONED norm type for convergence test
34*c4762a1bSJed Brown  PC Object: 3 MPI processes
35*c4762a1bSJed Brown    type: none
36*c4762a1bSJed Brown    linear system matrix = precond matrix:
37*c4762a1bSJed Brown    Mat Object: 3 MPI processes
38*c4762a1bSJed Brown      type: shell
39*c4762a1bSJed Brown      rows=96, cols=96
40*c4762a1bSJed Brown        Mat Object: 3 MPI processes
41*c4762a1bSJed Brown          type: mpiaij
42*c4762a1bSJed Brown          rows=96, cols=96
43*c4762a1bSJed Brown          total: nonzeros=594, allocated nonzeros=960
44*c4762a1bSJed Brown          total number of mallocs used during MatSetValues calls=0
45*c4762a1bSJed Brown            not using I-node (on process 0) routines
46*c4762a1bSJed Brown  total KSP iterations: 65
47*c4762a1bSJed Brown  Active Set subset type: matrixfree
48*c4762a1bSJed Brown  convergence tolerances: gatol=1e-05,   steptol=0.,   gttol=0.
49*c4762a1bSJed Brown  Residual in Function/Gradient:=2.40518e-07
50*c4762a1bSJed Brown  Objective value=1.46694
51*c4762a1bSJed Brown  total number of iterations=2,                          (max: 500)
52*c4762a1bSJed Brown  total number of function/gradient evaluations=1,      (max: 100000)
53*c4762a1bSJed Brown  total number of Hessian evaluations=1
54*c4762a1bSJed Brown  Solution converged:    ||g(X)|| <= gatol
55