log src/Grids/equidistant_grid.jl @ 1389:d2219cc8316b bugfix/grids/complete_interface_impl

age author description
Tue, 15 Aug 2023 22:38:48 +0200 Jonatan Werpers Add `firstindex(g,d)` and `lastindex(g,d)` for `EquidistantGrid` bugfix/grids/complete_interface_impl
Sun, 21 May 2023 21:55:14 +0200 Vidar Stiernström Merge with default feature/variable_derivatives
Wed, 08 Feb 2023 21:21:28 +0100 Jonatan Werpers Merge default feature/variable_derivatives base src/Grids/EquidistantGrid.jl@351311e70fb9
Thu, 18 May 2023 22:53:31 +0200 Vidar Stiernström Fix typos and formatting of documentation refactor/grids
Mon, 15 May 2023 22:37:55 +0200 Jonatan Werpers Add 2D tests for dissipation operators and fix bug refactor/grids
Wed, 03 May 2023 15:49:37 +0200 Jonatan Werpers Some docs for EquidistantGrid refactor/grids
Wed, 03 May 2023 15:29:44 +0200 Jonatan Werpers Add some docs for Grid refactor/grids
Mon, 27 Feb 2023 15:39:13 +0100 Jonatan Werpers Make equdistant_grid return an EquidistantGrid for the 1d Case refactor/grids
Mon, 27 Feb 2023 08:48:08 +0100 Jonatan Werpers Add missing exports and alias TensorGridBoundary to CartesianBoundary refactor/grids
Sun, 26 Feb 2023 21:20:52 +0100 Jonatan Werpers Clear out some TBDs refactor/grids
Sun, 26 Feb 2023 17:09:35 +0100 Jonatan Werpers Minor clean up refactor/grids
Thu, 23 Feb 2023 22:29:36 +0100 Jonatan Werpers Clean up IteratorSize and eltype for EquidistantGrid, Grid, and ZeroDimGrid refactor/grids
Thu, 23 Feb 2023 12:22:00 +0100 Jonatan Werpers Reorganize some EquidistantGrid tests and add test for IteratorSize and eachindex refactor/grids
Thu, 23 Feb 2023 11:38:19 +0100 Jonatan Werpers Remove range dim as a type paratmeter on Grid as it is already encoded in T if available refactor/grids
Wed, 22 Feb 2023 22:38:25 +0100 Jonatan Werpers Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work refactor/grids
Wed, 22 Feb 2023 12:53:16 +0100 Jonatan Werpers Fix indexing with begin and end for EquidistantGrid refactor/grids
Wed, 22 Feb 2023 12:43:36 +0100 Jonatan Werpers Add methods to change_length and fix incorrect function declaration refactor/grids
Wed, 22 Feb 2023 12:42:38 +0100 Jonatan Werpers Fix typo refactor/grids
Wed, 22 Feb 2023 12:42:08 +0100 Jonatan Werpers Add argument checking to equdistant_grid refactor/grids
Wed, 22 Feb 2023 12:41:14 +0100 Jonatan Werpers Add todo for EquidistantGrid docs, improve equidistant_grid docs refactor/grids
Sat, 18 Feb 2023 11:37:35 +0100 Jonatan Werpers Start refactoring refactor/grids
Tue, 01 Nov 2022 22:37:10 +0100 Jonatan Werpers Remove comments about EquidistantGrid potentially being an AbstractArray refactor/grids
Thu, 20 Oct 2022 20:59:56 +0200 Vidar Stiernström REVIEW: Give input on TBD comments, suggest name change of evalOn. refactor/grids
Wed, 19 Oct 2022 23:23:36 +0200 Jonatan Werpers Specialize evalOn for EquidistantGrid to return a LazyArray refactor/grids
Wed, 19 Oct 2022 22:36:02 +0200 Jonatan Werpers Merge with default refactor/grids base src/Grids/EquidistantGrid.jl@351311e70fb9
Wed, 05 Oct 2022 22:00:30 +0200 Vidar Stiernström Rename dim to ndims in Grids.jl feature/grids
Wed, 05 Oct 2022 21:25:12 +0200 Vidar Stiernström Remove boundary_size feature/grids
Fri, 15 Jul 2022 09:54:15 +0200 Vidar Stiernström Rename AbstractGrid to Grid and clean up Grids module feature/grids base src/Grids/EquidistantGrid.jl@97298aafd62a