view +grid/Structured.m @ 159:ce10ebde3123 feature/grids

Added abstract class Structured.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 19 Feb 2016 16:09:02 +0100
parents
children 73bc43c7379e
line wrap: on
line source

classdef Structured < grid.Grid
    % General multiblock grid
    methods (Abstract)
        % get matrices of coords
        % turn gridfunctions to matrices
    end
end