petsc-3.7.1 2016-05-15
Report Typos and Errors

KSPGetSolution

Gets the location of the solution for the linear system to be solved. Note that this may not be where the solution is stored during the iterative process; see KSPBuildSolution().

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPGetSolution(KSP ksp,Vec *v)
Not Collective Many br

Input Parameters

ksp -iterative context obtained from KSPCreate() Many br

Output Parameters

v -solution vector Many br

Many br

Keywords

KSP, get, solution

See Also

KSPGetRhs(), KSPBuildSolution(), KSPSolve()

Level:developer
Location:
src/ksp/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex25.c.html
src/ksp/ksp/examples/tutorials/ex29.c.html
src/ksp/ksp/examples/tutorials/ex31.c.html
src/ksp/ksp/examples/tutorials/ex34.c.html
src/ksp/ksp/examples/tutorials/ex45.c.html
src/ksp/ksp/examples/tutorials/ex22f.F.html