view +grid/Structured.m @ 160:c700b26ad304 feature/grids

Multiblock.m: Made methods lower case. Added a method.
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 22 Feb 2016 12:27:31 +0100
parents ce10ebde3123
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