int HYPRE_ParaSailsSetup (HYPRE_Solver solver, HYPRE_ParCSRMatrix A, HYPRE_ParVector b, HYPRE_ParVector x)


Documentation

Set up the ParaSails preconditioner. This function should be passed to the iterative solver SetPrecond function.

Parameters:

solver - [IN] Preconditioner object to set up.
A - [IN] ParCSR matrix used to construct the preconditioner.
b - Ignored by this function.
x - Ignored by this function.

alphabetic index hierarchy of classes


generated by doc++