diff +noname/Discretization.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 c7efff913935
children 7067bf8adbfa
line wrap: on
line diff
--- a/+noname/Discretization.m	Fri Sep 25 14:51:18 2015 +0200
+++ b/+noname/Discretization.m	Fri Sep 25 14:54:26 2015 +0200
@@ -3,6 +3,7 @@
         name         %Short description
         description  %Longer description
         order        %Order of accuracy
+        h            % scalar desciribing the grid spacing.. (IS THIS THE RIGHT PLACE FOR THIS?)
     end
 
     methods (Abstract)
@@ -45,12 +46,4 @@
         [update,hand] = setupPlot(obj, type)
 
     end
-
-    methods(Abstract,Static)
-        % Compare two functions u and v in the discrete l2 norm.
-        e = compareSolutions(u, v)
-
-        % Compare the functions u to the analytical function g in the discrete l2 norm.
-        e = compareSolutionsAnalytical(u, g)
-    end
 end
\ No newline at end of file