SUNDIALS¶
Description¶
SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) was implemented with the goal of providing robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes. The primary design goals were to require minimal information from the user, allow users to easily supply their own data structures underneath the solvers, and allow for easy incorporation of user-supplied linear solvers and preconditioners.
Environment Modules¶
Run module spider sundials
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_SUNDIALS_DIR - installation directory
- HPC_SUNDIALS_BIN - executable directory
- HPC_SUNDIALS_LIB - library directory
- HPC_SUNDIALS_INC - includes directory
Citation¶
If you publish research that uses sundials you have to cite it as follows:
- Alan C. Hindmarsh, Peter N. Brown, Keith E. Grant, Steven L. Lee, Radu Serban, Dan E. Shumaker, and Carol S. Woodward. 2005. SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers. ACM Trans. Math. Softw. 31, 3 (September 2005), 363–396. https://doi.org/10.1145/1089014.1089020
- R. Serban and A. C. Hindmarsh, "CVODES: the Sensitivity-Enabled ODE Solver in SUNDIALS," Proceedings of IDETC/CIE 2005, Sept. 2005, Long Beach, CA. Also available as LLNL technical report UCRL-JP-200039. https://doi.org/10.1115/DETC2005-85597
Categories¶
math