int HYPRE_BoomerAMGSetSmoothNumLevels

(HYPRE_Solver solver,
  int smooth_num_levels)

(Optional) Sets the number of levels for more complex smoothers.

Documentation

(Optional) Sets the number of levels for more complex smoothers. The smoothers, as defined by HYPRE_BoomerAMGSetSmoothType, will be used on level 0 (the finest level) through level smooth_num_levels-1. The default is 0, i.e. no complex smoothers are used.

Alphabetic index