This code solves the one-dimensional Kuramoto-Sivashisnky equation with periodic boundary condition
using spectral method with an ETDRK4 solver (as the equation is stiff).
More precisly, since the solution u is
which leads to the following ODE
where
The ODE is solved using an ETDRK4, which is particularly well suited to stiff equations.
Moreover, the associated linear equation is also solved in tangent space, which allows to compute Lyapunov exponents and Covariant Lyapunov Vectors (CLV). An example is given in the notebook.
If you find any error or bug in the code, do not hesitate to create an issue or a pull request.