log

age author description
Mon, 14 Mar 2022 15:56:02 +0100 Vidar Stiernström Closing branch before merge feature/laplace_opset
Mon, 14 Mar 2022 15:53:11 +0100 Vidar Stiernström Merge with default feature/laplace_opset
Mon, 14 Mar 2022 11:10:42 +0100 Vidar Stiernström Remove completed TODO. Woho!
Mon, 14 Mar 2022 10:51:15 +0100 Vidar Stiernström Add comment and todo on introducing a type StencilSet for dispatch feature/laplace_opset
Mon, 14 Mar 2022 10:47:20 +0100 Vidar Stiernström Remove obsolete constructur test and test against type ConstantInteriorScaling for (inverse) inner product. feature/laplace_opset
Mon, 14 Mar 2022 10:43:11 +0100 Vidar Stiernström Add method for creating second derivative from a stencil set. feature/laplace_opset
Mon, 14 Mar 2022 10:16:03 +0100 Vidar Stiernström Review: Address review comment on placement of exports. Export statements should be placed at the top of the module file. Add todo. feature/laplace_opset
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