cantera/interfaces/cython/cantera/_cantera.pyx

18 lines
315 B
Cython

import numpy as np
cimport numpy as np
from cython.operator cimport dereference as deref
from _cantera cimport *
include "utils.pyx"
include "constants.pyx"
include "func1.pyx"
include "base.pyx"
include "thermo.pyx"
include "kinetics.pyx"
include "transport.pyx"
include "composite.pyx"
include "mixture.pyx"