Mercurial > repos > public > sbplib
diff +multiblock/Definition.m @ 728:0aff87f6fb2c feature/poroelastic
Merge with multiblock defs
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 20 Apr 2018 12:06:38 -0700 |
parents | 53d422efaabd |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/+multiblock/Definition.m Fri Apr 20 12:06:38 2018 -0700 @@ -0,0 +1,11 @@ +classdef Definition + methods (Abstract) + + % Returns a multiblock.Grid given some parameters + g = getGrid(obj, varargin) + + % label is the type of label used for plotting, + % default is block name, 'id' show the index for each block. + show(obj, label, gridLines, varargin) + end +end