Searched refs:gamal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 102 PetscReal gamal3 = 0.0, gamal2 = 0.0, gamal = 0.0, gama = 0.0, gama_tmp; in KSPSolve_MINRES() local 231 gamal2 = gamal; in KSPSolve_MINRES() 232 gamal = gama; in KSPSolve_MINRES() 272 SymOrtho(gamal, dlta, &cr1, &sr1, &gamal); in KSPSolve_MINRES() 281 if (ksp->its > 1) ul = (taul - etal * ul3 - veplnl * ul2) / gamal; in KSPSolve_MINRES() 369 gamal_tmp = gamal; in KSPSolve_MINRES() 370 SymOrtho(gamal, eplnn, &cr2, &sr2, &gamal); in KSPSolve_MINRES() 382 Anorm = PetscMax(PetscMax(Anorm, pnorm), PetscMax(gamal, abs_gama)); in KSPSolve_MINRES() 389 gmin = PetscMin(gminl2, PetscMin(gamal, abs_gama)); in KSPSolve_MINRES()
|