log src/SbpOperators/volumeops/laplace/laplace.jl @ 995:1ba8a398af9c refactor/lazy_tensors

age author description
Fri, 18 Mar 2022 21:14:47 +0100 Jonatan Werpers Rename types refactor/lazy_tensors
Thu, 17 Mar 2022 21:31:20 +0100 Vidar Stiernström Add type StencilSet feature/stencil_set_type
Mon, 14 Mar 2022 10:00:25 +0100 Vidar Stiernström 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. feature/laplace_opset