Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c37 static PetscErrorCode KSPDGMRESApplyDeflation(KSP ksp, Vec x, Vec y) in KSPDGMRESApplyDeflation() function
150 PetscCall(KSPDGMRESApplyDeflation(ksp, VEC_TEMP, VEC_VV(1 + it))); in KSPDGMRESCycle()
152 PetscCall(KSPDGMRESApplyDeflation(ksp, VEC_VV(it), VEC_TEMP)); in KSPDGMRESCycle()
242 PetscCall(KSPDGMRESApplyDeflation(ksp, VEC_VV(0), VEC_TEMP)); in KSPSolve_DGMRES()
350 PetscCall(KSPDGMRESApplyDeflation(ksp, VEC_TEMP, VEC_TEMP_MATOP)); in KSPDGMRESBuildSoln()