log

age author description
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, 22 Aug 2023 09:00:34 +0200 Jonatan Werpers Replace `firstindex` and `lastindex` with implementation of `axes` bugfix/grids/complete_interface_impl
Tue, 22 Aug 2023 08:59:47 +0200 Jonatan Werpers Add tests for first and last index of equidistant grid bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:55:25 +0200 Vidar Stiernström Support evaluating scalars on grids feature/grids/scalar_eval_on
Wed, 26 Jul 2023 23:11:02 +0200 Vidar Stiernström Start drafting new implemenentation of boundary conditions feature/boundary_conditions
Wed, 26 Jul 2023 21:35:50 +0200 Vidar Stiernström Merge with default. Comment out broken tests for boundary_conditions at sat feature/boundary_conditions
Tue, 15 Aug 2023 22:45:58 +0200 Jonatan Werpers Merge default bugfix/grids/complete_interface_impl
Tue, 15 Aug 2023 22:42:19 +0200 Jonatan Werpers Merge refactor/grids/cartesian_indexing
Tue, 15 Aug 2023 22:41:57 +0200 Jonatan Werpers Close before merge refactor/grids/cartesian_indexing
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:38:48 +0200 Jonatan Werpers Add `firstindex(g,d)` and `lastindex(g,d)` for `EquidistantGrid` 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
Wed, 26 Jul 2023 21:36:50 +0200 Jonatan Werpers Add method `getindex(::Grid,::CartesianIndex)` with a default implementation refactor/grids/cartesian_indexing