Mercurial > repos > public > sbplib_julia
diff EquidistantGrid.jl @ 93:93df72e2b135 stencil_index
Implement apply for 2D-Laplace which takes an StencilIndex as input
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 04 Feb 2019 09:13:48 +0100 |
parents | c0f33eccd527 |
children |
line wrap: on
line diff
--- a/EquidistantGrid.jl Mon Feb 04 09:11:53 2019 +0100 +++ b/EquidistantGrid.jl Mon Feb 04 09:13:48 2019 +0100 @@ -80,7 +80,7 @@ points = range(grid.limit_lower[dim],stop=grid.limit_lower[dim],length=grid.numberOfPointsPerDim[dim]) end -# TODO: Move to own plotting module. +# # TODO: Move to own plotting module. using PyPlot, PyCall function plotgridfunction(grid::EquidistantGrid, gridfunction)