Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcrimpl.h10 …Vec *pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qol… member
H A Dpipegcr.c45 pipegcr->qvecs[nvecsprev + i] = pipegcr->pqvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()
80 q = pipegcr->qvecs[0]; in KSPSolve_PIPEGCR_cycle()
139 q = pipegcr->qvecs[idx]; in KSPSolve_PIPEGCR_cycle()
160 pipegcr->qold[j] = pipegcr->qvecs[kdx]; in KSPSolve_PIPEGCR_cycle()
371 …>svecs, pipegcr->mmax + 1, &pipegcr->psvecs, pipegcr->mmax + 1, &pipegcr->qvecs, pipegcr->mmax + 1… in KSPSetUp_PIPEGCR()
410 …ipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qvecs, pipegcr->pqvecs)); in KSPDestroy_PIPEGCR()