comparison +time/+rk/Test.m @ 1114:f2988a63c3aa feature/timesteppers

Add tests for time.Rungekutta4 and time.Rungekutta4SecondOrder
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 10 Apr 2019 23:10:13 +0200
parents
children
comparison
equal deleted inserted replaced
1113:47e86b5270ad 1114:f2988a63c3aa
1 function tests = Test()
2 tests = functiontests(localfunctions);
3 end
4
5 function testRkExplicit(tc)
6 tc.verifyFail();
7 end
8
9 function testRkExplicitSecondOrder(tc)
10 tc.verifyFail();
11 end