Tao#

Abstract PETSc object that manages nonlinear optimization solves

Synopsis#

typedef struct _p_Tao *Tao;

See Also#

Summary of Tao Solvers, TAO: Optimization Solvers, TaoCreate(), TaoDestroy(), TaoSetType(), TaoType

Level#

advanced

Location#

include/petsctao.h

Examples#

src/tao/leastsquares/tutorials/chwirut1.c
src/tao/leastsquares/tutorials/chwirut2.c
src/tao/leastsquares/tutorials/cs1.c
src/tao/tutorials/ex4.c
src/tao/pde_constrained/tutorials/hyperbolic.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/leastsquares/tutorials/tomography.c
src/ts/tutorials/ex20opt_ic.c
src/tao/tutorials/ex3.c
src/ts/tutorials/ex20opt_p.c

Implementations#

_p_Tao in include/petsc/private/taoimpl.h
Tao_SNES in src/tao/snes/taosnes.c


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