Mercurial > repos > public > sbplib
view +grid/funcToPlotMatrix.m @ 664:8e6dfd22fc59 feature/poroelastic
Free BC now yields symmetric negative semidefinite discretization.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Fri, 15 Dec 2017 16:23:10 -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