log test/SbpOperators/stencil_test.jl @ 1452:4f79ab676ebc bugfix/sbp_operators/stencil_return_type

age author description
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
Fri, 24 Nov 2023 21:49:07 +0100 Jonatan Werpers Add broken tests for applying stencils to vectors of vectors bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:23:41 +0100 Jonatan Werpers Add tests for apply with NestedStencils and differing types in the stencils and arrays bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:04:22 +0100 Jonatan Werpers Add tests for apply_stencil(::Stencil) and apply_stencil_backwards(::Stencil) 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
Tue, 15 Feb 2022 07:54:52 +0100 Jonatan Werpers Add type stability tests for nested stencil application 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 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 14:03:16 +0100 Jonatan Werpers Add methods for CenteredNestedStencil with tuple input feature/variable_derivatives
Thu, 20 Jan 2022 13:35:21 +0100 Jonatan Werpers Tests for non centered nested stencils feature/variable_derivatives
Thu, 20 Jan 2022 10:23:15 +0100 Jonatan Werpers Add some tests and fix some bugs feature/variable_derivatives
Wed, 19 Jan 2022 21:49:34 +0100 Jonatan Werpers Start implementing nested stencils feature/variable_derivatives
Tue, 21 Dec 2021 16:30:16 +0100 Jonatan Werpers Add stencil constructor to change the type of the weights along with a convert method operator_storage_array_of_table
Wed, 17 Mar 2021 21:21:23 +0100 Jonatan Werpers Add missing using and imports in test files feature/selectable_tests
Wed, 17 Mar 2021 20:34:40 +0100 Jonatan Werpers Split tests for SbpOperators over several files feature/selectable_tests