Skip to content
Snippets Groups Projects
Commit cdd0d10b authored by Ian Bell's avatar Ian Bell
Browse files

Expose get_drhovec_dT_crit

parent 2785efc3
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ void add_derivatives(py::module &m, Wrapper &cls) {
using ct = CriticalTracing<Model, double, Eigen::Array<double, Eigen::Dynamic, 1>>;
m.def("trace_critical_arclength_binary", &ct::trace_critical_arclength_binary);
m.def("get_drhovec_dT_crit", &ct::get_drhovec_dT_crit);
m.def("extrapolate_from_critical", &extrapolate_from_critical<Model, double>);
m.def("pure_VLE_T", &pure_VLE_T<Model, double>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment