diff +multiblock/DiffOpTest.m @ 186:1fc2eeb4f4e6 feature/grids

Moved multiblock grid to the multiblock package. Continued implementation. Added multiblock diffOp and removed some functions no longer needed.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 03 Mar 2016 20:03:06 +0100
parents
children 6054dcd3c8a9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/+multiblock/DiffOpTest.m	Thu Mar 03 20:03:06 2016 +0100
@@ -0,0 +1,18 @@
+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 do = mockDiffOp()
+%     do.H = 1;
+%     do.D = 1;
+% end
\ No newline at end of file