TaoSetSolution#
Sets the vector holding the initial guess for the solve
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoSetSolution(Tao tao, Vec x0)
Logically Collective
Input Parameters#
tao - the
Tao
contextx0 - the initial guess
See Also#
TAO: Optimization Solvers, Tao
, TaoCreate()
, TaoSolve()
, TaoGetSolution()
Level#
beginner
Location#
Examples#
src/tao/leastsquares/tutorials/chwirut2.c
src/tao/tutorials/ex3.c
src/tao/leastsquares/tutorials/tomography.c
src/tao/pde_constrained/tutorials/elliptic.c
src/tao/tutorials/ex4.c
src/tao/leastsquares/tutorials/cs1.c
src/tao/leastsquares/tutorials/chwirut1f.F90
src/tao/leastsquares/tutorials/chwirut1.c
src/tao/leastsquares/tutorials/chwirut2f.F90
src/tao/pde_constrained/tutorials/parabolic.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages