OpenPNM
OpenPNM copied to clipboard
Add `rerun` method to transport classes
@jgostick You mean for transient transport? For steady state, would it be equivalent to just calling alg.run?
Alg.run does not work for rerunning and maybe we should fix that instead actually.
I see. Is it because A and b are cached after first run?