Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h63 PETSC_INTERN PetscErrorCode KSPGMRESGetNewVectors(KSP, PetscInt);
H A Dgmres.c132 if (gmres->vv_allocated <= it + VEC_OFFSET + 1) PetscCall(KSPGMRESGetNewVectors(ksp, it + 1)); in KSPGMRESCycle()
401 PetscErrorCode KSPGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPGMRESGetNewVectors() function
/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c48 if (pgmres->vv_allocated <= it + VEC_OFFSET + 1) PetscCall(KSPGMRESGetNewVectors(ksp, it + 1)); in KSPPGMRESCycle()