Home
last modified time | relevance | path

Searched refs:kin_getNetProductionRates (Results 1 – 5 of 5) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/matlab/
H A Dkineticsmethods.cpp128 ok = kin_getNetProductionRates(kin,nsp,h); in kineticsmethods()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/clib/
H A Dct.h131 CANTERA_CAPI int kin_getNetProductionRates(int n, size_t len, double* wdot);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dct.cpp1175 int kin_getNetProductionRates(int n, size_t len, double* wdot) in kin_getNetProductionRates() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/
H A Dkinetics.pyx442 return get_species_array(self, kin_getNetProductionRates)
H A D_cantera.pxd1122 cdef void kin_getNetProductionRates(CxxKinetics*, double*) except +translate_exception function