GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
222 stars 89 forks source link

Consolidate our usage of `hypre` #2210

Open TotoGaz opened 1 year ago

TotoGaz commented 1 year ago

What is the requested feature?

The GEOSX validation cases basically use no feature of hypre. But it’s our key linear algebra backend when it comes to big simulations. This must evolve in order to provide a more reliable environment to our researchers and end-users.

Describe the solution you'd like

Here are some actions; feel free to extend or modify the list.

victorapm commented 1 year ago

@TotoGaz please let me know how I can help

TotoGaz commented 1 year ago

Hello @victorapm thank you for your help! Could you coordinate with @francoishamon to add our GEOSX matrices into the unit tests of hypre?

CusiniM commented 1 year ago

@TotoGaz @castelletto1 @victorapm I have started adding integratedTests that use iterative solvers. I have added 2 here: https://github.com/GEOS-DEV/integratedTests/pull/27. If we come up with a list of cases I can add them.