Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c3 static PetscErrorCode KSPLGMRESGetNewVectors(KSP, PetscInt);
164 PetscCall(KSPLGMRESGetNewVectors(ksp, loc_it + 1)); in KSPLGMRESCycle()
507 static PetscErrorCode KSPLGMRESGetNewVectors(KSP ksp, PetscInt it) in KSPLGMRESGetNewVectors() function