Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmatcoarsen.h74 PETSC_EXTERN PetscErrorCode MatCoarsenSetMaximumIterations(MatCoarsen, PetscInt);
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c412 PetscErrorCode MatCoarsenSetMaximumIterations(MatCoarsen coarse, PetscInt n) in MatCoarsenSetMaximumIterations() function
/petsc/doc/changes/
H A D321.md108 - Add `MatCoarsenSetMaximumIterations()` with corresponding option `-mat_coarsen_max_it <4>`. The n…
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c704 …PetscCall(MatCoarsenSetMaximumIterations(pc_gamg_agg->crs, pc_gamg_agg->crs->max_it)); // for code… in PCGAMGCreateGraph_AGG()
H A Dgamg.c771 PetscCall(MatCoarsenSetMaximumIterations(pc_gamg->asm_crs, pc_gamg->asm_hem_aggs)); in PCSetUp_GAMG()
/petsc/doc/manual/
H A Dksp.md1113 …_coarsen_max_it` \<it:int:4> Maximum HEM iterations to use. See `MatCoarsenSetMaximumIterations()`.