log

age author description
Mon, 02 Mar 2026 13:51:56 +0100 Jonatan Werpers Merge bugfix/lazy_tensors/tensor_sum_inference
Mon, 02 Mar 2026 13:51:39 +0100 Jonatan Werpers Close before merge bugfix/lazy_tensors/tensor_sum_inference
Mon, 02 Mar 2026 13:18:27 +0100 Jonatan Werpers Revert to using map and +() instead of sum to help the compiler infer the resulting types bugfix/lazy_tensors/tensor_sum_inference
Mon, 02 Mar 2026 13:14:40 +0100 Jonatan Werpers Start sketching code for matrix of operators tensor feature/lazy_tensors/matrix_of_operators
Wed, 25 Feb 2026 14:33:42 +0100 Jonatan Werpers Add benchmarks for laplace on a bunch of different grids feature/sbp_operators/laplace_curvilinear
Wed, 25 Feb 2026 10:43:46 +0100 Jonatan Werpers Merge default feature/sbp_operators/laplace_curvilinear
Fri, 20 Feb 2026 12:01:05 +0100 Vidar Stiernström Check that direction of first/second derivative operators is within the dimension of the grid. Add 1D functions for first/second derivative operators that take a direction. refactor/sbp_operators/direction_check
Wed, 18 Feb 2026 21:33:00 +0100 Jonatan Werpers Merge feature/grids/geometry_functions