TaoAppGetKSP

Gets the linear solver used by the optimization application

Synopsis

#include "tao.h"  
PetscFunctionBegin; 
  PetscValidHeaderSpecific(taoapp,TAO_APP_COOKIE,1)
Collective on TAO_APPLICATION

Input Parameters

taoapp -the TAO Application

Keywords

options

See Also

TaoSetFromOptions()

Level:intermediate
Location:src/petsctao/application/petscapp/tao_app.c
TAO Solver Index
Table of Contents

Examples

src/bound/examples/tutorials/jbearing2.c.html
src/unconstrained/examples/tutorials/eptorsion1.c.html
src/unconstrained/examples/tutorials/eptorsion2.c.html
src/unconstrained/examples/tutorials/minsurf2.c.html
src/petsctao/gridapplication/examples/eptorsion3.c.html
src/petsctao/gridapplication/examples/jbearing3.c.html
src/petsctao/gridapplication/examples/minsurf3.c.html
src/petsctao/gridapplication/examples/combustion3.c.html