-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Use casadi map to more quickly evaluate processed variables #2456
Comments
Hi @tinosulzer ! Does the casadi map has to be used in the place of "base_variable_casadis" because, I feel that that's what getting processed. |
instead of this for loop PyBaMM/pybamm/solvers/processed_variable.py Lines 123 to 131 in 6ab6c15
|
Hi @tinosulzer Do you thinnk that something this should work for us?
|
@tinosulzer Any updates on above what I mentioned? |
I'm not sure exactly the right way to do it since it needs to be optimized to minimize the calculation time, which needs to be tested locally. This is not a good issue to start with. Please check issues labelled "easy" |
Hi @tinosulzer Thanks for letting me know. I'm gently trying to understand the deep of PyBaMM that's why I thought to work on such issues along side issues with labelled "easy" |
closing, see #4464 |
https://web.casadi.org/docs/#map
The text was updated successfully, but these errors were encountered: