cantera/src/kinetics
band-a-prend 6a8d7f7de3 Fix building Cantera against Sundials 4.x library
The changelog of Sundials 4.0.0 states:

"With the introduction of SUNNonlinSol modules, the input parameter iter
to CVodeCreate has been removed along with the function CVodeSetIterType
and the constants CV_NEWTON and CV_FUNCTIONAL.
Similarly, the ITMETH parameter has been removed from the Fortran interface
function FCVMALLOC. Instead of specifying the nonlinear iteration type
when creating the CVODE(S) memory structure, CVODE(S) uses
the SUNNONLINSOL_NEWTON module implementation of a Newton iteration by default."

so the appropreate conditional changes are added to control
the code execution via CT_SUNDIALS_VERSION preprocessor variable
to omit the parameters of Sundials solver that are no longer required.
2019-08-09 18:08:47 -04:00
..
BulkKinetics.cpp Remove code deprecated in Cantera 2.3.0 2017-02-12 19:22:33 -05:00
Falloff.cpp Additional check for Troe coefficients being zero 2019-03-18 14:39:50 -04:00
FalloffFactory.cpp Replace existing copyright notices with uniform copyright/license info 2016-10-10 22:19:01 -04:00
GasKinetics.cpp Deprecate rarely-used vector functions 2018-12-14 11:27:24 -05:00
Group.cpp Replace existing copyright notices with uniform copyright/license info 2016-10-10 22:19:01 -04:00
ImplicitSurfChem.cpp Fix building Cantera against Sundials 4.x library 2019-08-09 18:08:47 -04:00
importKinetics.cpp Add option to compile yaml-cpp or use system library 2019-06-25 22:30:59 -04:00
InterfaceKinetics.cpp Add InterfaceKinetics.advance_coverages integrator options to the cython interface, and test 2019-04-10 22:14:27 -04:00
Kinetics.cpp [Input] Handle "declared-species" option for adding reactions from YAML 2019-06-25 22:30:59 -04:00
KineticsFactory.cpp [Input] Implement 'skip-undeclared-third-bodies' option in YAML format 2019-06-25 22:30:59 -04:00
Reaction.cpp [Thermo] Add ThermoPhase.standardConcentrationUnits method 2019-06-25 22:30:59 -04:00
ReactionPath.cpp stylevalue 'setlinewidth' is deprecated, replaced it together with the whole style argument by 'penwidth' 2017-07-11 18:59:03 -04:00
RxnRates.cpp Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
solveSP.cpp Replace existing copyright notices with uniform copyright/license info 2016-10-10 22:19:01 -04:00