log src/SbpOperators/stencil.jl @ 2015:5c2448d6a201 feature/grids/geometry_functions tip

age author description
Wed, 09 Oct 2024 21:49:24 +0200 Jonatan Werpers Merge default feature/jet_aqua
Fri, 13 Sep 2024 22:23:45 +0200 Jonatan Werpers Move exports to package top files refactor/move_exports
Fri, 13 Sep 2024 16:03:06 +0200 Jonatan Werpers Fix more ambiguities feature/jet_aqua
Fri, 13 Sep 2024 14:01:37 +0200 Jonatan Werpers Remove unbound parameter for Stencil feature/jet_aqua
Fri, 13 Sep 2024 13:33:17 +0200 Jonatan Werpers Fix unbound parameters for NestedStencil feature/jet_aqua
Fri, 12 Apr 2024 12:26:30 +0200 Jonatan Werpers Add some comments bugfix/sbp_operators/stencil_return_type
Fri, 12 Apr 2024 10:11:52 +0200 Jonatan Werpers Remove ineffective @inline bugfix/sbp_operators/stencil_return_type
Mon, 27 Nov 2023 10:27:40 +0100 Jonatan Werpers Add some TBD bugfix/sbp_operators/stencil_return_type
Mon, 27 Nov 2023 08:53:44 +0100 Jonatan Werpers Try to sum over more static objects bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 23:07:21 +0100 Jonatan Werpers Update op for backwards apply too bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 22:43:03 +0100 Jonatan Werpers Try to inline sum bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 22:30:44 +0100 Jonatan Werpers Fix broken tests using mapreduce(f,+,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 21:14:44 +0100 Jonatan Werpers Make the op to be promoted more accurate bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 22:58:37 +0100 Jonatan Werpers Fix broken test using Base.promote_op. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 22:42:50 +0100 Jonatan Werpers Fix broken test using Core.Compiler.return_type. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:56:40 +0100 Jonatan Werpers Fix broken tests using sum(f,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 23:02:48 +0100 Jonatan Werpers Fix broken test by performing an actual multiplication and passing it to typeof. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Thu, 24 Mar 2022 12:00:12 +0100 Jonatan Werpers Merge default feature/dissipation_operators
Tue, 22 Mar 2022 11:18:57 +0100 Jonatan Werpers Add padding functions for stencils feature/dissipation_operators
Tue, 15 Feb 2022 08:08:19 +0100 Jonatan Werpers Fix type instability in apply_stencil_backwards and add tests feature/variable_derivatives
Mon, 14 Feb 2022 14:28:48 +0100 Jonatan Werpers Fix type instability for stencil application when weights and vector didn't match feature/variable_derivatives
Sun, 13 Feb 2022 22:00:02 +0100 Jonatan Werpers Fix bugs from stencil refactor feature/variable_derivatives
Sun, 13 Feb 2022 21:40:23 +0100 Jonatan Werpers Add promotion functionality for NestedTuples feature/variable_derivatives
Sat, 12 Feb 2022 22:02:06 +0100 Jonatan Werpers Refactor code for regular stencils to use fewer type parameters and allow promotion feature/variable_derivatives
Thu, 10 Feb 2022 11:26:28 +0100 Jonatan Werpers Add scale method for nested stencils feature/variable_derivatives
Thu, 10 Feb 2022 10:57:00 +0100 Jonatan Werpers Add functions for converting the element type of nested stencils feature/variable_derivatives
Mon, 07 Feb 2022 14:34:03 +0100 Jonatan Werpers Add length method for stencils feature/variable_derivatives
Thu, 20 Jan 2022 15:17:37 +0100 Jonatan Werpers Add argument restrictions to stencil constructors to get clearer error messages feature/variable_derivatives
Thu, 20 Jan 2022 14:03:16 +0100 Jonatan Werpers Add methods for CenteredNestedStencil with tuple input feature/variable_derivatives
Thu, 20 Jan 2022 10:23:15 +0100 Jonatan Werpers Add some tests and fix some bugs feature/variable_derivatives