tberlok / psecas

A framework for solving numerical eigenvalue problems using pseudo-spectral methods.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Convert solve into solve_with_guess() and solve() #18

Closed tberlok closed 6 years ago

tberlok commented 6 years ago

Do this in a way such that the changes are backwards compatible!

That is, solver.solve() and solver.iterate_solver() should retain their functionality.

tberlok commented 6 years ago

This has been done.