log src/Grids/grid.jl @ 1336:52087a6c0682 refactor/grids

age author description
Wed, 03 May 2023 15:50:08 +0200 Jonatan Werpers Mention grids as grid functions refactor/grids
Wed, 03 May 2023 15:41:45 +0200 Jonatan Werpers Add docs for coordinate_size and component_type refactor/grids
Wed, 03 May 2023 15:39:34 +0200 Jonatan Werpers Implement coordinate_size() and component_type() types refactor/grids
Wed, 03 May 2023 15:31:53 +0200 Jonatan Werpers Rename function for coordinate size of a grid 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
Wed, 22 Mar 2023 08:50:33 +0100 Jonatan Werpers Remove dims function refactor/grids
Fri, 03 Mar 2023 15:44:39 +0100 Jonatan Werpers Remove _component_type and replace with eltype refactor/grids
Fri, 03 Mar 2023 15:42:05 +0100 Jonatan Werpers Add component_type function to Grid refactor/grids
Sun, 26 Feb 2023 21:20:52 +0100 Jonatan Werpers Clear out some TBDs refactor/grids
Sun, 26 Feb 2023 11:53:23 +0100 Jonatan Werpers Remove getcomponent stubs since we might have a cleaner way to solve it with map or lazymap refactor/grids
Sat, 25 Feb 2023 22:57:00 +0100 Jonatan Werpers Allow multi-argument functions in eval_on refactor/grids
Sat, 25 Feb 2023 22:49:43 +0100 Jonatan Werpers Add function target_manifold_dim for Grid 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
Sat, 25 Feb 2023 22:22:50 +0100 Jonatan Werpers Add test for Grid and make them pass. Start implementing eval_on refactor/grids
Fri, 24 Feb 2023 21:42:28 +0100 Jonatan Werpers Add tests for TensorGrid and make them pass refactor/grids
Fri, 24 Feb 2023 20:46:29 +0100 Jonatan Werpers grid.jl: Fix function defs and add todos for documentation 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 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
Tue, 21 Feb 2023 21:37:37 +0100 Jonatan Werpers Group eval_on with other gridfunction functionality refactor/grids
Tue, 21 Feb 2023 21:13:37 +0100 Jonatan Werpers Remove AbstractArray subtyping for Grid for now refactor/grids
Sun, 19 Feb 2023 22:20:44 +0100 Jonatan Werpers Move ZeroDimGrid to its own file refactor/grids
Sun, 19 Feb 2023 22:20:25 +0100 Jonatan Werpers Fix empty function defs refactor/grids
Sat, 18 Feb 2023 11:37:35 +0100 Jonatan Werpers Start refactoring refactor/grids
Wed, 05 Oct 2022 22:00:30 +0200 Vidar Stiernström Rename dim to ndims in Grids.jl feature/grids
Fri, 15 Jul 2022 09:56:25 +0200 Vidar Stiernström Minor renamings 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/AbstractGrid.jl@9a175fa31ddf