Searched refs:dScale (Results 1 – 1 of 1) sorted by relevance
561 PetscScalar scale, rScale, dScale; in KSPSolve_Chebyshev_FourthKind() local666 dScale = (2.0 * i - 1.0) / (2.0 * i + 3.0); in KSPSolve_Chebyshev_FourthKind()669 PetscCall(VecAXPBY(d, rScale, dScale, Br)); in KSPSolve_Chebyshev_FourthKind()