Searched refs:KSPDGMRESGetNewVectors (Results 1 – 1 of 1) sorted by relevance
9 static PetscErrorCode KSPDGMRESGetNewVectors(KSP, PetscInt);144 if (dgmres->vv_allocated <= it + VEC_OFFSET + 1) PetscCall(KSPDGMRESGetNewVectors(ksp, it + 1)); in KSPDGMRESCycle()417 static PetscErrorCode KSPDGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPDGMRESGetNewVectors() function