Tue, 15 Mar 2022 07:37:11 +0100 |
Jonatan Werpers |
Merge default
feature/tensormapping_application_promotion
|
Tue, 15 Mar 2022 07:29:41 +0100 |
Jonatan Werpers |
Add stencil_set method and accuracy tests
feature/first_derivative
|
Tue, 15 Mar 2022 06:53:06 +0100 |
Jonatan Werpers |
Merge default
feature/first_derivative
|
Mon, 14 Mar 2022 16:01:33 +0100 |
Jonatan Werpers |
Start adding the first derivative
feature/first_derivative
|
Mon, 14 Mar 2022 10:20:39 +0100 |
Jonatan Werpers |
Fix typo
feature/variable_derivatives
|
Mon, 14 Mar 2022 15:58:26 +0100 |
Vidar Stiernström |
Merge feature/laplace_opset
|
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
|
Mon, 14 Mar 2022 09:41:23 +0100 |
Vidar Stiernström |
Review: Fix boundary operator tests according to review comments
feature/laplace_opset
|