log src/Grids/grid.jl @ 1678:13a7a4ff49e3 feature/grids/manifolds

age author description
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
Tue, 11 Jun 2024 21:43:01 +0200 Jonatan Werpers Add missing type annotation in src/Grids/grid.jl for ArrayComponentView
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
Sat, 13 Apr 2024 23:52:40 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 10 Apr 2024 09:01:54 +0200 Jonatan Werpers Update notes on changes to `eval_on` and multiblock grids
Tue, 09 Apr 2024 07:58:27 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Fri, 22 Mar 2024 08:55:26 +0100 Jonatan Werpers Add docstring for `componentview` feature/grids/componentview
Thu, 21 Mar 2024 15:51:29 +0100 Jonatan Werpers Merge refactor/component_type feature/grids/componentview
Thu, 21 Mar 2024 07:43:48 +0100 Jonatan Werpers Remove review comments feature/grids/componentview
Thu, 21 Mar 2024 07:42:19 +0100 Jonatan Werpers Remove comments and add todo feature/grids/componentview
Thu, 21 Mar 2024 15:38:30 +0100 Jonatan Werpers Merge default refactor/component_type
Thu, 21 Mar 2024 15:36:52 +0100 Jonatan Werpers Fix spelling mistakes
Thu, 21 Mar 2024 08:00:05 +0100 Jonatan Werpers Improve docstring for component_view refactor/component_type
Thu, 21 Mar 2024 07:59:03 +0100 Jonatan Werpers Allow component_type to accept more types of inputs refactor/component_type
Mon, 19 Feb 2024 15:57:10 +0100 Jonatan Werpers Add responses to review comments feature/grids/componentview
Mon, 19 Feb 2024 15:56:03 +0100 Jonatan Werpers Clearify docs of `component_type` feature/grids/componentview
Fri, 16 Feb 2024 10:28:02 +0100 Jonatan Werpers Add some TBDs and TODOs 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
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 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
Wed, 29 Nov 2023 09:18:18 +0100 Jonatan Werpers Move def of boundary_indices, remove some new lines 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
Tue, 22 Aug 2023 21:55:57 +0200 Vidar Stiernström Remove incorrect comment in documentation feature/grids/scalar_eval_on
Tue, 22 Aug 2023 15:39:05 +0200 Jonatan Werpers REVIEW: Add a review comment feature/grids/scalar_eval_on
Tue, 22 Aug 2023 15:31:59 +0200 Jonatan Werpers Fix formatting and delete stray "`" feature/grids/scalar_eval_on
Tue, 22 Aug 2023 15:30:29 +0200 Jonatan Werpers Merge default feature/grids/scalar_eval_on
Tue, 15 Aug 2023 22:55:25 +0200 Vidar Stiernström Support evaluating scalars on grids feature/grids/scalar_eval_on
Wed, 26 Jul 2023 21:36:50 +0200 Jonatan Werpers Add method `getindex(::Grid,::CartesianIndex)` with a default implementation refactor/grids/cartesian_indexing
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
Mon, 15 May 2023 22:37:33 +0200 Jonatan Werpers More clean up of todos and notes refactor/grids
Fri, 12 May 2023 15:50:09 +0200 Jonatan Werpers Clean up grid_refactor.md refactor/grids
Thu, 04 May 2023 08:38:48 +0200 Jonatan Werpers Remove some comments refactor/grids
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