diff src/SbpOperators/laplace/secondderivative.jl @ 348:7fe43d902a27 refactor/remove_dynamic_size_tensormapping

Start trying to change LazyTensors
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 26 Sep 2020 15:20:18 +0200
parents 01b851161018
children 0844069ab5ff
line wrap: on
line diff
--- a/src/SbpOperators/laplace/secondderivative.jl	Fri Sep 25 14:19:15 2020 +0200
+++ b/src/SbpOperators/laplace/secondderivative.jl	Sat Sep 26 15:20:18 2020 +0200
@@ -4,7 +4,7 @@
 in 1D dimension
 """
 
-struct SecondDerivative{T,N,M,K} <: TensorOperator{T,1}
+struct SecondDerivative{T,N,M,K} <: TensorMapping{T,1,1}
     h_inv::T # The grid spacing could be included in the stencil already. Preferable?
     innerStencil::Stencil{T,N}
     closureStencils::NTuple{M,Stencil{T,K}}