Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.h16 Vec *workcoarse; member
H A Ddeflation.c391 w1 = def->workcoarse[0]; in PCPreSolve_Deflation()
392 w2 = def->workcoarse[1]; in PCPreSolve_Deflation()
430 w1 = def->workcoarse[0]; in PCApply_Deflation()
431 w2 = def->workcoarse[1]; in PCApply_Deflation()
673 PetscCall(KSPCreateVecs(def->WtAWinv, 2, &def->workcoarse, 0, NULL)); in PCSetUp_Deflation()
683 PetscCall(VecDestroyVecs(2, &def->workcoarse)); in PCReset_Deflation()