Searched refs:pqvecs (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 | 41 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->pqvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR() 45 pipegcr->qvecs[nvecsprev + i] = pipegcr->pqvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR() 371 …x + 1, &pipegcr->psvecs, pipegcr->mmax + 1, &pipegcr->qvecs, pipegcr->mmax + 1, &pipegcr->pqvecs)); in KSPSetUp_PIPEGCR() 405 PetscCall(VecDestroyVecs(pipegcr->chunksizes[i], &pipegcr->pqvecs[i])); in KSPDestroy_PIPEGCR() 410 …ipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qvecs, pipegcr->pqvecs)); in KSPDestroy_PIPEGCR()
|