2. Using SUNDIALS¶
As discussed in §7.3, the six solvers packages (CVODE(S), IDA(S), ARKODE, KINSOL) that make up SUNDIALS are built upon common classes/modules for vectors, matrices, and algebraic solvers. In addition, the six packages all leverage some other common infrastructure, which we discuss in this section.
- 2.1. The SUNContext Type
- 2.2. Performance Profiling
- 2.3. SUNDIALS Status Logging
- 2.4. SUNDIALS Version Information
- 2.5. SUNDIALS Fortran Interface
- 2.6. Features for GPU Accelerated Computing