(HYPRE_Solver solver,
HYPRE_ParCSRMatrix A,
HYPRE_ParVector b,
HYPRE_ParVector x)
Solve the transpose system
or apply AMG as a preconditioner to the transpose system .
Documentation
Solve the transpose system
or apply AMG as a preconditioner
to the transpose system . Note that this function should only be used
when preconditioning CGNR with BoomerAMG. It can only be used with
Jacobi smoothing (relax_type 0 or 7) and without CF smoothing,
i.e relax_order needs to be set to 0.
If used as a preconditioner, this function should be passed
to the iterative solver SetPrecond function.
- Parameters:
- solver - [IN] solver or preconditioner object to be applied.
A - [IN] ParCSR matrix
b - [IN] right hand side of the linear system to be solved
x - [OUT] approximated solution of the linear system to be solved
Alphabetic index