changeset 962:1bb28e47990f feature/laplace_opset

Revew: Consider review comments for laplace(grid,...). Keeping the method separate (instead of inlining it) allows for users to create custom operators w.o. first defining a stencil set. Having both methods is also similar to how other types of operators can be constructed.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 14 Mar 2022 10:00:25 +0100
parents 775d5513da8f
children 52a0ebad0778
files src/SbpOperators/volumeops/laplace/laplace.jl
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/SbpOperators/volumeops/laplace/laplace.jl	Mon Mar 14 09:41:23 2022 +0100
+++ b/src/SbpOperators/volumeops/laplace/laplace.jl	Mon Mar 14 10:00:25 2022 +0100
@@ -52,4 +52,3 @@
     end
     return Δ
 end
-# REVIEW: Do we need this method? Couldn't it just be inlined in the constructor on :19?