Difference between revisions of "SUNDIALS"
Jump to navigation
Jump to search
Line 70: | Line 70: | ||
<!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | <!--Turn the Table of Contents and Edit paragraph links ON/OFF--> | ||
__NOTOC____NOEDITSECTION__ | __NOTOC____NOEDITSECTION__ | ||
+ | =Validation= | ||
+ | * Validated 4/5/2018 |
Revision as of 18:44, 5 April 2018
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.
Required Modules
Serial
- intel/2013
- {{#lowercase:SUNDIALS}}
Parallel
- intel/2013
- openmpi
- {{#lowercase:SUNDIALS}}
System Variables
- HPC_{{#uppercase:SUNDIALS}}_DIR : installation directory
- HPC_{{#uppercase:SUNDIALS}}_BIN : executable directory
- HPC_{{#uppercase:SUNDIALS}}_LIB : library directory
Citation
- A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS: Suite of Nonlinear and Differential/Algebraic Equation Solvers," ACM Transactions on Mathematical Software, 31(3), pp. 363-396, 2005. Also available as LLNL technical report UCRL-JP-200037.
- 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.
Validation
- Validated 4/5/2018