Home
last modified time | relevance | path

Searched refs:KSPBuildSolution_BCGS (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/impls/bcgs/
H A Dbcgsimpl.h17 PETSC_INTERN PetscErrorCode KSPBuildSolution_BCGS(KSP, Vec, Vec *);
H A Dbcgs.c145 PetscErrorCode KSPBuildSolution_BCGS(KSP ksp, Vec v, Vec *V) in KSPBuildSolution_BCGS() function
210 ksp->ops->buildsolution = KSPBuildSolution_BCGS; in KSPCreate_BCGS()
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/
H A Dfbcgsr.c231 ksp->ops->buildsolution = KSPBuildSolution_BCGS; in KSPCreate_FBCGSR()