Mercurial > repos > public > sbplib
view +grid/funcToPlotMatrix.m @ 639:021caf7194b8 feature/d1_staggered
Bug fix grid spacing in d1 staggered implementations.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 10 Nov 2017 15:57:47 -0800 |
parents | 5f75d7094983 |
children | bc2be302df90 |
line wrap: on
line source
% Converts a gridfunction to a plot matrix % Takes a grid function and and a structured grid. function F = funcToPlotMatrix(g, gf) F = reshapeToPlotMatrix(gf, g.size()); end