petsc-3.7.1 2016-05-15
TaoSetUp
Sets up the internal data structures for the later use of a Tao solver
Synopsis
#include "petsctao.h"
PetscErrorCode TaoSetUp(Tao tao)
Collective on tao Many br
Input Parameters
tao -the TAO context Many br
Notes
The user will not need to explicitly call TaoSetUp(), as it will Many brautomatically be called in TaoSolve(). However, if the user Many brdesires to call it explicitly, it should come after TaoCreate() Many brand any TaoSetSomething() routines, but before TaoSolve(). Many br
Many br
See Also
TaoCreate(), TaoSolve()
Level:advanced
Location:src/tao/interface/taosolver.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages