petsc-3.9.4 2018-09-11
Tao
Abstract PETSc object that manages nonlinear optimization solves
Synopsis
typedef struct _p_Tao* Tao;
See Also
TaoCreate(), TaoDestroy(), TaoSetType(), TaoType
Level
advanced
Location
src/tao/../../include/petsctao.h
Examples
src/ts/examples/tutorials/ex16opt_p.c.html
src/ts/examples/tutorials/ex16opt_ic.c.html
src/ts/examples/tutorials/ex20opt_p.c.html
src/ts/examples/tutorials/ex20opt_ic.c.html
src/tao/unconstrained/examples/tutorials/eptorsion1.c.html
src/tao/unconstrained/examples/tutorials/eptorsion2.c.html
src/tao/unconstrained/examples/tutorials/minsurf2.c.html
src/tao/unconstrained/examples/tutorials/rosenbrock1.c.html
src/tao/unconstrained/examples/tutorials/spectraladjointassimilation.c.html
src/tao/constrained/examples/tutorials/maros.c.html
src/tao/constrained/examples/tutorials/toy.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