Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmatcoarsen.h75 PETSC_EXTERN PetscErrorCode MatCoarsenSetThreshold(MatCoarsen, PetscReal);
/petsc/src/mat/graphops/coarsen/interface/
H A Dcoarsen.c487 PetscErrorCode MatCoarsenSetThreshold(MatCoarsen coarse, PetscReal b) in MatCoarsenSetThreshold() function
/petsc/doc/changes/
H A D321.md109 - Add `MatCoarsenSetThreshold()` with corresponding option `-mat_coarsen_threshold <-1>`. Threshold…
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c705 …PetscCall(MatCoarsenSetThreshold(pc_gamg_agg->crs, vfilter)); // for code… in PCGAMGCreateGraph_AGG()