DedalusProject / dedalus

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

[d2] Fix left eigenvector normalisation in solve_sparse #260

Closed csskene closed 1 year ago

csskene commented 1 year ago

Similar to pull request #248. This pull request fixes the left eigenvector normalisation in v2_master for the solve_sparse method in the eigenvalue solver. solve_dense has already been fixed in #248.

kburns commented 1 year ago

Thanks!