Mercurial > repos > public > sbplib
view +grid/funcToMatrix.m @ 198:6fb354955c37 feature/grids
Paused work on boundaryGroups and getBoundaryNames. Are they really needed?
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 13 Jun 2016 16:49:11 +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