DedalusProject / dedalus

A flexible framework for solving PDEs with modern spectral methods.
http://dedalus-project.org/
GNU General Public License v3.0
513 stars 121 forks source link

Added plot showing sorted eigenvectors #175

Closed hdrake closed 2 years ago

hdrake commented 2 years ago

I added a few lines so that users can see how to plot (in grid space) the eigenvectors with the lowest/highest growth rates.

It took me a while to figure out the new set_state method API that requires specifying the subsystem in addition to the index, so I thought it would be useful to include it in at least one of the EVP examples.

kburns commented 2 years ago

Thanks!