Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/minres/
H A Dminres.c108 PetscReal dlta_tmp, sr2 = 0.0, cr2 = -1.0, cr1 = -1.0, sr1 = 0.0; in KSPSolve_MINRES() local
272 SymOrtho(gamal, dlta, &cr1, &sr1, &gamal); in KSPSolve_MINRES()
274 gama = -cr1 * gama; in KSPSolve_MINRES()
341 PetscCall(VecAXPBY(W, -cr1, 0, V)); in KSPSolve_MINRES()
347 PetscCall(VecAXPBYPCZ(WL, cr1, sr1, 0.0, W, V)); in KSPSolve_MINRES()
348 PetscCall(VecAXPBY(W, -cr1, sr1, V)); in KSPSolve_MINRES()
357 PetscCall(VecAXPBYPCZ(V, cr1, sr1, 0.0, WL, W)); in KSPSolve_MINRES()
358 PetscCall(VecAXPBY(W, sr1, -cr1, WL)); in KSPSolve_MINRES()