sandialabs / Spitfire

Spitfire is a Python/C++ library for constructing tabulated chemistry models and solving differential equations.
Other
37 stars 8 forks source link

Transition from Cython to PyBind #15

Open michael-a-hansen opened 3 years ago

michael-a-hansen commented 3 years ago

Our use of Cython to wrap the internal C++ engine (Griffon) is very heavy-handed and could probably be cleaner and more bug-proof with PyBind.