Robert Braun
Robert Braun
Seems like it crashes because the code tries to evaluate the parameter name by something called "component index". I have no idea what this code is supposed to do. https://github.com/Hopsan/hopsan/blob/master/HopsanGUI/HcomHandler.cpp#L2119...
Yes, I noticed :) It might have been related to my multicore benchmark models, which were autogenerated by HCOM and had very many components of the same type. But it...
This would indeed be useful. The problem is that components access the node data directly through pointers. There is no instance between the data storage and the component where the...
That's a good idea! But I was thinking that this issue may require more than one PR, so that multiple people may help out when they have the time. We...
And also, we should write here which libraries we are currently working on to avoid duplicate work.
I don't think there is an attached model. What do you think @petkr14?
Most of these are Mathematica components. I wonder if we should really specify the generated hpp file as source code, or let it be for now? The Mathematica file cannot...
I believe you can use zip files for arbitrary attachments: https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/
These three boxes are confusing for new users anyway. An input box should have a label. This issue does not make sense though, since it is impossible to know how...
Yes, especially parallel evaluation and maybe example scripts. I was actually able to optimize OpenModelica models from Hopsan already, but only with sequential algorithms.