Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c103 PetscInt it_arnoldi; /* number of arnoldi steps to take */ in KSPLGMRESCycle() local
117 if (lgmres->approx_constant) it_arnoldi = max_k - lgmres->aug_ct; in KSPLGMRESCycle()
118 else it_arnoldi = max_k - aug_dim; in KSPLGMRESCycle()
120 it_total = it_arnoldi + lgmres->aug_ct; in KSPLGMRESCycle()
169 if (loc_it < it_arnoldi) { /* Arnoldi */ in KSPLGMRESCycle()
172 order = loc_it - it_arnoldi + 1; /* which aug step */ in KSPLGMRESCycle()
359 PetscInt it_arnoldi, it_aug; in KSPLGMRESBuildSoln() local
376 it_arnoldi = lgmres->max_k - lgmres->aug_ct; in KSPLGMRESBuildSoln()
378 it_arnoldi = lgmres->max_k - lgmres->aug_dim; in KSPLGMRESBuildSoln()
380 if (it_arnoldi >= it + 1) { in KSPLGMRESBuildSoln()
[all …]