Home
last modified time | relevance | path

Searched refs:ppvecs (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.c39 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipegcr->ppvecs[pipegcr->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEGCR()
46 pipegcr->pvecs[nvecsprev + i] = pipegcr->ppvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()
371 …PetscCall(PetscMalloc6(pipegcr->mmax + 1, &pipegcr->pvecs, pipegcr->mmax + 1, &pipegcr->ppvecs, pi… in KSPSetUp_PIPEGCR()
403 PetscCall(VecDestroyVecs(pipegcr->chunksizes[i], &pipegcr->ppvecs[i])); in KSPDestroy_PIPEGCR()
410 …PetscCall(PetscFree6(pipegcr->pvecs, pipegcr->ppvecs, pipegcr->svecs, pipegcr->psvecs, pipegcr->qv… in KSPDestroy_PIPEGCR()