diff +multiblock/DiffOpTest.m @ 200:ef41fde95ac4 feature/beams

Merged feature/grids into feature/beams.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 13 Jun 2016 16:59:02 +0200
parents 6054dcd3c8a9
children 38f203f00f3a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/+multiblock/DiffOpTest.m	Mon Jun 13 16:59:02 2016 +0200
@@ -0,0 +1,20 @@
+function tests = DiffOpTest()
+    tests = functiontests(localfunctions);
+end
+
+function testCreation(testCase)
+    g = multiblock.Grid({},{});
+    doHand = @(grid,order)[];
+    order = 0;
+    do = multiblock.DiffOp(doHand, g, order);
+end
+
+function testMissing(testCase)
+    testCase.verifyFail();
+end
+
+
+% function do = mockDiffOp()
+%     do.H = 1;
+%     do.D = 1;
+% end
\ No newline at end of file