ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Apache License 2.0
195 stars 12 forks source link

Implement all functions of the equation class in the solver class with the virtual attribute #41

Open t-hishinuma opened 3 years ago

t-hishinuma commented 3 years ago

In order to implement IC/ILU preconditioner

If it is not implemented, the equation class cannot be templated.

The solver class functions do nothing.