Mercurial > repos > public > sbplib_julia
graph
-
Start drafting new implemenentation of boundary conditions feature/boundary_conditionsWed, 26 Jul 2023 23:11:02 +0200, by Vidar Stiernström
-
Merge with default. Comment out broken tests for boundary_conditions at sat feature/boundary_conditionsWed, 26 Jul 2023 21:35:50 +0200, by Vidar Stiernström
-
Merge default bugfix/grids/complete_interface_implTue, 15 Aug 2023 22:45:58 +0200, by Jonatan Werpers
-
Merge refactor/grids/cartesian_indexingTue, 15 Aug 2023 22:42:19 +0200, by Jonatan Werpers
-
Close before merge refactor/grids/cartesian_indexingTue, 15 Aug 2023 22:41:57 +0200, by Jonatan Werpers
-
Implement `firstindex` and `lastindex` for `TensorGrid` bugfix/grids/complete_interface_implTue, 15 Aug 2023 22:39:34 +0200, by Jonatan Werpers
-
Add `firstindex(g,d)` and `lastindex(g,d)` for `EquidistantGrid` bugfix/grids/complete_interface_implTue, 15 Aug 2023 22:38:48 +0200, by Jonatan Werpers
-
Add `grid_and_local_dim_index` bugfix/grids/complete_interface_implTue, 15 Aug 2023 22:11:20 +0200, by Jonatan Werpers
-
Start adding tests for `firstindex` and `lastindex` on `TensorGrid` bugfix/grids/complete_interface_implTue, 15 Aug 2023 21:20:29 +0200, by Jonatan Werpers
-
Add method `getindex(::Grid,::CartesianIndex)` with a default implementation refactor/grids/cartesian_indexingWed, 26 Jul 2023 21:36:50 +0200, by Jonatan Werpers
-
Start sketching implementation of a wrapper for marking things as timedependent feature/grids/timedependent_gridfunctionsWed, 26 Jul 2023 22:50:58 +0200, by Jonatan Werpers
-
Merge feature/variable_derivativesThu, 08 Jun 2023 15:52:22 +0200, by Jonatan Werpers
-
Actually update manifestsThu, 08 Jun 2023 09:00:48 +0200, by Jonatan Werpers
-
Update manifest files for 1.9Wed, 31 May 2023 08:50:28 +0200, by Jonatan Werpers
-
Add temp. benchmark script for constant and variable coeff Laplace feature/variable_derivativesTue, 30 May 2023 17:27:45 +0200, by Vidar Stiernström
-
Add some benchmarks feature/variable_derivativesTue, 30 May 2023 15:55:18 +0200, by Jonatan Werpers
-
Simplify constructor for SecondDerivativeVariable feature/variable_derivativesFri, 26 May 2023 22:50:39 +0200, by Jonatan Werpers
-
Switch to stencil set in second_deriviative_variable tests feature/variable_derivativesFri, 26 May 2023 21:54:23 +0200, by Jonatan Werpers
-
Remove type annotation for coeff feature/variable_derivativesFri, 26 May 2023 21:45:51 +0200, by Jonatan Werpers
-
Remove stencil input for 1d grid and reorder methods of second_derivative_variable feature/variable_derivativesFri, 26 May 2023 21:44:33 +0200, by Jonatan Werpers
-
Start splitting out a second_derivative_variable function feature/variable_derivativesFri, 26 May 2023 21:39:08 +0200, by Jonatan Werpers
-
Add note about possibly removing a constructor for VolumeOperator feature/variable_derivativesFri, 26 May 2023 14:59:37 +0200, by Jonatan Werpers
-
Remove export of SecondDerivativeVariable feature/variable_derivativesFri, 26 May 2023 14:54:00 +0200, by Jonatan Werpers
-
Remove size field from SecondDerivativeVariable since it duplicates info from the coefficient field feature/variable_derivativesFri, 26 May 2023 14:53:19 +0200, by Jonatan Werpers
-
Merge with default feature/variable_derivativesSun, 21 May 2023 21:55:14 +0200, by Vidar Stiernström
-
Merge bugfix/lazytensorsSun, 21 May 2023 20:57:25 +0200, by Vidar Stiernström
-
Close branch before merge to default bugfix/lazytensorsSun, 21 May 2023 20:56:57 +0200, by Vidar Stiernström
-
Merge tooling/benchmarksSun, 21 May 2023 20:48:46 +0200, by Vidar Stiernström
-
Readd deleted line to avoid diff against default feature/variable_derivativesThu, 09 Feb 2023 08:43:07 +0100, by Jonatan Werpers
-
Remove code designed to help inference because it seems to have been solved elsewhere feature/variable_derivativesWed, 08 Feb 2023 21:32:48 +0100, by Jonatan Werpers
-
Merge refactor/grids (missed delete of a note)Sat, 20 May 2023 14:19:20 +0200, by Jonatan Werpers
-
Merge refactor/gridsFri, 19 May 2023 23:53:36 +0200, by Vidar Stiernström
-
Closing branch before merge to default refactor/gridsFri, 19 May 2023 23:52:58 +0200, by Vidar Stiernström
-
Add support for cartesian indices on TensorGrid refactor/gridsFri, 19 May 2023 14:53:49 +0200, by Jonatan Werpers
-
Add testsets under "Indexing interface" for tensor grids refactor/gridsFri, 19 May 2023 14:31:16 +0200, by Jonatan Werpers
-
Fix typos and formatting of documentation refactor/gridsThu, 18 May 2023 22:53:31 +0200, by Vidar Stiernström
-
Pad closure stencils with zero rows to ensure that SecondDerivativeVarible can infer the size of the closure stencils feature/variable_derivativesWed, 03 May 2023 08:51:29 +0200, by Vidar Stiernström
-
Add 2D tests for dissipation operators and fix bug refactor/gridsMon, 15 May 2023 22:37:55 +0200, by Jonatan Werpers
-
Start adding general info about grids to docs refactor/gridsMon, 08 May 2023 17:37:24 +0200, by Jonatan Werpers
-
Add docs for coordinate_size and component_type refactor/gridsWed, 03 May 2023 15:41:45 +0200, by Jonatan Werpers
-
Implement coordinate_size() and component_type() types refactor/gridsWed, 03 May 2023 15:39:34 +0200, by Jonatan Werpers
-
Rename function for coordinate size of a grid refactor/gridsWed, 03 May 2023 15:31:53 +0200, by Jonatan Werpers
-
Clean up documentation for changed types in SbpOperatorClean up documentation for changed types in SbpOperatorss refactor/gridsTue, 02 May 2023 22:09:33 +0200, by Jonatan Werpers
-
Merging bugfix/lazy_tensors/tensorcompositionMon, 01 May 2023 11:37:09 +0200, by Vidar Stiernström
-
Closing branch prior to merge bugfix/lazy_tensors/tensorcompositionMon, 01 May 2023 11:36:27 +0200, by Vidar Stiernström
-
Rename functions for comparing benchmarks. Refactor their code. Allow comparing the current working directory tooling/benchmarksFri, 28 Apr 2023 08:53:39 +0200, by Jonatan Werpers
-
Improve docstring for run_benchmark(target,baseline) tooling/benchmarksFri, 28 Apr 2023 08:35:37 +0200, by Jonatan Werpers
-
Change run_benchmark(rev) to use hg_at_revision() tooling/benchmarksFri, 28 Apr 2023 08:34:50 +0200, by Jonatan Werpers
-
Workaround for the display of revision in html tooling/benchmarksThu, 27 Apr 2023 16:05:15 +0200, by Jonatan Werpers
-
Add missing import of LazyTensors in benchmarks.jl tooling/benchmarksThu, 27 Apr 2023 16:02:39 +0200, by Jonatan Werpers
-
Make hg_at_revision() return the result of f tooling/benchmarksThu, 27 Apr 2023 08:48:28 +0200, by Jonatan Werpers
-
Better return for hg_update() tooling/benchmarksWed, 26 Apr 2023 13:37:18 +0200, by Jonatan Werpers
-
Add flag to make commit secret in hg_commit() tooling/benchmarksWed, 26 Apr 2023 13:23:37 +0200, by Jonatan Werpers
-
Add note about how to hande command exit tooling/benchmarksWed, 26 Apr 2023 13:09:55 +0200, by Jonatan Werpers
-
Improve docs for run_benchmark(rev) tooling/benchmarksWed, 26 Apr 2023 13:08:48 +0200, by Jonatan Werpers
-
Add a simple benchmark demonstrating allocations with compositions tooling/benchmarksWed, 26 Apr 2023 13:08:05 +0200, by Jonatan Werpers
-
Add functions for hg commit and checking if the repo is clean tooling/benchmarksThu, 23 Mar 2023 08:55:31 +0100, by Jonatan Werpers
-
Remove unnecessary targets in Makefile tooling/benchmarksThu, 23 Mar 2023 08:40:35 +0100, by Jonatan Werpers
-
Fix type inference of nested tensorcompositions by making the compositions right associative bugfix/lazy_tensors/tensorcompositionWed, 26 Apr 2023 21:56:45 +0200, by Vidar Stiernström
-
Change to approximate equality in test using floats bugfix/lazytensorsTue, 04 Apr 2023 21:46:06 +0200, by Vidar Stiernström
-
Fix parameter order in subtyping bugfix/lazytensorsTue, 04 Apr 2023 21:39:53 +0200, by Vidar Stiernström
-
Add callsite inline for better type inference performance/lazy_tensorsWed, 05 Oct 2022 13:15:32 +0200, by Vidar Stiernström
-
Add call site @inline in LazyFunctionArray to avoid allocations in eval_on on 3D grids refactor/gridsTue, 07 Mar 2023 10:12:33 +0100, by Jonatan Werpers
-
Implement changes in SbpOperators refactor/gridsTue, 07 Mar 2023 09:48:00 +0100, by Jonatan Werpers
-
Remove _component_type and replace with eltype refactor/gridsFri, 03 Mar 2023 15:44:39 +0100, by Jonatan Werpers
-
Add component_type function to Grid refactor/gridsFri, 03 Mar 2023 15:42:05 +0100, by Jonatan Werpers
-
Add some notes about grid functions: refactor/gridsFri, 03 Mar 2023 15:40:04 +0100, by Jonatan Werpers
-
Update readme with info about running benchmarks from make. Fix typos tooling/benchmarksThu, 02 Mar 2023 09:59:42 +0100, by Vidar Stiernström
-
Make tests for normal_derivative work refactor/gridsWed, 01 Mar 2023 08:28:14 +0100, by Jonatan Werpers
-
Make equdistant_grid return an EquidistantGrid for the 1d Case refactor/gridsMon, 27 Feb 2023 15:39:13 +0100, by Jonatan Werpers
-
Fix tests for boundary operator and boundary restriction refactor/gridsMon, 27 Feb 2023 08:48:38 +0100, by Jonatan Werpers
-
Add missing exports and alias TensorGridBoundary to CartesianBoundary refactor/gridsMon, 27 Feb 2023 08:48:08 +0100, by Jonatan Werpers