This package provides a comprehensive solution for eigenvalue problems associated with hydrodynamic stability systems. It aims to establish a library encompassing Linear Stability Theory (LST), Parabolised Stability Equations (PSE), and Direct Numerical Systems (DNS).
This package is designed based on the structure and fundamental concepts of SciMLBase.jl, particularly in terms of the abstract types:
- Problem
- Algorithms
- Solution
- Function
Furthermore, the coding style adheres to the conventions established by SciML.