log test/Grids/tensor_grid_test.jl @ 1646:5f348cc5598e feature/grids/min_spacing

age author description
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
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: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:38:17 +0200 Jonatan Werpers Add tests for `eltype(::Type{<:TensorGrid})` refactor/grids/tensor_grid_eltype
Thu, 07 Sep 2023 16:27:12 +0200 Jonatan Werpers Add tests for `length(::TensorGrid)` bugfix/grids/tensor_grid_length
Wed, 23 Aug 2023 09:36:05 +0200 Jonatan Werpers Move tests for axes out of indexing interface testset bugfix/grids/complete_interface_impl
Wed, 23 Aug 2023 09:32:01 +0200 Jonatan Werpers Add todo for colon-indexing and remove tests bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 22:22:20 +0200 Vidar Stiernström REVIEW: Suggest support for colon indexing bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 22:21:48 +0200 Vidar Stiernström Add axes test bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 09:05:53 +0200 Jonatan Werpers Add tests for `begin` and `end` indexing for `TensorGrid`s 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
Tue, 15 Aug 2023 21:20:29 +0200 Jonatan Werpers Start adding tests for `firstindex` and `lastindex` on `TensorGrid` bugfix/grids/complete_interface_impl
Fri, 19 May 2023 14:53:49 +0200 Jonatan Werpers Add support for cartesian indices on TensorGrid refactor/grids
Fri, 19 May 2023 14:31:16 +0200 Jonatan Werpers Add testsets under "Indexing interface" for tensor grids refactor/grids
Fri, 24 Feb 2023 21:54:39 +0100 Jonatan Werpers Add refine, coarsen, boundary_identifiers, and boundary_grid methods to ZeroDimGrid refactor/grids
Fri, 24 Feb 2023 21:42:28 +0100 Jonatan Werpers Add tests for TensorGrid and make them pass refactor/grids
Wed, 22 Feb 2023 12:47:08 +0100 Jonatan Werpers Fix or mark tests broken where needed refactor/grids
Tue, 21 Feb 2023 21:42:31 +0100 Jonatan Werpers Add stub files for tests refactor/grids