int HYPRE_ParaSailsSetLoadbal (HYPRE_Solver solver, double loadbal)


Documentation

Set the load balance parameter for the ParaSails preconditioner.

Parameters:

solver - [IN] Preconditioner object for which to set the load balance parameter.
loadbal - [IN] Value of the load balance parameter, $0 \le$ loadbal $\le 1$. A zero value indicates that no load balance is attempted; a value of unity indicates that perfect load balance will be attempted. The recommended value is 0.9 to balance the overhead of data exchanges for load balancing. No load balancing is needed if the preconditioner is very sparse and fast to construct. The default value when this parameter is not set is 0.

alphabetic index hierarchy of classes


generated by doc++