diff plotDerivative.jl @ 54:4300a3fbd818

switch grid to Grid in diffOp
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 14 Jan 2019 16:30:52 +0100
parents 614b56a017b9
children 27a8d3021a1c 81d9510cb2d0
line wrap: on
line diff
--- a/plotDerivative.jl	Mon Jan 14 11:30:36 2019 +0100
+++ b/plotDerivative.jl	Mon Jan 14 16:30:52 2019 +0100
@@ -1,4 +1,4 @@
-g = sbp.grid.EquidistantGrid(200,(0, 2pi))
+g = sbp.Grid.EquidistantGrid(200,(0, 2pi))
 op =sbp.readOperator("d2_4th.txt","h_4th.txt")
 Laplace = sbp.Laplace1D(g,1,op)
 
@@ -9,4 +9,4 @@
 sbp.apply!(Laplace,u,v)
 
 @show u
-sbp.grid.plotgridfunction(g,u)
+sbp.Grid.plotgridfunction(g,u)