26 return new IDA_Solver(f);
28 throw CanteraError(
"newDAE_Solver",
"IDA solver requires sundials"
29 " package, but Cantera was not built with sundials.");
33 "unknown DAE solver: "+itype);
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
Wrappers for the function evaluators for Nonlinear solvers and Time steppers.
Header file for class DAE_Solver.
Base class for exceptions thrown by Cantera classes.
DAE_Solver * newDAE_Solver(const std::string &itype, ResidJacEval &f)
Factor method for choosing a DAE solver.
Header file for class IDA_Solver.