MatCoarsenSetThreshold#

Max HEM iterations

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatCoarsenSetThreshold(MatCoarsen coarse, PetscReal b)

Logically Collective

Input Parameters#

  • coarse - the coarsen context

  • b - threshold value

Options Database Key#

  • -mat_coarsen_threshold <- 1> - Max HEM iterations

See Also#

MatCoarsen, MatCoarsenType, MatCoarsenApply(), MatCoarsenCreate(), MatCoarsenSetType()

Level#

intermediate

Location#

src/mat/graphops/coarsen/coarsen.c


Index of all MatGraphOperations routines
Table of Contents for all manual pages
Index of all manual pages