Searched refs:nvecsprev (Results 1 – 3 of 3) sorted by relevance
26 PetscInt nnewvecs, nvecsprev; in KSPAllocateVectors_PIPEFCG() local33 nvecsprev = pipefcg->nvecs; in KSPAllocateVectors_PIPEFCG()41 pipefcg->Qvecs[nvecsprev + i] = pipefcg->pQvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG()42 pipefcg->ZETAvecs[nvecsprev + i] = pipefcg->pZETAvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG()43 pipefcg->Pvecs[nvecsprev + i] = pipefcg->pPvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG()44 pipefcg->Svecs[nvecsprev + i] = pipefcg->pSvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG()
30 PetscInt nnewvecs, nvecsprev; in KSPAllocateVectors_PIPEGCR() local37 nvecsprev = pipegcr->nvecs; in KSPAllocateVectors_PIPEGCR()45 pipegcr->qvecs[nvecsprev + i] = pipegcr->pqvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()46 pipegcr->pvecs[nvecsprev + i] = pipegcr->ppvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()47 pipegcr->svecs[nvecsprev + i] = pipegcr->psvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()48 if (pipegcr->unroll_w) pipegcr->tvecs[nvecsprev + i] = pipegcr->ptvecs[pipegcr->nchunks][i]; in KSPAllocateVectors_PIPEGCR()
18 PetscInt nnewvecs, nvecsprev; in KSPAllocateVectors_FCG() local23 nvecsprev = fcg->nvecs; in KSPAllocateVectors_FCG()29 fcg->Cvecs[nvecsprev + i] = fcg->pCvecs[fcg->nchunks][i]; in KSPAllocateVectors_FCG()30 fcg->Pvecs[nvecsprev + i] = fcg->pPvecs[fcg->nchunks][i]; in KSPAllocateVectors_FCG()