TaoGetKSP
Gets the linear solver used by the optimization solver. Application writers should use TaoAppGetKSP if they need direct access to the PETSc KSP object.
Synopsis
#include "tao.h"
int TaoGetKSP(TAO_SOLVER tao, KSP *ksp)
Input Parameters
tao -the TAO solver
Output Parameters
ksp -the KSP linear solver used in the optimization solver
Keywords
Application
See Also
TaoAppGetKSP()
Level:developer
Location:src/petsctao/application/taoapp/taoapp_util.c
TAO Solver Index
Table of Contents