Home
last modified time | relevance | path

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

/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
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c415 static PetscErrorCode MatCoarsenApply_HEM_private(Mat a_Gmat, const PetscInt n_iter, const PetscRea… in MatCoarsenApply_HEM_private()