Searched refs:ZETAvecs (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 | 42 pipefcg->ZETAvecs[nvecsprev + i] = pipefcg->pZETAvecs[pipefcg->nchunks][i]; in KSPAllocateVectors_PIPEFCG() 67 …vecs, pipefcg->mmax + 1, &pipefcg->pQvecs, pipefcg->mmax + 1, &pipefcg->ZETAvecs, pipefcg->mmax + … in KSPSetUp_PIPEFCG() 125 ZETAcurr = pipefcg->ZETAvecs[0]; in KSPSolve_PIPEFCG_cycle() 191 ZETAcurr = pipefcg->ZETAvecs[idx]; in KSPSolve_PIPEFCG_cycle() 213 pipefcg->ZETAold[j] = pipefcg->ZETAvecs[kdx]; in KSPSolve_PIPEFCG_cycle() 353 PetscCall(PetscFree4(pipefcg->Qvecs, pipefcg->ZETAvecs, pipefcg->pQvecs, pipefcg->pZETAvecs)); in KSPDestroy_PIPEFCG()
|