Searched refs:psvecs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/impls/gcr/pipegcr/ |
| H A D | pipegcrimpl.h | 10 …Vec *pvecs, *svecs, *qvecs, *tvecs, **ppvecs, **psvecs, **pqvecs, **ptvecs, *qol… member
|
| H A D | pipegcr.c | 40 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->psvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR() 47 pipegcr->svecs[nvecsprev + i] = pipegcr->psvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR() 371 …ppvecs, pipegcr->mmax + 1, &pipegcr->svecs, pipegcr->mmax + 1, &pipegcr->psvecs, pipegcr->mmax + 1… in KSPSetUp_PIPEGCR() 404 PetscCall(VecDestroyVecs(pipegcr->chunksizes[i], &pipegcr->psvecs[i])); in KSPDestroy_PIPEGCR() 410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()
|