diff +time/Rungekutta4proper.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents e1a05acc1b5d
children c6fcee3fcf1b 8894e9c49e40
line wrap: on
line diff
--- a/+time/Rungekutta4proper.m	Wed Jan 25 17:14:17 2017 +0100
+++ b/+time/Rungekutta4proper.m	Thu Jan 26 15:59:25 2017 +0100
@@ -10,6 +10,7 @@
 
 
     methods
+        % Timesteps v_t = F(v,t), using RK4 fromt t = t0 with timestep k and initial conditions v = v0
         function obj = Rungekutta4proper(F, k, t0, v0)
             obj.F = F;
             obj.k = k;