log

age author description
Sat, 25 Feb 2023 22:49:21 +0100 Jonatan Werpers Remove exports of old functions 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:54:39 +0100 Jonatan Werpers Add refine, coarsen, boundary_identifiers, and boundary_grid methods to ZeroDimGrid refactor/grids
Fri, 24 Feb 2023 21:48:01 +0100 Jonatan Werpers Fix some broken tests in equidistant_grid_test.jl 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:47:56 +0100 Jonatan Werpers grid_refactor.md: Add question about target dim function refactor/grids
Fri, 24 Feb 2023 20:46:29 +0100 Jonatan Werpers grid.jl: Fix function defs and add todos for documentation refactor/grids
Fri, 24 Feb 2023 20:44:36 +0100 Jonatan Werpers Add missing test sets to zero_dim_grid.jl 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:23:49 +0100 Jonatan Werpers Fix broken boundary_grid tests for equidistant grids refactor/grids
Thu, 23 Feb 2023 12:22:18 +0100 Jonatan Werpers Add tests and make them pass for 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:40:25 +0100 Jonatan Werpers Add StaticArrays as a dependency 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 22:38:25 +0100 Jonatan Werpers Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work refactor/grids
Wed, 22 Feb 2023 21:58:45 +0100 Jonatan Werpers Add some notes 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:47:08 +0100 Jonatan Werpers Fix or mark tests broken where needed refactor/grids
Wed, 22 Feb 2023 12:45:31 +0100 Jonatan Werpers Qualify package when using split_tuple and concatenate_tuple 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
Wed, 22 Feb 2023 12:39:42 +0100 Jonatan Werpers Add missing export statements refactor/grids
Tue, 21 Feb 2023 21:42:31 +0100 Jonatan Werpers Add stub files for tests 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:36:49 +0100 Jonatan Werpers Fix include errors refactor/grids
Tue, 21 Feb 2023 21:13:37 +0100 Jonatan Werpers Remove AbstractArray subtyping for Grid for now refactor/grids
Tue, 21 Feb 2023 21:07:39 +0100 Jonatan Werpers Merge default refactor/grids
Tue, 21 Feb 2023 21:01:46 +0100 Jonatan Werpers Merge refactor/LazyTensors/tuple_manipulation
Tue, 21 Feb 2023 20:59:05 +0100 Jonatan Werpers Close before merge refactor/LazyTensors/tuple_manipulation
Tue, 21 Feb 2023 21:00:25 +0100 Vidar Stiernström Fix typo tooling/benchmarks
Mon, 20 Feb 2023 20:35:52 +0100 Vidar Stiernström Improve readability refactor/LazyTensors/tuple_manipulation
Sun, 19 Feb 2023 22:50:02 +0100 Jonatan Werpers Implement boundary methods for TensorGrid refactor/grids
Sun, 19 Feb 2023 22:48:01 +0100 Jonatan Werpers More notes 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
Sun, 19 Feb 2023 22:07:57 +0100 Jonatan Werpers Merge refactor/LazyTensors/tuple_manipulation refactor/grids
Sun, 19 Feb 2023 12:14:43 +0100 Jonatan Werpers Add docstring for concatenate_tuples refactor/LazyTensors/tuple_manipulation
Sun, 19 Feb 2023 11:45:48 +0100 Jonatan Werpers Improve examples for split_index and split_tuple refactor/LazyTensors/tuple_manipulation
Sun, 19 Feb 2023 11:43:29 +0100 Jonatan Werpers Simplify split_index refactor/LazyTensors/tuple_manipulation
Sun, 19 Feb 2023 11:41:40 +0100 Jonatan Werpers Add @inline to definition of split_tuple refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 21:56:29 +0100 Jonatan Werpers Delete complicated versions of split_tuple and slice_tuple refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 21:55:55 +0100 Jonatan Werpers Add an example in the docstring to split_tuple refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 12:24:44 +0100 Jonatan Werpers Replace flatten_tuple with concatenate_tuple refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 12:18:34 +0100 Jonatan Werpers Add note about LazyOuterProduct refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 12:06:59 +0100 Jonatan Werpers Start adding simpler code refactor/LazyTensors/tuple_manipulation
Sat, 18 Feb 2023 11:37:35 +0100 Jonatan Werpers Start refactoring refactor/grids
Fri, 10 Feb 2023 08:36:56 +0100 Jonatan Werpers Merge default refactor/grids
Tue, 01 Nov 2022 22:44:00 +0100 Jonatan Werpers Merge default refactor/grids
Wed, 08 Feb 2023 10:29:06 +0100 Jonatan Werpers Merge feature/dissipation_operators
Wed, 08 Feb 2023 10:28:24 +0100 Jonatan Werpers Close before merge feature/dissipation_operators
Tue, 07 Feb 2023 21:55:07 +0100 Vidar Stiernström Update docstrings and start implementing tests feature/boundary_conditions
Tue, 07 Feb 2023 21:42:02 +0100 Jonatan Werpers Merge feature/dissipation_operators
Tue, 07 Feb 2023 21:40:42 +0100 Jonatan Werpers Fix typos in docstrings feature/dissipation_operators
Tue, 07 Feb 2023 21:30:33 +0100 Vidar Stiernström Merge latest changes feature/dissipation_operators
Tue, 07 Feb 2023 21:29:52 +0100 Vidar Stiernström Remove unused where T feature/dissipation_operators
Tue, 07 Feb 2023 21:06:48 +0100 Jonatan Werpers Rewrite functions to avoid long lines feature/dissipation_operators