diff src/SbpOperators/boundaryops/boundary_operator.jl @ 1088:62f321caa964 refactor/sbpoperators/inflation

Improve docs
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 May 2022 20:21:15 +0200
parents 52f07c77299d
children 157a78959e5d
line wrap: on
line diff
--- a/src/SbpOperators/boundaryops/boundary_operator.jl	Tue Mar 22 22:05:34 2022 +0100
+++ b/src/SbpOperators/boundaryops/boundary_operator.jl	Tue May 10 20:21:15 2022 +0200
@@ -21,6 +21,7 @@
 
     return LazyTensors.inflate(op, size(grid), d)
 end
+# TBD: Should the inflation happen here or should we remove this method and do it at the caller instead?
 
 """
     BoundaryOperator{T,R,N} <: LazyTensor{T,0,1}