jonas-schmitt / evostencils

Automating the Design of Multigrid Methods with Evolutionary Program Synthesis
GNU Affero General Public License v3.0
11 stars 4 forks source link

Prepare version with Hypre backend for integration into the main branch #6

Open jonas-schmitt opened 11 months ago

jonas-schmitt commented 11 months ago

In general, the code needs to be tidied up. This includes the removal of hard coded paths and constants. Also global parameters must be avoided and replaced by either class attributes or function arguments. Finally, we should check whether both supported backends (ExaStencils & Hypre) are supported flawlessly. I'm happy to help with that whole process.