Home
last modified time | relevance | path

Searched refs:pvecs (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.c46 pipegcr->pvecs[nvecsprev + i] = pipegcr->ppvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()
78 p = pipegcr->pvecs[0]; in KSPSolve_PIPEGCR_cycle()
137 p = pipegcr->pvecs[idx]; in KSPSolve_PIPEGCR_cycle()
158 pipegcr->pold[j] = pipegcr->pvecs[kdx]; in KSPSolve_PIPEGCR_cycle()
371 …PetscCall(PetscMalloc6(pipegcr->mmax + 1, &pipegcr->pvecs, pipegcr->mmax + 1, &pipegcr->ppvecs, pi… in KSPSetUp_PIPEGCR()
410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()