Steven Doyle
Steven Doyle
Can you create a small example (under 100 KB)? It's too big to look at a binary file. One element is the ideal size. Also, I need the bdf/dat file...
closing due to it being an MSC bug
this was finished a while ago
It’s bad practice to write E as an integer. It’s specifically called out in the QRG as a float. You’re welcome to modify the source, but I disagree it should...
That’s the MSC case control reader. Every year or so they add new parameters, so the length of the block changes. That’s why there are different numbers. The floor division...
It’s a check on number of subcases. There are multiple possible sizes for the data. If they’re not the right length, it can’t parse and a warning is thrown. On...
Correct. It’s a way to shortcut the code. More difficult logic is used inside the function On Tue, Mar 14, 2023 at 11:56 AM Francesco M. A. Mitrotta < ***@***.***>...
The function is just trying to parse the case control deck. If can get the case control deck that you had in your bdf from using only the op2. That’s...
Maybe to be really clear. That check wouldn’t be necessary if the function worked. On Sat, Mar 25, 2023 at 11:51 AM Steven Doyle ***@***.***> wrote: > The function is...
I was getting crashes. Rather than try-excepting it, I shortcutted it. On Tue, Mar 28, 2023 at 1:43 AM Francesco M. A. Mitrotta < ***@***.***> wrote: > Thanks for the...