petsc-3.10.5 2019-03-28
Report Typos and Errors

TaoDestroy

Destroys the TAO context that was created with TaoCreate()

Synopsis

#include "petsctao.h" 
PetscErrorCode TaoDestroy(Tao *tao)
Collective on Tao

Input Parameter

tao -the Tao context

See Also

TaoCreate(), TaoSolve()

Level

beginner

Location

src/tao/interface/taosolver.c

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/unconstrained/examples/tutorials/eptorsion2f.F.html
src/tao/unconstrained/examples/tutorials/rosenbrock1f.F90.html

Implementations

TaoDestroy_BLMVM in src/tao/bound/impls/blmvm/blmvm.c
TaoDestroy_BNCG in src/tao/bound/impls/bncg/bncg.c
TaoDestroy_BNK in src/tao/bound/impls/bnk/bnk.c
TaoDestroy_BQNK in src/tao/bound/impls/bqnk/bqnk.c
TaoDestroy_TRON in src/tao/bound/impls/tron/tron.c
TaoDestroy_ASFLS in src/tao/complementarity/impls/asls/asfls.c
TaoDestroy_ASILS in src/tao/complementarity/impls/asls/asils.c
TaoDestroy_SSFLS in src/tao/complementarity/impls/ssls/ssfls.c
TaoDestroy_SSILS in src/tao/complementarity/impls/ssls/ssils.c
TaoDestroy_IPM in src/tao/constrained/impls/ipm/ipm.c
TaoDestroy_POUNDERS in src/tao/leastsquares/impls/pounders/pounders.c
TaoDestroy_LCL in src/tao/pde_constrained/impls/lcl/lcl.c
TaoDestroy_BQPIP in src/tao/quadratic/impls/bqpip/bqpip.c
TaoDestroy_GPCG in src/tao/quadratic/impls/gpcg/gpcg.c
TaoDestroy_BMRM in src/tao/unconstrained/impls/bmrm/bmrm.c
TaoDestroy_CG in src/tao/unconstrained/impls/cg/taocg.c
TaoDestroy_LMVM in src/tao/unconstrained/impls/lmvm/lmvm.c
TaoDestroy_NM in src/tao/unconstrained/impls/neldermead/neldermead.c
TaoDestroy_NLS in src/tao/unconstrained/impls/nls/nls.c
TaoDestroy_NTL in src/tao/unconstrained/impls/ntl/ntl.c
TaoDestroy_NTR in src/tao/unconstrained/impls/ntr/ntr.c
TaoDestroy_OWLQN in src/tao/unconstrained/impls/owlqn/owlqn.c

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