This code solves Hires Problem (Benchmark for stiff ODE) using CVODE of SUNDIALS. It can work with LAPACK and KLU.
For your own ODE integration problems, you need to derive a custom class from ProblemBase class.
To Execute:
- Create folder named build under main. Then cd to build.
- Run "cmake .."
- Run make
- Execute ./ode_solver
- Enjoy :)
Remember to check your CMakeLists.txt file.