TaoGetSolutionVector
Returns the vector with the current TAO solution
Synopsis
#include "taosolver.h"
PetscErrorCode TaoGetSolutionVector(TaoSolver tao, Vec *X)
Not Collective
Input Parameter
tao -the TaoSolver context
Output Parameter
X -the current solution
Note: The returned vector will be the same object that was passed into TaoSetInitialVector()
Level:intermediate
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents
Examples
src/unconstrained/examples/tutorials/minsurf2.c.html
src/pde_constrained/examples/tutorials/elliptic.c.html
src/pde_constrained/examples/tutorials/parabolic.c.html
src/pde_constrained/examples/tutorials/hyperbolic.c.html