hypre-space / hypre

Parallel solvers for sparse linear systems featuring multigrid methods.
https://www.llnl.gov/casc/hypre/
Other
674 stars 185 forks source link

Can we find a minimal self-contained gpu example of using hypre ij interface nad its related solver? #1086

Open ruohai0925 opened 6 months ago

ruohai0925 commented 6 months ago

The only example that I have found is here:

https://github.com/hypre-space/hypre/issues/1047, although there is still an error in that PR.

Are there other examples that I can follow and play with?

Best.