int HYPRE_BoomerAMGSetCoarsenType (HYPRE_Solver solver, int coarsen_type)

(Optional) Defines which parallel coarsening algorithm is used

Documentation

(Optional) Defines which parallel coarsening algorithm is used. There are the following options for coarsen_type:

\begin{tabular}{c l} 0 & CLJP-coarsening (a parallel coarsening algorithm using independent sets.
1 & classical Ruge-Stueben coarsening on each processor, no boundary treatment (not recommended!)
3 & classical Ruge-Stueben coarsening on each processor, followed by a third pass, which adds coarse
& points on the boundaries
6 & Falgout coarsening (uses 1 first, followed by CLJP using the interior coarse points generated by 1
& as its first independent set)

The default is 6.

alphabetic index hierarchy of classes


generated by doc++