Mercurial > repos > public > sbplib
view +grid/funcToMatrix.m @ 191:7c1d3fc33f90 feature/grids
Added methods for returning boundary names and boundary coordinates from Cartesian and Curvilinear grids.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Apr 2016 18:23:50 +0200 |
parents | 7cb97c1988d9 |
children | 5f75d7094983 |
line wrap: on
line source
% Converts a gridfunction to a matrix % Takes a grid function and and a structured grid. function F = funcToMatrix(g, gf) reshapeRowMaj(gf, g.size()); end