Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcgimpl.h11 …cs, *Pvecs, *Cvecs, *Svecs, **pQvecs, **pZETAvecs, **pPvecs, **pCvecs, **pSvecs, *Qold, *ZETAold, … member
H A Dpipefcg.c38 PetscCall(KSPCreateVecs(ksp, nnewvecs, &pipefcg->pSvecs[pipefcg->nchunks], 0, NULL)); in KSPAllocateVectors_PIPEFCG()
44 pipefcg->Svecs[nvecsprev + i] = pipefcg->pSvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG()
66 …x + 1, &pipefcg->pPvecs, pipefcg->mmax + 1, &pipefcg->Svecs, pipefcg->mmax + 1, &pipefcg->pSvecs)); in KSPSetUp_PIPEFCG()
347 PetscCall(VecDestroyVecs(pipefcg->chunksizes[i], &pipefcg->pSvecs[i])); in KSPDestroy_PIPEFCG()
352 PetscCall(PetscFree4(pipefcg->Pvecs, pipefcg->Svecs, pipefcg->pPvecs, pipefcg->pSvecs)); in KSPDestroy_PIPEFCG()