Searched refs:KSPGMRESGetNewVectors (Results 1 – 3 of 3) sorted by relevance
63 PETSC_INTERN PetscErrorCode KSPGMRESGetNewVectors(KSP, PetscInt);
132 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
48 if (pgmres->vv_allocated <= it + VEC_OFFSET + 1) PetscCall(KSPGMRESGetNewVectors(ksp, it + 1)); in KSPPGMRESCycle()