Mercurial > repos > public > sbplib
view +grid/funcToPlotMatrix.m @ 217:fc07ebc49412 feature/beams
noname: Changed convergence to use grids in the representation of the solutions.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 27 Jun 2016 13:23:46 +0200 |
parents | 51aaf67a7df5 |
children | 5f75d7094983 |
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) reshapeToPlotMatrix(gf, g.size()); end