comparison src/SbpOperators/volumeops/volume_operator.jl @ 1100:157a78959e5d refactor/sbpoperators/inflation

Bring up to date
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 May 2022 20:34:20 +0200
parents 05a25a5063bb 2278730f9cee
children 5ddf5ae48391
comparison
equal deleted inserted replaced
1099:05a25a5063bb 1100:157a78959e5d
1 """ 1 """
2 VolumeOperator{T,N,M,K} <: TensorOperator{T,1} 2 VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}
3 Implements a one-dimensional constant coefficients volume operator 3 Implements a one-dimensional constant coefficients volume operator
4 """ 4 """
5 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1} 5 struct VolumeOperator{T,N,M,K} <: LazyTensor{T,1,1}
6 inner_stencil::Stencil{T,N} 6 inner_stencil::Stencil{T,N}
7 closure_stencils::NTuple{M,Stencil{T,K}} 7 closure_stencils::NTuple{M,Stencil{T,K}}