Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c9 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