Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create objects for each ODE to be integrated #19

Open
DocSepp opened this issue May 28, 2022 · 0 comments
Open

Create objects for each ODE to be integrated #19

DocSepp opened this issue May 28, 2022 · 0 comments

Comments

@DocSepp
Copy link

DocSepp commented May 28, 2022

In order to streamline the code we can create objects for each ODE to be integrated. We can have one baseclass that all these objects inherit from, containing all the relevant members like initial_state, A, b etc. It could have virtual functions getA and getb that can be redefined by each object to execute the correct computation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant