TaoSetUp
Sets up the internal data structures for the later use of a Tao solver
Synopsis
#include "taosolver.h"
PetscErrorCode TaoSetUp(TaoSolver tao)
Collective on tao
Input Parameters
tao -the TAO context
Notes
The user will not need to explicitly call TaoSetUp(), as it will
automatically be called in TaoSolve(). However, if the user
desires to call it explicitly, it should come after TaoCreate()
and any TaoSetSomething() routines, but before TaoSolve().
See Also
TaoCreate(), TaoSolve()
Level:advanced
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents