diff src/SbpOperators/volumeops/volume_operator.jl @ 1072:14cb97284373 feature/dissipation_operators

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 24 Mar 2022 12:00:12 +0100
parents 52f07c77299d 2b6298905692
children 5a3281429a48 157a78959e5d
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl	Wed Mar 23 21:58:04 2022 +0100
+++ b/src/SbpOperators/volumeops/volume_operator.jl	Thu Mar 24 12:00:12 2022 +0100
@@ -18,7 +18,7 @@
 # TBD: Should the inflation happen here or should we remove this method and do it at the caller instead?
 
 """
-    VolumeOperator{T,N,M,K} <: TensorOperator{T,1}
+    VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}
 Implements a one-dimensional constant coefficients volume operator
 """
 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}