Added
- Cython-based Finite Difference Methods and Finite Volume Methods
- Vector Finite Volume
- Support for flux Jacobian for all schemes
- Characteristic-variable based approach for all schemes. Handles full matrix flux Jacobians
- Scheme options - for usage such as limiters
Fixed
- Single-equation models only
- Removed lists in favour of multidimensional NumPy arrays
- `evolve` now advances till `t_diff` is reached for Euler
- `test_validation` renamed to `test_verification`
- Prompt in an FVM scheme error message