Searched refs:Svecs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/impls/fcg/pipefcg/ |
| H A D | pipefcgimpl.h | 11 …Vec *Qvecs, *ZETAvecs, *Pvecs, *Cvecs, *Svecs, **pQvecs, **pZETAvecs, **pPvecs, **… member
|
| H A D | pipefcg.c | 44 pipefcg->Svecs[nvecsprev + i] = pipefcg->pSvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG() 66 …>Pvecs, pipefcg->mmax + 1, &pipefcg->pPvecs, pipefcg->mmax + 1, &pipefcg->Svecs, pipefcg->mmax + 1… in KSPSetUp_PIPEFCG() 123 Scurr = pipefcg->Svecs[0]; in KSPSolve_PIPEFCG_cycle() 189 Scurr = pipefcg->Svecs[idx]; in KSPSolve_PIPEFCG_cycle() 211 pipefcg->Sold[j] = pipefcg->Svecs[kdx]; in KSPSolve_PIPEFCG_cycle() 214 redux[j] = pipefcg->Svecs[kdx]; in KSPSolve_PIPEFCG_cycle() 352 PetscCall(PetscFree4(pipefcg->Pvecs, pipefcg->Svecs, pipefcg->pPvecs, pipefcg->pSvecs)); in KSPDestroy_PIPEFCG()
|