Searched refs:Sold (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcgimpl.h | 11 …*Cvecs, *Svecs, **pQvecs, **pZETAvecs, **pPvecs, **pCvecs, **pSvecs, *Qold, *ZETAold, *Pold, *Sold; member
|
| H A D | pipefcg.c | 68 …PetscCall(PetscMalloc4(pipefcg->mmax + 1, &pipefcg->Pold, pipefcg->mmax + 1, &pipefcg->Sold, pipef… in KSPSetUp_PIPEFCG() 211 pipefcg->Sold[j] = pipefcg->Svecs[kdx]; in KSPSolve_PIPEFCG_cycle() 251 … PetscCall(VecMAXPY(Scurr, j, betas, pipefcg->Sold)); /* si <- wi - sum_k beta_k s_k */ in KSPSolve_PIPEFCG_cycle() 354 PetscCall(PetscFree4(pipefcg->Pold, pipefcg->Sold, pipefcg->Qold, pipefcg->ZETAold)); in KSPDestroy_PIPEFCG()
|