TaoSolveApplication

Find a solution to the application using the set TAO solver.

Synopsis

#include "tao.h"  
int TaoSolveApplication(TAO_APPLICATION taoapp, TAO_SOLVER tao)
Collective on TAO_APPLICATION

Input Parameters

taoapp - the TAO_APPLICATION context
tao - the TAO_SOLVER context

Keywords

solve

See Also

TaoAppGetSolutionVec()

Level:beginner
Location:src/petsctao/application/taoapp/taoapp_util.c
TAO Solver Index
Table of Contents

Examples

src/bound/examples/tutorials/plate2.c.html
src/bound/examples/tutorials/jbearing2.c.html
src/bound/examples/tutorials/plate2f.F.html
src/complementarity/examples/tutorials/minsurf1.c.html
src/complementarity/examples/tutorials/blackscholes.c.html
src/unconstrained/examples/tutorials/eptorsion1.c.html
src/unconstrained/examples/tutorials/eptorsion2.c.html
src/unconstrained/examples/tutorials/minsurf2.c.html
src/unconstrained/examples/tutorials/rosenbrock1.c.html
src/unconstrained/examples/tutorials/eptorsion2f.F.html
src/unconstrained/examples/tutorials/rosenbrock1f.F.html