Mercurial > repos > public > sbplib_julia
graph
-
Reorder exports in Grids.jl feature/grids/boundary_indiciesWed, 29 Nov 2023 15:30:45 +0100, by Jonatan Werpers
-
Move def of boundary_indices, remove some new lines feature/grids/boundary_indiciesWed, 29 Nov 2023 09:18:18 +0100, by Jonatan Werpers
-
Implement boundary_indices for TensorGrid feature/grids/boundary_indiciesWed, 29 Nov 2023 09:14:06 +0100, by Jonatan Werpers
-
Make boundary_indices for EquidistantGrid return a tuple to be more concistent with how TensorGrid will implement it feature/grids/boundary_indiciesWed, 29 Nov 2023 09:04:12 +0100, by Jonatan Werpers
-
Implement boundary_indices for ZeroDimGrid feature/grids/boundary_indiciesTue, 28 Nov 2023 08:55:22 +0100, by Jonatan Werpers
-
Implement boundary_indices for EquidistantGrid feature/grids/boundary_indiciesTue, 28 Nov 2023 08:51:58 +0100, by Jonatan Werpers
-
Add a function declaration for boundary_indices feature/grids/boundary_indiciesTue, 28 Nov 2023 08:42:00 +0100, by Jonatan Werpers
-
Add some TBD bugfix/sbp_operators/stencil_return_typeMon, 27 Nov 2023 10:27:40 +0100, by Jonatan Werpers
-
Try to sum over more static objects bugfix/sbp_operators/stencil_return_typeMon, 27 Nov 2023 08:53:44 +0100, by Jonatan Werpers
-
Update op for backwards apply too bugfix/sbp_operators/stencil_return_typeSun, 26 Nov 2023 23:07:21 +0100, by Jonatan Werpers
-
Try to inline sum bugfix/sbp_operators/stencil_return_typeSun, 26 Nov 2023 22:43:03 +0100, by Jonatan Werpers
-
Fix broken tests using mapreduce(f,+,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_typeSun, 26 Nov 2023 22:30:44 +0100, by Jonatan Werpers
-
Make the op to be promoted more accurate bugfix/sbp_operators/stencil_return_typeSun, 26 Nov 2023 21:14:44 +0100, by Jonatan Werpers
-
Fix broken test using Base.promote_op. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 22:58:37 +0100, by Jonatan Werpers
-
Fix broken test using Core.Compiler.return_type. Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 22:42:50 +0100, by Jonatan Werpers
-
Fix broken tests using sum(f,...). Needs to be evaluated for performance bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 21:56:40 +0100, by Jonatan Werpers
-
Implement boundary_identifiers, and a wishful implementation of boundary_grid feature/grids/curvilinearThu, 23 Nov 2023 16:08:47 +0100, by Jonatan Werpers
-
Implement iterator interface feature/grids/curvilinearThu, 23 Nov 2023 10:16:19 +0100, by 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_typeFri, 24 Nov 2023 23:02:48 +0100, by Jonatan Werpers
-
Add broken tests for applying stencils to vectors of vectors bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 21:49:07 +0100, by Jonatan Werpers
-
Add tests for apply with NestedStencils and differing types in the stencils and arrays bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 21:23:41 +0100, by Jonatan Werpers
-
Add tests for apply_stencil(::Stencil) and apply_stencil_backwards(::Stencil) bugfix/sbp_operators/stencil_return_typeFri, 24 Nov 2023 21:04:22 +0100, by Jonatan Werpers
-
Merge bugfix/grids/tensor_grid_lengthWed, 22 Nov 2023 17:52:03 +0100, by Jonatan Werpers
-
Close before merge bugfix/grids/tensor_grid_lengthWed, 22 Nov 2023 17:51:42 +0100, by Jonatan Werpers
-
Merge refactor/grids/tensor_grid_eltypeWed, 22 Nov 2023 17:49:04 +0100, by Jonatan Werpers
-
Close before merge refactor/grids/tensor_grid_eltypeWed, 22 Nov 2023 17:48:31 +0100, by Jonatan Werpers
-
Implement size(g,d) for EquidistantGrid and TensorGridWed, 22 Nov 2023 17:34:35 +0100, by Jonatan Werpers
-
Merge refactor/grids/tensor_grid_eltype feature/grids/curvilinearThu, 07 Sep 2023 16:51:46 +0200, by Jonatan Werpers
-
Merge bugfix/grids/tensor_grid_length feature/grids/curvilinearThu, 07 Sep 2023 16:49:45 +0200, by Jonatan Werpers
-
Implement indexing interface feature/grids/curvilinearMon, 28 Aug 2023 09:30:34 +0200, by Jonatan Werpers
-
Add `jacobian` and `logicalgrid` feature/grids/curvilinearFri, 25 Aug 2023 15:41:19 +0200, by Jonatan Werpers
-
Add testsets and a few tests feature/grids/curvilinearWed, 26 Jul 2023 21:00:44 +0200, by Jonatan Werpers
-
Merge bugfix/grids/complete_interface_impl feature/grids/curvilinearThu, 24 Aug 2023 08:50:10 +0200, by Jonatan Werpers
-
Add src and test file for curvilinear grid type feature/grids/curvilinearTue, 27 Jun 2023 09:36:32 +0200, by Jonatan Werpers
-
Remove duplicate eltype implementation refactor/grids/tensor_grid_eltypeThu, 07 Sep 2023 16:41:49 +0200, by Jonatan Werpers
-
Add tests for `eltype(::Type{<:TensorGrid})` refactor/grids/tensor_grid_eltypeThu, 07 Sep 2023 16:38:17 +0200, by Jonatan Werpers
-
Fix implementation of `length(::TensorGrid)` bugfix/grids/tensor_grid_lengthThu, 07 Sep 2023 16:31:29 +0200, by Jonatan Werpers
-
Add tests for `length(::TensorGrid)` bugfix/grids/tensor_grid_lengthThu, 07 Sep 2023 16:27:12 +0200, by Jonatan Werpers
-
Merge bugfix/grids/complete_interface_implFri, 25 Aug 2023 08:49:07 +0200, by Jonatan Werpers
-
Close before merge bugfix/grids/complete_interface_implFri, 25 Aug 2023 08:48:55 +0200, by Jonatan Werpers
-
Merge default bugfix/grids/complete_interface_implFri, 25 Aug 2023 08:43:08 +0200, by Jonatan Werpers
-
Correct spelling bugfix/grids/complete_interface_implThu, 24 Aug 2023 20:35:06 +0200, by Vidar Stiernström
-
Test constant dirichlet data feature/boundary_conditionsWed, 23 Aug 2023 09:27:32 +0200, by Vidar Stiernström
-
Merge with default feature/boundary_conditionsTue, 22 Aug 2023 22:44:42 +0200, by Vidar Stiernström
-
Attempt to clearify docs for `grid_and_local_dim_index` bugfix/grids/complete_interface_implWed, 23 Aug 2023 15:35:01 +0200, by Jonatan Werpers
-
Move tests for axes out of indexing interface testset bugfix/grids/complete_interface_implWed, 23 Aug 2023 09:36:05 +0200, by Jonatan Werpers
-
Add todo for colon-indexing and remove tests bugfix/grids/complete_interface_implWed, 23 Aug 2023 09:32:01 +0200, by Jonatan Werpers
-
Add more tests to indexing bugfix/grids/complete_interface_implTue, 22 Aug 2023 22:39:03 +0200, by Vidar Stiernström
-
REVIEW: Suggest support for colon indexing bugfix/grids/complete_interface_implTue, 22 Aug 2023 22:22:20 +0200, by Vidar Stiernström
-
Add axes test bugfix/grids/complete_interface_implTue, 22 Aug 2023 22:21:48 +0200, by Vidar Stiernström
-
Merge feature/grids/scalar_eval_onTue, 22 Aug 2023 21:57:38 +0200, by Vidar Stiernström
-
Closing branch before merge to default feature/grids/scalar_eval_onTue, 22 Aug 2023 21:56:56 +0200, by Vidar Stiernström