Mercurial > repos > public > sbplib
diff +scheme/Scheme.m @ 26:ed6a704b028d
Made some changes to error functions and comparison functions before finalizing convergence script.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2015 14:54:26 +0200 |
parents | 16bad7c459da |
children | 8f22829b69d0 77e9f0a85862 |
line wrap: on
line diff
--- a/+scheme/Scheme.m Fri Sep 25 14:51:18 2015 +0200 +++ b/+scheme/Scheme.m Fri Sep 25 14:54:26 2015 +0200 @@ -28,9 +28,6 @@ m = interface(obj,boundary,neighbour_scheme,neighbour_boundary) N = size(obj) % Returns the number of degrees of freedom. - e = compareSolution(obj, p,v, p_ref, v_ref, errorFunction) % Use ismemeber(p,p_ref,'rows') and vector2cell() for winning - e = compareSolutionAnalytical(obj, p, v, v_ref, errorFunction) - end methods(Static)