MYSTRANsolver / MYSTRAN

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

fixed segfault caused by closed ANS file #64

Closed SteveDoyle2 closed 6 months ago

SteveDoyle2 commented 7 months ago

GPFORCE has a flush to the ANS file, so if ANS is closed, the code will fatal.

We should also add some all_element tests that don't use the ANS file.

fixes #65

SteveDoyle2 commented 7 months ago

@Bruno02468 I guess by review, I mean, ready to merge