Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fcg/
H A Dfcg.c14 static PetscErrorCode KSPAllocateVectors_FCG(KSP ksp, PetscInt nvecsneeded, PetscInt chunksize) in KSPAllocateVectors_FCG() function
57 PetscCall(KSPAllocateVectors_FCG(ksp, fcg->nprealloc, fcg->nprealloc)); in KSPSetUp_FCG()
149 PetscCall(KSPAllocateVectors_FCG(ksp, i + 1, fcg->vecb)); in KSPSolve_FCG()