diff src/SbpOperators/volumeops/laplace/laplace.jl @ 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 66e8faf4bb4b
children 7bf3121c6864 1ba8a398af9c
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?