comparison +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
comparison
equal deleted inserted replaced
31:d1f9dd55a2b0 32:ddfb98209aa2
15 m = key.m; 15 m = key.m;
16 T = key.T; 16 T = key.T;
17 repr = entry.repr; 17 repr = entry.repr;
18 runtime = entry.runtime; 18 runtime = entry.runtime;
19 k = entry.k; 19 k = entry.k;
20 20 discr = entry.discr;
21 discr = entry.discrHand(m,order);
22 21
23 [update, hand] = discr.setupPlot(plot_type); 22 [update, hand] = discr.setupPlot(plot_type);
24 update(repr); 23 update(repr);
25 24
26 if save_figures 25 if save_figures