Searched refs:wtasp (Results 1 – 1 of 1) sorted by relevance
150 PetscReal ptasp, rtr, wtasp, bstp; in KSPSolve_QCG() local227 PetscCall(VecDotRealPart(W, ASP, &wtasp)); in KSPSolve_QCG()230 q1 = step1 * (bstp + wtasp + .5 * step1 * ptasp); in KSPSolve_QCG()231 q2 = step2 * (bstp + wtasp + .5 * step2 * ptasp); in KSPSolve_QCG()