hypre
hypre copied to clipboard
Euclid Preconditioner in Fortran
Hi,
I intend to implement Euclid preconditioned flexible GMRES in my Fortran code. However, I could not find the precond ID for Euclid preconditioner required in HYPRE_ParCSRFlexGMRESSetPrecond subroutine. Can you help to provide one?
Hi @ljchan1, You should be able to access Euclid as a preconditioner for GMRES or FlexGMRES when you use precon_id 5. Hopefully this helps.
-Daniel