changeset 1369:ff64acfc1ec9 feature/variable_derivatives

Add note about possibly removing a constructor for VolumeOperator
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 26 May 2023 14:59:37 +0200
parents 26ad90b42efd
children 4ef8fb75d144
files src/SbpOperators/volumeops/volume_operator.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/volume_operator.jl	Fri May 26 14:54:00 2023 +0200
+++ b/src/SbpOperators/volumeops/volume_operator.jl	Fri May 26 14:59:37 2023 +0200
@@ -12,7 +12,7 @@
 
 function VolumeOperator(grid::EquidistantGrid, inner_stencil, closure_stencils, parity)
     return VolumeOperator(inner_stencil, Tuple(closure_stencils), size(grid), parity)
-end
+end # TBD: Remove this function?
 
 closure_size(::VolumeOperator{T,N,M}) where {T,N,M} = M