MYSTRANsolver / MYSTRAN

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

Add GPFORCE output to OP2 #28

Closed SteveDoyle2 closed 7 months ago

SteveDoyle2 commented 9 months ago

This is held up by the way GPFORCE was implemented.

The OP2 needs to be written in a single block, so the F06 writing would need to be refactored to calculate all the output before the write step vs. calculating each node and then printing. That would help OP2 integration.

SteveDoyle2 commented 7 months ago

Done outside of testing. see the gpforce branch.

The trick was learning about allocate/deallocate. They're actually not that bad.

SteveDoyle2 commented 7 months ago

has issues when there are multiple results in the op2

SteveDoyle2 commented 7 months ago

fixed that one by removing a closing 0 in the op2 write

SteveDoyle2 commented 7 months ago

closed by #55