log

age author description
Fri, 01 Dec 2023 15:01:44 +0100 Jonatan Werpers Merge feature/grids/componentview feature/grids/curvilinear
Fri, 01 Dec 2023 12:23:59 +0100 Jonatan Werpers Fix indexing in boundary_grid feature/grids/curvilinear
Fri, 01 Dec 2023 12:23:45 +0100 Jonatan Werpers Fix some typos in tests feature/grids/curvilinear
Fri, 01 Dec 2023 12:00:07 +0100 Jonatan Werpers Implement boundary_indices feature/grids/curvilinear
Fri, 01 Dec 2023 11:52:26 +0100 Jonatan Werpers Merge default feature/grids/curvilinear
Sat, 30 Dec 2023 13:51:27 +0100 Vidar Stiernström REVIEW: Comment on dimensionality of input array to an ArrayComponentView, and on slicing ArrayComponetViews feature/grids/componentview
Sat, 30 Dec 2023 13:33:17 +0100 Vidar Stiernström REVIEW: Add review comments to tests feature/grids/componentview
Fri, 29 Dec 2023 01:06:54 +0100 Vidar Stiernström Update docs manifest to julia 1.10 and fix issues in make docs update/julia_1.10
Fri, 29 Dec 2023 01:06:36 +0100 Vidar Stiernström Update benchmark manifest to julia 1.10 update/julia_1.10
Fri, 29 Dec 2023 01:06:13 +0100 Vidar Stiernström Update test manifest to julia 1.10 update/julia_1.10
Fri, 29 Dec 2023 01:05:50 +0100 Vidar Stiernström Update main manifest to julia 1.10 update/julia_1.10
Mon, 25 Dec 2023 23:39:56 +0100 Vidar Stiernström Test sat_tensors for Laplace w. Neumann conditions feature/boundary_conditions
Mon, 25 Dec 2023 19:25:10 +0100 Vidar Stiernström Add todo and minor edits to variable naming and docstring feature/boundary_conditions
Mon, 25 Dec 2023 19:24:08 +0100 Vidar Stiernström Update docstrings feature/boundary_conditions
Mon, 25 Dec 2023 19:23:49 +0100 Vidar Stiernström Add test for 1D grid feature/boundary_conditions
Mon, 25 Dec 2023 19:23:09 +0100 Vidar Stiernström Support boundary identifiers for 1D grids feature/boundary_conditions
Sat, 23 Dec 2023 23:03:13 +0100 Vidar Stiernström Merge with default feature/boundary_conditions
Sat, 23 Dec 2023 23:01:28 +0100 Vidar Stiernström Add tests for SAT feature/boundary_conditions
Fri, 25 Aug 2023 16:08:21 +0200 Vidar Stiernström Test spatially variable data feature/boundary_conditions
Fri, 25 Aug 2023 15:41:56 +0200 Vidar Stiernström Merge with default feature/boundary_conditions
Fri, 01 Dec 2023 14:58:05 +0100 Jonatan Werpers Introduce a view type and implement sliced indexing for the components. feature/grids/componentview
Fri, 01 Dec 2023 13:36:47 +0100 Jonatan Werpers Generalize component_type feature/grids/componentview
Fri, 01 Dec 2023 13:34:03 +0100 Jonatan Werpers Start implementing componentview feature/grids/componentview
Fri, 01 Dec 2023 11:48:04 +0100 Jonatan Werpers Merge feature/grids/boundary_indicies
Fri, 01 Dec 2023 11:44:01 +0100 Jonatan Werpers Close before merge feature/grids/boundary_indicies
Fri, 01 Dec 2023 10:46:22 +0100 Jonatan Werpers Fix review comment about docstring feature/grids/boundary_indicies
Thu, 30 Nov 2023 16:45:08 +0100 Vidar Stiernström REVIEW: Suggest change to docstring feature/grids/boundary_indicies
Thu, 30 Nov 2023 16:43:46 +0100 Vidar Stiernström Fix wording/typos feature/grids/boundary_indicies
Wed, 29 Nov 2023 15:37:59 +0100 Jonatan Werpers Add a note feature/grids/boundary_indicies
Wed, 29 Nov 2023 15:30:45 +0100 Jonatan Werpers Reorder exports in Grids.jl feature/grids/boundary_indicies
Wed, 29 Nov 2023 09:18:18 +0100 Jonatan Werpers Move def of boundary_indices, remove some new lines feature/grids/boundary_indicies
Wed, 29 Nov 2023 09:14:06 +0100 Jonatan Werpers Implement boundary_indices for TensorGrid feature/grids/boundary_indicies
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:55:22 +0100 Jonatan Werpers Implement boundary_indices for ZeroDimGrid feature/grids/boundary_indicies
Tue, 28 Nov 2023 08:51:58 +0100 Jonatan Werpers Implement boundary_indices for EquidistantGrid feature/grids/boundary_indicies
Tue, 28 Nov 2023 08:42:00 +0100 Jonatan Werpers Add a function declaration for boundary_indices feature/grids/boundary_indicies
Mon, 27 Nov 2023 10:27:40 +0100 Jonatan Werpers Add some TBD bugfix/sbp_operators/stencil_return_type
Mon, 27 Nov 2023 08:53:44 +0100 Jonatan Werpers Try to sum over more static objects bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 23:07:21 +0100 Jonatan Werpers Update op for backwards apply too bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 22:43:03 +0100 Jonatan Werpers Try to inline sum bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 22:30:44 +0100 Jonatan Werpers Fix broken tests using mapreduce(f,+,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Sun, 26 Nov 2023 21:14:44 +0100 Jonatan Werpers Make the op to be promoted more accurate bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 22:58:37 +0100 Jonatan Werpers Fix broken test using Base.promote_op. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 22:42:50 +0100 Jonatan Werpers Fix broken test using Core.Compiler.return_type. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:56:40 +0100 Jonatan Werpers Fix broken tests using sum(f,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Thu, 23 Nov 2023 16:08:47 +0100 Jonatan Werpers Implement boundary_identifiers, and a wishful implementation of boundary_grid feature/grids/curvilinear
Thu, 23 Nov 2023 10:16:19 +0100 Jonatan Werpers Implement iterator interface feature/grids/curvilinear
Thu, 23 Nov 2023 10:14:48 +0100 Jonatan Werpers Remove commented code feature/grids/curvilinear
Wed, 22 Nov 2023 17:53:31 +0100 Jonatan Werpers Merge default feature/grids/curvilinear
Fri, 24 Nov 2023 23:02:48 +0100 Jonatan Werpers Fix broken test by performing an actual multiplication and passing it to typeof. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:49:07 +0100 Jonatan Werpers Add broken tests for applying stencils to vectors of vectors bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:23:41 +0100 Jonatan Werpers Add tests for apply with NestedStencils and differing types in the stencils and arrays bugfix/sbp_operators/stencil_return_type
Fri, 24 Nov 2023 21:04:22 +0100 Jonatan Werpers Add tests for apply_stencil(::Stencil) and apply_stencil_backwards(::Stencil) bugfix/sbp_operators/stencil_return_type
Wed, 22 Nov 2023 17:52:03 +0100 Jonatan Werpers Merge bugfix/grids/tensor_grid_length
Wed, 22 Nov 2023 17:51:42 +0100 Jonatan Werpers Close before merge bugfix/grids/tensor_grid_length
Wed, 22 Nov 2023 17:51:37 +0100 Jonatan Werpers Merge default bugfix/grids/tensor_grid_length
Wed, 22 Nov 2023 17:49:04 +0100 Jonatan Werpers Merge refactor/grids/tensor_grid_eltype
Wed, 22 Nov 2023 17:48:31 +0100 Jonatan Werpers Close before merge refactor/grids/tensor_grid_eltype
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