Mercurial > repos > public > sbplib
diff +noname/plotSolutions.m @ 32:ddfb98209aa2
Fixed a bunch of problems regarding convergence and saving solutions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 29 Sep 2015 09:22:22 +0200 |
parents | b1e04c1f2b45 |
children | 7bb2ef637142 |
line wrap: on
line diff
--- a/+noname/plotSolutions.m Mon Sep 28 21:56:02 2015 +0200 +++ b/+noname/plotSolutions.m Tue Sep 29 09:22:22 2015 +0200 @@ -17,8 +17,7 @@ repr = entry.repr; runtime = entry.runtime; k = entry.k; - - discr = entry.discrHand(m,order); + discr = entry.discr; [update, hand] = discr.setupPlot(plot_type); update(repr);