Mercurial > repos > public > sbplib
comparison +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 |
comparison
equal
deleted
inserted
replaced
538:95e41f7a6f1a | 539:08b6281ba2a9 |
---|---|
80 end | 80 end |
81 | 81 |
82 gfs = mat2cell(gf, N, 1); | 82 gfs = mat2cell(gf, N, 1); |
83 end | 83 end |
84 | 84 |
85 % TODO: Split op? | |
86 % Should the method to split an operator be moved here instead of being in multiblock.DiffOp? | |
87 | |
85 % Converts a gridfunction to a set of plot matrices | 88 % Converts a gridfunction to a set of plot matrices |
86 % Takes a grid function and and a structured grid. | 89 % Takes a grid function and and a structured grid. |
87 function F = funcToPlotMatrices(obj, gf) | 90 function F = funcToPlotMatrices(obj, gf) |
88 gfs = obj.splitFunc(gf); | 91 gfs = obj.splitFunc(gf); |
89 | 92 |