diff plotDerivative2d.jl @ 56:27a8d3021a1c cell_based_test

Convert apply functions to cell-based
author Ylva Rydin <ylva.rydin@telia.com>
date Tue, 15 Jan 2019 12:26:06 +0100
parents 4300a3fbd818
children 8d505e9bc715
line wrap: on
line diff
--- a/plotDerivative2d.jl	Tue Jan 15 10:25:56 2019 +0100
+++ b/plotDerivative2d.jl	Tue Jan 15 12:26:06 2019 +0100
@@ -9,8 +9,8 @@
 
 sbp.apply!(Laplace,u,v)
 
-@show u
-@show u'*u
+#@show u
+#@show u'*u
 
 sbp.Grid.plotgridfunction(g,u)