Home
last modified time | relevance | path

Searched defs:aug_dim (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c61 PetscInt max_k, k, aug_dim; in KSPSetUp_LGMRES() local
100 PetscInt aug_dim = lgmres->aug_dim; in KSPLGMRESCycle() local
599 static PetscErrorCode KSPLGMRESSetAugDim_LGMRES(KSP ksp, PetscInt aug_dim) in KSPLGMRESSetAugDim_LGMRES()
H A Dlgmresimpl.h23 PetscInt aug_dim; /* max number of augmented directions to add */ member