diff +noname/Discretization.m @ 180:001239c03eb2 feature/beams

Merge with feature/grids.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 29 Feb 2016 15:08:01 +0100
parents 484b48e95c83
children
line wrap: on
line diff
--- a/+noname/Discretization.m	Mon Feb 29 10:16:39 2016 +0100
+++ b/+noname/Discretization.m	Mon Feb 29 15:08:01 2016 +0100
@@ -19,7 +19,7 @@
         %          the appropriate timestepper. It should also provide a default value.
         %     k is a desired timestep
         %     cfl is a choses cfl constant used to set the timestep. ignored if k is set.
-        ts = getTimestepper(obj, method, k, cfl)
+        ts = getTimestepper(obj, opt)
 
         % Calculates a timestep for the discretization and a given timestepping method.
         % Can take order, differnt types of scaling in h, or other parameters in Discr into