Mercurial > repos > public > sbplib
diff +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 |
line wrap: on
line diff
--- a/+grid/funcToPlotMatrix.m Thu Feb 17 18:55:11 2022 +0100 +++ b/+grid/funcToPlotMatrix.m Thu Mar 10 16:54:26 2022 +0100 @@ -1,5 +1,5 @@ % Converts a gridfunction to a plot matrix -% Takes a grid function and and a structured grid. +% Takes a grid function and a structured grid. function F = funcToPlotMatrix(g, gf) F = reshapeToPlotMatrix(gf, g.size()); end \ No newline at end of file