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
int KSPGetSolution(KSP ksp, Vec *v)
Not
Collective
Input Parameters
ksp -iterative context obtained from KSPCreate()
Output Parameters
v -solution vector
Keywords
KSP, get, solution
See Also
KSPGetRhs(), KSPSetSolution()
Location: src/ksp/interface/itfunc.c
KSP Index
Table of Contents