ReactionMechanismGenerator / ReactionMechanismSimulator.jl

The amazing Reaction Mechanism Simulator for simulating large chemical kinetic mechanisms
https://reactionmechanismgenerator.github.io/ReactionMechanismSimulator.jl
MIT License
74 stars 33 forks source link

Remove Static Array Use #202

Open mjohnson541 opened 1 year ago

mjohnson541 commented 1 year ago

Static arrays aren't providing significant speed up, but are causing complications when copying objects and in general handling objects. It would be best to replace static arrays with normal arrays and remove our dependency on static arrays.