log

age author description
Wed, 28 Aug 2024 10:20:28 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Wed, 28 Aug 2024 09:56:35 +0200 Jonatan Werpers Add tests for inner product on boundary grids of mapped grid feature/sbp_operators/laplace_curvilinear
Mon, 26 Aug 2024 16:15:25 +0200 Jonatan Werpers Add accuracy tests for normal derivative feature/sbp_operators/laplace_curvilinear
Fri, 23 Aug 2024 12:50:08 +0200 Jonatan Werpers Factor out functions for the mappings used in tests of MappedGrid feature/grids/curvilinear
Fri, 23 Aug 2024 09:45:02 +0200 Jonatan Werpers Reorganize nesting of tests for mapped_grid feature/grids/curvilinear
Fri, 23 Aug 2024 09:22:29 +0200 Jonatan Werpers Add more tests for `normal` feature/grids/curvilinear
Thu, 22 Aug 2024 08:14:04 +0200 Jonatan Werpers Add min_spacing for 2D mapped grids feature/grids/curvilinear
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
Wed, 21 Aug 2024 19:03:01 +0200 Jonatan Werpers Add min_spacing for mapped 1d grid feature/grids/curvilinear
Thu, 11 Jul 2024 11:50:10 +0200 Jonatan Werpers Add missing LinearAlgebra dependency feature/grids/curvilinear
Thu, 11 Jul 2024 11:24:52 +0200 Jonatan Werpers Fix naming of metrix tensor functions feature/grids/curvilinear
Thu, 11 Jul 2024 11:23:35 +0200 Jonatan Werpers Add todo feature/grids/curvilinear
Sun, 30 Jun 2024 15:57:22 +0200 Jonatan Werpers Add concistency tests for normal_derivative and and fix bug regarding sign of boundary feature/sbp_operators/laplace_curvilinear
Sun, 30 Jun 2024 10:57:05 +0200 Jonatan Werpers Merge feature/sbp_operators/laplace_curvilinear feature/sbp_operators/laplace_curvilinear
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
Wed, 28 Aug 2024 10:12:37 +0200 Jonatan Werpers Update dependencies
Wed, 28 Aug 2024 10:11:34 +0200 Jonatan Werpers Add script for updating dependencies
Sun, 07 Jul 2024 15:28:09 -0700 Vidar Stiernström Revert changes to Notes.md (accidentaly commited) refactor/grids/boundary_identifiers_1d
Sun, 07 Jul 2024 15:19:33 -0700 Vidar Stiernström Address TODO in laplace.jl + minor fixes refactor/grids/boundary_identifiers_1d
Sun, 07 Jul 2024 15:15:12 -0700 Vidar Stiernström Make the boundary identifiers for EquidistantGrid subtype BoundaryIdentifer refactor/grids/boundary_identifiers_1d
Sat, 29 Jun 2024 17:06:27 +0200 Jonatan Werpers Merge feature/grids/min_spacing
Sat, 29 Jun 2024 17:06:18 +0200 Jonatan Werpers Close before merge feature/grids/min_spacing
Sat, 29 Jun 2024 17:06:14 +0200 Jonatan Werpers Merge default feature/grids/min_spacing
Sat, 29 Jun 2024 17:05:37 +0200 Jonatan Werpers Merge feature/grids/plotting
Sat, 29 Jun 2024 17:05:28 +0200 Jonatan Werpers Close before merge feature/grids/plotting
Sat, 29 Jun 2024 17:04:54 +0200 Jonatan Werpers Merge bugfix/warnings
Sat, 29 Jun 2024 17:04:39 +0200 Jonatan Werpers Close before merge bugfix/warnings
Sat, 29 Jun 2024 17:04:32 +0200 Jonatan Werpers Merge default bugfix/warnings
Fri, 28 Jun 2024 21:40:19 +0200 Jonatan Werpers Add LinearAlgebra dependency for SbpOperators feature/sbp_operators/laplace_curvilinear
Fri, 28 Jun 2024 21:35:33 +0200 Jonatan Werpers Update inner_product and inverse_inner_product to work on boundary grids feature/sbp_operators/laplace_curvilinear
Sat, 29 Jun 2024 07:14:31 -0700 Vidar Stiernström Remove unused variable feature/grids/plotting
Fri, 28 Jun 2024 17:04:05 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/sbp_operators/laplace_curvilinear
Fri, 28 Jun 2024 17:02:47 +0200 Jonatan Werpers Add function for computing the normal at the boundary of a mapped grid as a grid function feature/grids/curvilinear
Fri, 28 Jun 2024 17:00:57 +0200 Jonatan Werpers Simplify normal_derivative feature/sbp_operators/laplace_curvilinear
Thu, 27 Jun 2024 16:40:50 +0200 Jonatan Werpers Fix bug in normal derivative feature/sbp_operators/laplace_curvilinear
Thu, 27 Jun 2024 09:06:01 +0200 Jonatan Werpers Flesh out normal_derivative implementation some more. feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 15:15:32 +0200 Jonatan Werpers Add inner product and inverse inner product for mapped grids feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 14:41:50 +0200 Jonatan Werpers Start adding normal derivative for mapped grid feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 13:42:19 +0200 Jonatan Werpers Restructure test sets for normal derivative feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 12:54:29 +0200 Jonatan Werpers Add boundary restriction operator for mapped grid feature/sbp_operators/laplace_curvilinear
Wed, 26 Jun 2024 12:47:26 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
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 12:36:41 +0200 Jonatan Werpers Merge feature/sbp_operators/laplace_curvilinear
Thu, 02 May 2024 14:48:03 +0200 Jonatan Werpers Start adding test for laplace on mapped grid feature/sbp_operators/laplace_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:09:25 +0200 Jonatan Werpers Add todo feature/grids/curvilinear
Wed, 26 Jun 2024 11:06:32 +0200 Jonatan Werpers Add some todos and tbds feature/grids/manifolds
Wed, 26 Jun 2024 10:20:32 +0200 Jonatan Werpers More notes on operator representations
Wed, 26 Jun 2024 09:46:49 +0200 Jonatan Werpers Merge default feature/grids/plotting
Wed, 26 Jun 2024 09:45:36 +0200 Jonatan Werpers Change name of dummy mapping to avoid conflict bugfix/warnings
Tue, 25 Jun 2024 20:44:06 +0200 Jonatan Werpers Move `monomial` in tests into a local scope to avoid overwriting warnings bugfix/warnings
Tue, 25 Jun 2024 15:47:05 +0200 Jonatan Werpers Remove unused type parameter for method on Index bugfix/warnings
Tue, 25 Jun 2024 15:39:54 +0200 Jonatan Werpers Merge update/julia_1.10.3
Tue, 25 Jun 2024 15:39:19 +0200 Jonatan Werpers Close before merge update/julia_1.10.3
Tue, 25 Jun 2024 15:39:13 +0200 Jonatan Werpers Update manifests update/julia_1.10.3
Tue, 25 Jun 2024 15:32:19 +0200 Jonatan Werpers Merge default update/julia_1.10.3