petsc-3.15.0 2021-03-30
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/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/rosenbrock2.c.html
src/tao/unconstrained/tutorials/rosenbrock3.c.html
src/tao/unconstrained/tutorials/spectraladjointassimilation.c.html
src/tao/unconstrained/tutorials/eptorsion2f.F.html
src/tao/unconstrained/tutorials/rosenbrock1f.F90.html

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