TaoGetKSP#
Gets the linear solver used by the optimization solver.
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoGetKSP(Tao tao, KSP *ksp)
Not Collective
Input Parameter#
tao - the
Tao
solver
Output Parameter#
ksp - the
KSP
linear solver used in the optimization solver
See Also#
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex20opt_ic.c.html
src/ts/tutorials/ex20opt_p.c.html
src/tao/unconstrained/tutorials/eptorsion1.c.html
src/tao/unconstrained/tutorials/eptorsion2.c.html
src/tao/unconstrained/tutorials/eptorsion3.c.html
src/tao/unconstrained/tutorials/minsurf1.c.html
src/tao/unconstrained/tutorials/rosenbrock1.c.html
src/tao/constrained/tutorials/ex1.c.html
src/tao/constrained/tutorials/maros.c.html
src/tao/bound/tutorials/jbearing2.c.html
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages