Closed SteveDoyle2 closed 7 months ago
Done outside of testing. see the gpforce branch.
The trick was learning about allocate/deallocate. They're actually not that bad.
has issues when there are multiple results in the op2
fixed that one by removing a closing 0 in the op2 write
closed by #55
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.