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

Set up the AMS solver or preconditioner

Documentation

Set up the AMS solver or preconditioner. If used as a preconditioner, this function should be passed to the iterative solver SetPrecond function.

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

alphabetic index hierarchy of classes


generated by doc++