petsc-3.14.6 2021-03-30
Report Typos and Errors

Tao

Abstract PETSc object that manages nonlinear optimization solves

Synopsis

/*E
     TaoADMMUpdateType - Determine spectral penalty update routine for lagrange augmented term for ADMM.

  

.seealso TaoADMMSetUpdateType()
E*/
typedef enum {TAO_ADMM_UPDATE_BASIC,TAO_ADMM_UPDATE_ADAPTIVE,TAO_ADMM_UPDATE_ADAPTIVE_RELAXED} TaoADMMUpdateType;

See Also

TaoCreate(), TaoDestroy(), TaoSetType(), TaoType

Level

advanced

Location

src/tao/../../include/petsctao.h

Examples

src/ts/tutorials/ex20opt_p.c.html
src/tao/unconstrained/tutorials/eptorsion1.c.html
src/tao/unconstrained/tutorials/eptorsion2.c.html
src/tao/unconstrained/tutorials/minsurf2.c.html
src/tao/unconstrained/tutorials/rosenbrock1.c.html
src/tao/unconstrained/tutorials/spectraladjointassimilation.c.html
src/tao/constrained/tutorials/maros.c.html
src/tao/constrained/tutorials/toy.c.html
src/tao/constrained/tutorials/ex1.c.html
src/tao/bound/tutorials/plate2.c.html
src/tao/bound/tutorials/jbearing2.c.html

Implementations

Tao_ASLS_FunctionGradient in src/tao/complementarity/impls/asls/asfls.c
Tao_ASLS_FunctionGradient in src/tao/complementarity/impls/asls/asils.c
Tao_SSLS_Function in src/tao/complementarity/impls/ssls/ssls.c
Tao_SSLS_FunctionGradient in src/tao/complementarity/impls/ssls/ssls.c
Tao_mcstep in src/tao/linesearch/impls/morethuente/morethuente.c
_p_Tao in include/petsc/private/taoimpl.h

Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages