comparison +grid/funcToPlotMatrix.m @ 1331:60c875c18de3 feature/D2_boundary_opt

Merge with feature/poroelastic for Elastic schemes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 10 Mar 2022 16:54:26 +0100
parents bc2be302df90
children
comparison
equal deleted inserted replaced
1330:855871e0b852 1331:60c875c18de3
1 % Converts a gridfunction to a plot matrix 1 % Converts a gridfunction to a plot matrix
2 % Takes a grid function and and a structured grid. 2 % Takes a grid function and a structured grid.
3 function F = funcToPlotMatrix(g, gf) 3 function F = funcToPlotMatrix(g, gf)
4 F = reshapeToPlotMatrix(gf, g.size()); 4 F = reshapeToPlotMatrix(gf, g.size());
5 end 5 end