Searched refs:bstp (Results 1 – 1 of 1) sorted by relevance
150 PetscReal ptasp, rtr, wtasp, bstp; in KSPSolve_QCG() local228 PetscCall(VecDotRealPart(BS, P, &bstp)); 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()