Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c26 static PetscErrorCode KSPAllocateVectors_PIPEGCR(KSP ksp, PetscInt nvecsneeded, PetscInt chunksize) in KSPAllocateVectors_PIPEGCR() function
133 PetscCall(KSPAllocateVectors_PIPEGCR(ksp, i + 1, pipegcr->vecb)); in KSPSolve_PIPEGCR_cycle()
379 PetscCall(KSPAllocateVectors_PIPEGCR(ksp, pipegcr->nprealloc, pipegcr->nprealloc)); in KSPSetUp_PIPEGCR()