Searched refs:qold (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcrimpl.h | 10 … *pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qold, *pold, *sold, *tol… member
|
| H A D | pipegcr.c | 160 pipegcr->qold[j] = pipegcr->qvecs[kdx]; in KSPSolve_PIPEGCR_cycle() 242 PetscCall(VecMAXPY(q, j, betas, pipegcr->qold)); /* qi <- m - sum_k beta_k q_k */ in KSPSolve_PIPEGCR_cycle() 373 …cr->pold, pipegcr->mmax + 2, &pipegcr->sold, pipegcr->mmax + 2, &pipegcr->qold, pipegcr->mmax + 2,… in KSPSetUp_PIPEGCR() 411 PetscCall(PetscFree4(pipegcr->pold, pipegcr->sold, pipegcr->qold, pipegcr->chunksizes)); in KSPDestroy_PIPEGCR()
|