log src/Grids/tensor_grid.jl @ 1685:4aa0973bffb0 feature/grids/manifolds

age author description
Sun, 30 Jun 2024 10:43:02 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 26 Jun 2024 12:41:03 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 26 Jun 2024 11:30:38 +0200 Jonatan Werpers Add min_spacing function for grids feature/grids/min_spacing
Sat, 08 Jun 2024 22:51:31 +0200 Jonatan Werpers Remove unnecessary white space changes to otherwise untouched files feature/boundary_conditions
Sat, 01 Jun 2024 17:39:54 -0700 Vidar Stiernström Address review comments (1 left to be discussed) feature/boundary_conditions
Wed, 29 May 2024 22:35:08 +0200 Jonatan Werpers Review feature/boundary_conditions
Sun, 26 May 2024 17:35:52 -0700 Vidar Stiernström Add orthogonal_grid feature/boundary_conditions
Fri, 01 Dec 2023 11:52:26 +0100 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 29 Nov 2023 09:18:18 +0100 Jonatan Werpers Move def of boundary_indices, remove some new lines feature/grids/boundary_indicies
Wed, 29 Nov 2023 09:14:06 +0100 Jonatan Werpers Implement boundary_indices for TensorGrid feature/grids/boundary_indicies
Wed, 22 Nov 2023 17:53:31 +0100 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 22 Nov 2023 17:51:37 +0100 Jonatan Werpers Merge default bugfix/grids/tensor_grid_length
Wed, 22 Nov 2023 17:47:32 +0100 Jonatan Werpers Merge default refactor/grids/tensor_grid_eltype
Wed, 22 Nov 2023 17:34:35 +0100 Jonatan Werpers Implement size(g,d) for EquidistantGrid and TensorGrid
Thu, 07 Sep 2023 16:51:46 +0200 Jonatan Werpers Merge refactor/grids/tensor_grid_eltype feature/grids/curvilinear
Thu, 07 Sep 2023 16:49:45 +0200 Jonatan Werpers Merge bugfix/grids/tensor_grid_length feature/grids/curvilinear
Thu, 07 Sep 2023 09:03:07 +0200 Jonatan Werpers Add todos feature/grids/curvilinear
Thu, 07 Sep 2023 16:41:49 +0200 Jonatan Werpers Remove duplicate eltype implementation refactor/grids/tensor_grid_eltype
Thu, 07 Sep 2023 16:31:29 +0200 Jonatan Werpers Fix implementation of `length(::TensorGrid)` bugfix/grids/tensor_grid_length
Thu, 24 Aug 2023 20:35:06 +0200 Vidar Stiernström Correct spelling bugfix/grids/complete_interface_impl
Wed, 23 Aug 2023 15:35:01 +0200 Jonatan Werpers Attempt to clearify docs for `grid_and_local_dim_index` bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 09:00:34 +0200 Jonatan Werpers Replace `firstindex` and `lastindex` with implementation of `axes` bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:45:58 +0200 Jonatan Werpers Merge default bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:40:50 +0200 Jonatan Werpers Add TBD bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:39:34 +0200 Jonatan Werpers Implement `firstindex` and `lastindex` for `TensorGrid` bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:11:20 +0200 Jonatan Werpers Add `grid_and_local_dim_index` bugfix/grids/complete_interface_impl
Wed, 26 Jul 2023 21:36:50 +0200 Jonatan Werpers Add method `getindex(::Grid,::CartesianIndex)` with a default implementation refactor/grids/cartesian_indexing
Fri, 19 May 2023 14:53:49 +0200 Jonatan Werpers Add support for cartesian indices on TensorGrid refactor/grids
Thu, 18 May 2023 22:53:31 +0200 Vidar Stiernström Fix typos and formatting of documentation refactor/grids
Thu, 04 May 2023 08:39:00 +0200 Jonatan Werpers Docs in tensor_grid.jl refactor/grids
Thu, 04 May 2023 08:38:48 +0200 Jonatan Werpers Remove some comments refactor/grids
Wed, 03 May 2023 15:29:44 +0200 Jonatan Werpers Add some docs for Grid refactor/grids
Tue, 02 May 2023 22:42:25 +0200 Jonatan Werpers grid.l: More documentation refactor/grids
Fri, 03 Mar 2023 15:44:39 +0100 Jonatan Werpers Remove _component_type and replace with eltype refactor/grids
Sat, 25 Feb 2023 22:42:16 +0100 Jonatan Werpers Factor out functions for getting the type and number of components in a type refactor/grids
Fri, 24 Feb 2023 21:42:28 +0100 Jonatan Werpers Add tests for TensorGrid and make them pass 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:54 +0100 Jonatan Werpers Add notes and todos about interface implementations for grids refactor/grids
Wed, 22 Feb 2023 12:45:31 +0100 Jonatan Werpers Qualify package when using split_tuple and concatenate_tuple refactor/grids
Sun, 19 Feb 2023 22:50:02 +0100 Jonatan Werpers Implement boundary methods for TensorGrid refactor/grids
Sat, 18 Feb 2023 11:37:35 +0100 Jonatan Werpers Start refactoring refactor/grids