KSPGetPC

Returns a pointer to the preconditioner context set with KSPSetPC().

Synopsis

int KSPGetPC(KSP ksp, PC *B)
Not Collective

Input Parameters

ksp -iterative context obtained from KSPCreate()

Output Parameter

B -preconditioner context

Keywords

KSP, get, preconditioner, Binv

See Also

KSPSetPC()

Location: src/ksp/interface/itfunc.c
KSP Index
Table of Contents