MYSTRANsolver / MYSTRAN

MYSTRAN is a general purpose finite element analysis solver
https://www.mystran.com/
MIT License
52 stars 15 forks source link

MYSTRAN Update 15.1.4 #14

Closed Bruno02468 closed 8 months ago

Bruno02468 commented 8 months ago

This update fixes a small memory bug. Basically, when writing element engineering forces for BAR elements, the min/max/abs values were only being computed if F06 output was requested. So, if writing only the .ANS, uninitialized (garbage) values would be written. I moved the call that computes said values to the top of the BAR case, thus fixing the bug (I think).