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. |
||
|---|---|---|
| .. | ||
| BulkKinetics.cpp | ||
| Falloff.cpp | ||
| FalloffFactory.cpp | ||
| GasKinetics.cpp | ||
| Group.cpp | ||
| ImplicitSurfChem.cpp | ||
| importKinetics.cpp | ||
| InterfaceKinetics.cpp | ||
| Kinetics.cpp | ||
| KineticsFactory.cpp | ||
| Reaction.cpp | ||
| ReactionPath.cpp | ||
| RxnRates.cpp | ||
| solveSP.cpp | ||