petsc-3.14.6 2021-03-30
TaoDestroy
Destroys the TAO context that was created with TaoCreate()
Synopsis
#include "petsctao.h"
PetscErrorCode TaoDestroy(Tao *tao)
Collective on Tao
Input Parameter
See Also
TaoCreate(), TaoSolve()
Level
beginner
Location
src/tao/interface/taosolver.c
Examples
src/ts/tutorials/ex20opt_p.c.html
src/ts/tutorials/ex20opt_ic.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/unconstrained/tutorials/eptorsion2f.F.html
src/tao/unconstrained/tutorials/rosenbrock1f.F90.html
src/tao/constrained/tutorials/maros.c.html
src/tao/constrained/tutorials/toy.c.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_ADMM in src/tao/constrained/impls/admm/admm.c
TaoDestroy_IPM in src/tao/constrained/impls/ipm/ipm.c
TaoDestroy_PDIPM in src/tao/constrained/impls/ipm/pdipm.c
TaoDestroy_BRGN in src/tao/leastsquares/impls/brgn/brgn.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