NAU-CCL / SPHERE

MIT License
1 stars 0 forks source link

Abstract Solver class #6

Open Averydx opened 3 months ago

Averydx commented 3 months ago

We probably need a general abstract interface for solvers to effectively type our code and smooth out the integration with the model class.

Averydx commented 3 months ago

Although there is a abstract odeSolver, I think we might want to go even more general.