Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fcg/pipefcg/
H A Dpipefcg.c22 static PetscErrorCode KSPAllocateVectors_PIPEFCG(KSP ksp, PetscInt nvecsneeded, PetscInt chunksize) in KSPAllocateVectors_PIPEFCG() function
76 PetscCall(KSPAllocateVectors_PIPEFCG(ksp, pipefcg->nprealloc, pipefcg->nprealloc)); in KSPSetUp_PIPEFCG()
184 PetscCall(KSPAllocateVectors_PIPEFCG(ksp, i + 1, pipefcg->vecb)); in KSPSolve_PIPEFCG_cycle()