log

age author description
Thu, 03 Oct 2024 18:28:21 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Thu, 03 Oct 2024 15:39:27 +0200 Jonatan Werpers Update dependencies
Wed, 02 Oct 2024 20:58:07 +0200 Jonatan Werpers Address review comment by adding TODO feature/grids/curvilinear
Wed, 02 Oct 2024 20:57:40 +0200 Jonatan Werpers Add docstring for normal(g,b,i...) feature/grids/curvilinear
Wed, 02 Oct 2024 11:11:33 -0700 Vidar Stiernström Review: Handle spacing for boundary grids as well? feature/grids/tensor_grid/spacing
Wed, 02 Oct 2024 11:04:35 -0700 Vidar Stiernström Review: Possible refactor of function normal? feature/grids/curvilinear
Wed, 02 Oct 2024 08:53:01 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Wed, 02 Oct 2024 08:51:37 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
Tue, 17 Sep 2024 08:16:58 +0200 Jonatan Werpers Add method for spacing for tensor grids feature/grids/tensor_grid/spacing
Tue, 01 Oct 2024 11:52:38 +0200 Jonatan Werpers Fix signature of normal(g,b,i...) feature/grids/curvilinear
Tue, 01 Oct 2024 11:46:22 +0200 Jonatan Werpers Add function for getting the normal in a given boundary point feature/grids/curvilinear
Tue, 01 Oct 2024 11:37:51 +0200 Jonatan Werpers Resolve todo feature/grids/curvilinear
Tue, 01 Oct 2024 11:24:40 +0200 Jonatan Werpers Improve plotting of grids so that it can handle embedded grids feature/grids/curvilinear
Tue, 01 Oct 2024 11:04:22 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Mon, 30 Sep 2024 08:11:06 +0200 Jonatan Werpers Merge refactor/move_exports
Mon, 30 Sep 2024 08:10:56 +0200 Jonatan Werpers Close before merge refactor/move_exports
Sun, 29 Sep 2024 12:53:22 -0700 Vidar Stiernström Update docstring feature/grids/curvilinear
Sun, 29 Sep 2024 12:52:49 -0700 Vidar Stiernström Update manifests feature/grids/curvilinear
Wed, 25 Sep 2024 10:33:48 +0200 Jonatan Werpers Merge refactor/lazy_tensors/elementwise_ops feature/sbp_operators/laplace_curvilinear
Wed, 25 Sep 2024 10:31:09 +0200 Jonatan Werpers Add TBD refactor/lazy_tensors/elementwise_ops
Wed, 25 Sep 2024 10:25:30 +0200 Jonatan Werpers Refactor ElementWiseOperation to give a flatter structure of tensor compositions improving type inference refactor/lazy_tensors/elementwise_ops
Wed, 18 Sep 2024 22:39:38 +0200 Jonatan Werpers Delete metric_tensor_inverse feature/grids/curvilinear
Mon, 16 Sep 2024 11:03:37 +0200 Jonatan Werpers Fix errors introduced by merge feature/sbp_operators/laplace_curvilinear
Mon, 16 Sep 2024 10:33:47 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Mon, 16 Sep 2024 09:53:29 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
Mon, 16 Sep 2024 09:46:26 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Mon, 16 Sep 2024 09:39:50 +0200 Jonatan Werpers Add stubs for connections method feature/grids/manifolds
Mon, 16 Sep 2024 09:05:47 +0200 Jonatan Werpers Let Chart implement Base.ndims instead of domain_dim feature/grids/manifolds
Mon, 16 Sep 2024 08:58:12 +0200 Jonatan Werpers Allow mixed types in constructors for HyperBox and Simplex feature/grids/manifolds
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
Sun, 15 Sep 2024 23:27:04 +0200 Jonatan Werpers Add some test for equidistant_grid feature/grids/manifolds
Sun, 15 Sep 2024 23:00:15 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
Sun, 15 Sep 2024 18:07:58 +0200 Jonatan Werpers Remove reivew comment regarding implementation of normal since it requires more computation and we know of no other benefits feature/grids/curvilinear
Sun, 15 Sep 2024 18:05:57 +0200 Jonatan Werpers Delete jacobian_determinant. User should use map or broadcasting with det instead. feature/grids/curvilinear
Sun, 15 Sep 2024 18:03:37 +0200 Jonatan Werpers Rename logicalgrid to logical_grid feature/grids/curvilinear
Sun, 15 Sep 2024 18:00:40 +0200 Jonatan Werpers Replace AbstractArray{<:Any,2} with AbstractMatrix{<:Any} feature/grids/curvilinear
Fri, 13 Sep 2024 22:50:09 +0200 Jonatan Werpers Merge default feature/jet_aqua
Fri, 13 Sep 2024 22:43:35 +0200 Jonatan Werpers Merge default refactor/move_exports
Fri, 13 Sep 2024 22:41:27 +0200 Jonatan Werpers Merge cleanup
Fri, 13 Sep 2024 22:41:02 +0200 Jonatan Werpers Close before merge cleanup
Fri, 13 Sep 2024 13:35:20 -0700 Vidar Stiernström More reivew comments feature/grids/curvilinear
Fri, 13 Sep 2024 22:23:45 +0200 Jonatan Werpers Move exports to package top files refactor/move_exports
Fri, 13 Sep 2024 22:10:46 +0200 Jonatan Werpers Delete old notes and todos cleanup
Fri, 13 Sep 2024 21:52:06 +0200 Jonatan Werpers Improve logging when running tests feature/jet_aqua
Fri, 13 Sep 2024 16:12:25 +0200 Jonatan Werpers Fix ambiguity in getindex(::EquidistantGrid,...) feature/jet_aqua
Fri, 13 Sep 2024 16:03:06 +0200 Jonatan Werpers Fix more ambiguities feature/jet_aqua
Fri, 13 Sep 2024 15:46:28 +0200 Jonatan Werpers Remove ambiguities in LazyOuterProduct and InflatedTensor feature/jet_aqua
Fri, 13 Sep 2024 14:47:23 +0200 Jonatan Werpers Simplify size type in VolumeOperator feature/jet_aqua
Fri, 13 Sep 2024 14:32:05 +0200 Jonatan Werpers Resolve unbound paramater in VolumeOperator feature/jet_aqua
Fri, 13 Sep 2024 14:01:37 +0200 Jonatan Werpers Remove unbound parameter for Stencil feature/jet_aqua
Fri, 13 Sep 2024 13:33:17 +0200 Jonatan Werpers Fix unbound parameters for NestedStencil feature/jet_aqua
Fri, 13 Sep 2024 13:03:07 +0200 Jonatan Werpers Merge cleanup feature/jet_aqua
Fri, 13 Sep 2024 12:57:54 +0200 Jonatan Werpers Remove dependency on TiledIteration cleanup
Fri, 13 Sep 2024 12:53:12 +0200 Jonatan Werpers Add compat entries for all dependencies feature/jet_aqua
Fri, 13 Sep 2024 11:46:49 +0200 Jonatan Werpers Merge cleanup feature/jet_aqua
Fri, 13 Sep 2024 11:35:17 +0200 Jonatan Werpers Add JET and Aqua to test suite feature/jet_aqua
Fri, 13 Sep 2024 10:27:17 -0700 Vidar Stiernström Review: Added review comments to Grids.jl and mapped_grid.jl feature/grids/curvilinear
Wed, 11 Sep 2024 16:26:19 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Wed, 11 Sep 2024 15:44:20 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
Wed, 11 Sep 2024 15:43:17 +0200 Jonatan Werpers Remove left over @show feature/grids/curvilinear
Wed, 11 Sep 2024 15:41:58 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
Wed, 11 Sep 2024 15:26:47 +0200 Jonatan Werpers Remove extra BoundaryIdentifier definition feature/grids/curvilinear
Wed, 11 Sep 2024 14:41:14 +0200 Jonatan Werpers Add docs feature/grids/curvilinear
Wed, 11 Sep 2024 14:11:11 +0200 Jonatan Werpers Add TBD feature/grids/curvilinear
Wed, 11 Sep 2024 14:11:03 +0200 Jonatan Werpers Add checks for the size of the jacobian feature/grids/curvilinear
Wed, 11 Sep 2024 13:46:33 +0200 Jonatan Werpers Implement checking of sizes for inputs to MappedGrid feature/grids/curvilinear
Wed, 11 Sep 2024 12:09:59 +0200 Jonatan Werpers Add test for construction of Rn->Rm grid feature/grids/curvilinear
Wed, 11 Sep 2024 12:09:41 +0200 Jonatan Werpers Add TBD for deciding about what jacobian_determinant should mean for Rn->Rm grids feature/grids/curvilinear
Wed, 11 Sep 2024 09:03:55 +0200 Jonatan Werpers Add some tests for the getters feature/grids/curvilinear
Wed, 11 Sep 2024 08:59:03 +0200 Jonatan Werpers Add tests for jacobian_determinant, metric_tensor, and metric_tensor_inverse feature/grids/curvilinear
Tue, 10 Sep 2024 22:23:42 +0200 Jonatan Werpers Factor out testset for construct and remove some Todos feature/grids/curvilinear
Tue, 10 Sep 2024 22:17:01 +0200 Jonatan Werpers Simplify tests of boundary_grid feature/grids/curvilinear
Tue, 10 Sep 2024 21:59:10 +0200 Jonatan Werpers Merge default feature/grids/curvilinear
Tue, 10 Sep 2024 21:35:55 +0200 Jonatan Werpers Add missing assignments feature/grids/curvilinear
Tue, 10 Sep 2024 20:42:41 +0200 Jonatan Werpers Delete submodule DiffOps cleanup
Mon, 09 Sep 2024 22:20:51 +0200 Jonatan Werpers Remove StaticDicts cleanup
Mon, 09 Sep 2024 11:06:41 -0700 Vidar Stiernström Remove obsolete files cleanup
Mon, 09 Sep 2024 09:01:57 +0200 Jonatan Werpers Add Base.@constprop :aggressive to src/SbpOperators/volumeops/derivatives/second_derivative_variable.jl feature/sbp_operators/laplace_curvilinear
Mon, 09 Sep 2024 08:26:31 +0200 Jonatan Werpers Bump version to 0.1.2
Sun, 08 Sep 2024 17:11:56 -0700 Vidar Stiernström Merge rename_module
Sun, 08 Sep 2024 17:11:35 -0700 Vidar Stiernström Closing branch before merge to default rename_module
Sun, 08 Sep 2024 13:47:09 -0700 Vidar Stiernström Resolve dependencies in test rename_module
Sat, 07 Sep 2024 12:11:53 -0700 Vidar Stiernström Rename project from Sbplib to Diffinitive rename_module
Thu, 05 Sep 2024 23:16:39 +0200 Jonatan Werpers Merge feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 23:16:16 +0200 Jonatan Werpers Close before merge feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 23:16:03 +0200 Jonatan Werpers Remove use of Sbplib.RegionIndices in tests feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 08:38:01 -0700 Vidar Stiernström Fix types used for boundary identifiers in tests feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 08:31:03 -0700 Vidar Stiernström Fix typos in docstring feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 08:26:57 -0700 Vidar Stiernström Merge with default feature/lazy_tensors/sparse_conversions
Thu, 05 Sep 2024 08:26:12 -0700 Vidar Stiernström Merge refactor/grids/boundary_identifiers_1d
Thu, 05 Sep 2024 08:25:45 -0700 Vidar Stiernström Closing branch before merge to default refactor/grids/boundary_identifiers_1d
Thu, 05 Sep 2024 08:23:18 -0700 Vidar Stiernström Merge with default refactor/grids/boundary_identifiers_1d
Thu, 05 Sep 2024 08:22:47 -0700 Vidar Stiernström Merge update/julia_1.10.5
Thu, 05 Sep 2024 08:22:22 -0700 Vidar Stiernström Closing branch before merge to default update/julia_1.10.5
Thu, 05 Sep 2024 08:19:43 -0700 Vidar Stiernström Update to julia 1.10.5 update/julia_1.10.5
Thu, 05 Sep 2024 08:41:38 +0200 Jonatan Werpers Merge default refactor/grids/boundary_identifiers_1d
Thu, 05 Sep 2024 08:41:02 +0200 Jonatan Werpers Improve type handling in positivity_limits()
Thu, 05 Sep 2024 08:36:11 +0200 Jonatan Werpers Minor documentation fixed to laplace.jl
Wed, 04 Sep 2024 15:44:55 -0700 Vidar Stiernström Update docstrings refactor/grids/boundary_identifiers_1d
Wed, 04 Sep 2024 23:20:28 +0200 Jonatan Werpers Add docs page feature/lazy_tensors/sparse_conversions
Wed, 04 Sep 2024 22:47:41 +0200 Jonatan Werpers Add docstrings feature/lazy_tensors/sparse_conversions
Wed, 04 Sep 2024 15:53:19 +0200 Jonatan Werpers Change dimensions of testing grid to be different feature/grids/curvilinear
Wed, 04 Sep 2024 15:43:39 +0200 Jonatan Werpers Add method and refactor mapped_grid() feature/grids/curvilinear
Wed, 04 Sep 2024 15:38:10 +0200 Jonatan Werpers Add tests for equallity of mapped grids feature/grids/curvilinear
Wed, 04 Sep 2024 15:26:59 +0200 Jonatan Werpers Fix todos and add broken test for mapped_grid(::Grid,...) feature/grids/curvilinear
Wed, 04 Sep 2024 07:59:24 +0200 Jonatan Werpers Add test for axes(::MappedGrid) feature/grids/curvilinear
Wed, 04 Sep 2024 00:02:01 +0200 Jonatan Werpers Fix todo feature/grids/curvilinear
Tue, 03 Sep 2024 23:51:34 +0200 Jonatan Werpers Make equidistant_grid() for 1D more restrictive in the types it accepts
Tue, 03 Sep 2024 08:38:27 +0200 Jonatan Werpers Merge feature/lazy_tensors/sparse_conversions feature/sbp_operators/laplace_curvilinear
Mon, 02 Sep 2024 15:35:54 +0200 Jonatan Werpers Add extensions for SparseArrays and SparseArrayKit that allow conversion of a LazyTensor feature/lazy_tensors/sparse_conversions
Wed, 28 Aug 2024 14:34:33 +0200 Jonatan Werpers Fix typo in inverse_inner_product feature/sbp_operators/laplace_curvilinear
Wed, 28 Aug 2024 13:28:13 +0200 Jonatan Werpers Fix test of laplace on mapped grid feature/sbp_operators/laplace_curvilinear
Wed, 28 Aug 2024 10:50:15 +0200 Jonatan Werpers Merge feature/grids/manifolds feature/sbp_operators/laplace_curvilinear
Wed, 28 Aug 2024 10:35:08 +0200 Jonatan Werpers Merge feature/grids/curvilinear feature/grids/manifolds
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