diff diffOp.jl @ 8:433008d3b7d3

Move stencil to its own file
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 17 Dec 2018 14:30:59 +0100
parents cb8e50ca9e15
children aafc4bdbe675
line wrap: on
line diff
--- a/diffOp.jl	Mon Dec 17 14:30:14 2018 +0100
+++ b/diffOp.jl	Mon Dec 17 14:30:59 2018 +0100
@@ -29,7 +29,7 @@
 end
 
 # u = L*v
-function apply(L::Laplace, u::AbstractVector, v::AbstractVector)::AbstractVector
+function apply(L::Laplace1D, u::AbstractVector, v::AbstractVector)::AbstractVector
     N = closureSize(L.op)
     M = length(v)