-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add support for real matrices to generalized matvec interface #166
Comments
This one also is for the EMT application so we can leave it out for the release. |
This one may boil down to mostly copy/paste. Could be pretty quick. |
I have this working in my EMT branch. This was not an easy copy/paste fix since changes made to the mapper also need to set to the math solvers - some of which do not interfaces with real matrices (DAE solver for instance was one math solver that I had to update). |
Are these code changes checked in? I would like to see why this was necessary. |
Yes, to the |
@wperkins : I did not read your question correctly. The fixes for the memory crash are in |
My unspecific question was about the DAESolver changes in I'll try out the dynamic simulation fix. Thanks. |
Current implementation of generalized matrix-vector interface only supports complex matrices. We need to add support for real matrices as well.
The text was updated successfully, but these errors were encountered: