Home
last modified time | relevance | path

Searched refs:vcs_inest (Results 1 – 2 of 2) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/equil/
H A Dvcs_solve.h917 void vcs_inest(double* const aw, double* const sa, double* const sm,
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/equil/
H A Dvcs_solve.cpp2605 vcs_inest(&aw[0], &sa[0], &sm[0], &ss[0], test); in vcs_inest_TP()
2956 void VCS_SOLVE::vcs_inest(double* const aw, double* const sa, double* const sm, in vcs_inest() function in Cantera::VCS_SOLVE