diff plotDerivative.jl @ 46:50c6c252d954

Fix issue in plotgridfunction in 2d. Remove 3d case. Will be added later
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 10 Jan 2019 17:39:42 +0100
parents 56722ba36604
children 614b56a017b9
line wrap: on
line diff
--- a/plotDerivative.jl	Thu Jan 10 16:51:52 2019 +0100
+++ b/plotDerivative.jl	Thu Jan 10 17:39:42 2019 +0100
@@ -1,4 +1,4 @@
-g = sbp.grid.EquidistantGrid(200,(0, 1))
+g = sbp.grid.EquidistantGrid(200,(0, 2pi))
 op =sbp.readOperator("d2_4th.txt","h_4th.txt")
 Laplace = sbp.Laplace1D(g,1,op)
 
@@ -10,4 +10,3 @@
 
 @show u
 sbp.grid.plotgridfunction(g,u)
-