diff +multiblock/Grid.m @ 539:08b6281ba2a9 feature/grids

Add some todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 08 Aug 2017 13:25:19 +0200
parents d5bc51537a8c
children 1fe16b34f114
line wrap: on
line diff
--- a/+multiblock/Grid.m	Tue Aug 08 08:26:49 2017 +0200
+++ b/+multiblock/Grid.m	Tue Aug 08 13:25:19 2017 +0200
@@ -82,6 +82,9 @@
             gfs = mat2cell(gf, N, 1);
         end
 
+        % TODO: Split op?
+        % Should the method to split an operator be moved here instead of being in multiblock.DiffOp?
+
         % Converts a gridfunction to a set of plot matrices
         % Takes a grid function and and a structured grid.
         function F = funcToPlotMatrices(obj, gf)