Wed, 22 Jan 2025 09:00:40 +0100 |
Jonatan Werpers |
Merge default
refactor/grids/iterable_boundary_indices
|
Tue, 22 Oct 2024 15:32:33 +0200 |
Jonatan Werpers |
Introduce mapped_grid for ParameterSpace and simplify implementation of equidistant_grid(::Chart)
feature/grids/manifolds
|
Sun, 20 Oct 2024 21:44:21 +0200 |
Jonatan Werpers |
Make tests pass for EquidistantGrid
refactor/grids/iterable_boundary_indices
|
Sun, 20 Oct 2024 21:38:09 +0200 |
Jonatan Werpers |
Merge default
refactor/grids/iterable_boundary_indices
|
Tue, 17 Sep 2024 09:12:52 +0200 |
Jonatan Werpers |
Change implementation for EquidistantGrid
refactor/grids/iterable_boundary_indices
|
Wed, 09 Oct 2024 21:49:24 +0200 |
Jonatan Werpers |
Merge default
feature/jet_aqua
|
Mon, 16 Sep 2024 08:33:43 +0200 |
Jonatan Werpers |
Refactor Interval to its own type. This allows the user better control of the coordinate type of 1d grids
feature/grids/manifolds
|
Fri, 13 Sep 2024 16:12:25 +0200 |
Jonatan Werpers |
Fix ambiguity in getindex(::EquidistantGrid,...)
feature/jet_aqua
|
Wed, 11 Sep 2024 15:41:58 +0200 |
Jonatan Werpers |
Merge feature/grids/curvilinear
feature/grids/manifolds
|
Tue, 10 Sep 2024 21:59:10 +0200 |
Jonatan Werpers |
Merge default
feature/grids/curvilinear
|
Thu, 05 Sep 2024 08:41:38 +0200 |
Jonatan Werpers |
Merge default
refactor/grids/boundary_identifiers_1d
|
Wed, 04 Sep 2024 15:44:55 -0700 |
Vidar Stiernström |
Update docstrings
refactor/grids/boundary_identifiers_1d
|
Tue, 03 Sep 2024 23:51:34 +0200 |
Jonatan Werpers |
Make equidistant_grid() for 1D more restrictive in the types it accepts
|
Wed, 28 Aug 2024 10:35:08 +0200 |
Jonatan Werpers |
Merge feature/grids/curvilinear
feature/grids/manifolds
|
Wed, 21 Aug 2024 19:23:42 +0200 |
Jonatan Werpers |
Allow calling equidistant_grid with tuples of lenght 1
feature/grids/curvilinear
|
Wed, 21 Aug 2024 19:12:28 +0200 |
Jonatan Werpers |
Simplify equidistan_grid(::Number,::Number,::Int)
feature/grids/manifolds
|
Wed, 21 Aug 2024 19:10:37 +0200 |
Jonatan Werpers |
Restrict the argument types of the simplest equidistant_grid to Number to avoid ambiguity
feature/grids/manifolds
|
Sun, 30 Jun 2024 10:50:44 +0200 |
Jonatan Werpers |
Merge feature/grids/curvilinear
feature/grids/manifolds
|
Sun, 30 Jun 2024 10:43:02 +0200 |
Jonatan Werpers |
Merge default
feature/grids/curvilinear
|
Sun, 07 Jul 2024 15:15:12 -0700 |
Vidar Stiernström |
Make the boundary identifiers for EquidistantGrid subtype BoundaryIdentifer
refactor/grids/boundary_identifiers_1d
|
Wed, 26 Jun 2024 12:42:28 +0200 |
Jonatan Werpers |
Merge feature/grids/curvilinear
feature/grids/manifolds
|
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
|
Wed, 26 Jun 2024 11:06:32 +0200 |
Jonatan Werpers |
Add some todos and tbds
feature/grids/manifolds
|
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, 26 Apr 2024 22:49:01 +0200 |
Jonatan Werpers |
Remove mapped_grid(::Chart) and add equidistant_grid(::Chart)
feature/grids/manifolds
|
Thu, 25 Apr 2024 14:42:30 +0200 |
Jonatan Werpers |
Improve error message when giving arguments of different length to equidistant_grid()
|
Thu, 25 Apr 2024 13:22:18 +0200 |
Jonatan Werpers |
Merge feature/grids/curvilinear
feature/grids/manifolds
|
Thu, 25 Apr 2024 13:21:12 +0200 |
Jonatan Werpers |
Add equidistant_grid method for HyperBox
feature/grids/manifolds
|
Sat, 13 Apr 2024 23:52:40 +0200 |
Jonatan Werpers |
Merge default
feature/grids/curvilinear
|
Thu, 11 Apr 2024 22:31:04 +0200 |
Jonatan Werpers |
Change to signature of equidistant_grid to same style as many array methods.
refactor/equidistant_grid/signature
|
Tue, 09 Apr 2024 07:58:27 +0200 |
Jonatan Werpers |
Merge default
feature/grids/curvilinear
|
Thu, 21 Mar 2024 15:36:52 +0100 |
Jonatan Werpers |
Fix spelling mistakes
|
Fri, 16 Feb 2024 10:28:02 +0100 |
Jonatan Werpers |
Add some TBDs and TODOs
feature/grids/curvilinear
|
Wed, 29 Nov 2023 09:04:12 +0100 |
Jonatan Werpers |
Make boundary_indices for EquidistantGrid return a tuple to be more concistent with how TensorGrid will implement it
feature/grids/boundary_indicies
|
Tue, 28 Nov 2023 08:51:58 +0100 |
Jonatan Werpers |
Implement boundary_indices for EquidistantGrid
feature/grids/boundary_indicies
|
Wed, 22 Nov 2023 17:34:35 +0100 |
Jonatan Werpers |
Implement size(g,d) for EquidistantGrid and TensorGrid
|
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:38:48 +0200 |
Jonatan Werpers |
Add `firstindex(g,d)` and `lastindex(g,d)` for `EquidistantGrid`
bugfix/grids/complete_interface_impl
|
Sun, 21 May 2023 21:55:14 +0200 |
Vidar Stiernström |
Merge with default
feature/variable_derivatives
|
Wed, 08 Feb 2023 21:21:28 +0100 |
Jonatan Werpers |
Merge default
feature/variable_derivatives
base
src/Grids/EquidistantGrid.jl@351311e70fb9
|
Thu, 18 May 2023 22:53:31 +0200 |
Vidar Stiernström |
Fix typos and formatting of documentation
refactor/grids
|
Mon, 15 May 2023 22:37:55 +0200 |
Jonatan Werpers |
Add 2D tests for dissipation operators and fix bug
refactor/grids
|
Wed, 03 May 2023 15:49:37 +0200 |
Jonatan Werpers |
Some docs for EquidistantGrid
refactor/grids
|
Wed, 03 May 2023 15:29:44 +0200 |
Jonatan Werpers |
Add some docs for Grid
refactor/grids
|
Mon, 27 Feb 2023 15:39:13 +0100 |
Jonatan Werpers |
Make equdistant_grid return an EquidistantGrid for the 1d Case
refactor/grids
|
Mon, 27 Feb 2023 08:48:08 +0100 |
Jonatan Werpers |
Add missing exports and alias TensorGridBoundary to CartesianBoundary
refactor/grids
|
Sun, 26 Feb 2023 21:20:52 +0100 |
Jonatan Werpers |
Clear out some TBDs
refactor/grids
|
Sun, 26 Feb 2023 17:09:35 +0100 |
Jonatan Werpers |
Minor clean up
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:22:00 +0100 |
Jonatan Werpers |
Reorganize some EquidistantGrid tests and add test for IteratorSize and eachindex
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:25 +0100 |
Jonatan Werpers |
Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work
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: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
|