Searched refs:MatCoarsenSetThreshold (Results 1 – 4 of 4) sorted by relevance
75 PETSC_EXTERN PetscErrorCode MatCoarsenSetThreshold(MatCoarsen, PetscReal);
487 PetscErrorCode MatCoarsenSetThreshold(MatCoarsen coarse, PetscReal b) in MatCoarsenSetThreshold() function
109 - Add `MatCoarsenSetThreshold()` with corresponding option `-mat_coarsen_threshold <-1>`. Threshold…
705 …PetscCall(MatCoarsenSetThreshold(pc_gamg_agg->crs, vfilter)); // for code… in PCGAMGCreateGraph_AGG()