Home
last modified time | relevance | path

Searched defs:hist_size (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/ !
H A Dlmvmimpl.c363 PetscInt hist_size = lmvm->m; in MatSetFromOptions_LMVM() local
H A Dlmvmutils.c854 PetscErrorCode MatLMVMSetHistorySize(Mat B, PetscInt hist_size) in MatLMVMSetHistorySize()
869 PetscErrorCode MatLMVMGetHistorySize(Mat B, PetscInt *hist_size) in MatLMVMGetHistorySize()
/petsc/src/ksp/ksp/utils/lmvm/tests/ !
H A Dex1.c488 PetscInt M = 15, N = 15, hist_size = 5, n_iter = 3 * hist_size, n_variable = n_iter / 2; in main() local