Wed, 26 Apr 2023 13:38:34 +0200 |
Jonatan Werpers |
Add hg_strip()
tooling/benchmarks
|
Wed, 26 Apr 2023 13:37:58 +0200 |
Jonatan Werpers |
Fix flag issue in hg_commit
tooling/benchmarks
|
Wed, 26 Apr 2023 13:37:18 +0200 |
Jonatan Werpers |
Better return for hg_update()
tooling/benchmarks
|
Wed, 26 Apr 2023 13:23:37 +0200 |
Jonatan Werpers |
Add flag to make commit secret in hg_commit()
tooling/benchmarks
|
Wed, 26 Apr 2023 13:09:55 +0200 |
Jonatan Werpers |
Add note about how to hande command exit
tooling/benchmarks
|
Wed, 26 Apr 2023 13:08:48 +0200 |
Jonatan Werpers |
Improve docs for run_benchmark(rev)
tooling/benchmarks
|
Wed, 26 Apr 2023 13:08:05 +0200 |
Jonatan Werpers |
Add a simple benchmark demonstrating allocations with compositions
tooling/benchmarks
|
Thu, 23 Mar 2023 08:55:31 +0100 |
Jonatan Werpers |
Add functions for hg commit and checking if the repo is clean
tooling/benchmarks
|
Thu, 23 Mar 2023 08:40:58 +0100 |
Jonatan Werpers |
Add some notes
tooling/benchmarks
|
Thu, 23 Mar 2023 08:40:35 +0100 |
Jonatan Werpers |
Remove unnecessary targets in Makefile
tooling/benchmarks
|
Wed, 26 Apr 2023 21:56:45 +0200 |
Vidar Stiernström |
Fix type inference of nested tensorcompositions by making the compositions right associative
bugfix/lazy_tensors/tensorcomposition
|
Tue, 04 Apr 2023 21:46:06 +0200 |
Vidar Stiernström |
Change to approximate equality in test using floats
bugfix/lazytensors
|
Tue, 04 Apr 2023 21:39:53 +0200 |
Vidar Stiernström |
Fix parameter order in subtyping
bugfix/lazytensors
|
Wed, 05 Oct 2022 20:27:59 +0200 |
Vidar Stiernström |
Merge with default
performance/lazy_tensors
|
Wed, 05 Oct 2022 13:56:21 +0200 |
Vidar Stiernström |
Add inference test
performance/lazy_tensors
|
Wed, 05 Oct 2022 13:15:32 +0200 |
Vidar Stiernström |
Add callsite inline for better type inference
performance/lazy_tensors
|
Thu, 23 Mar 2023 06:57:14 +0100 |
Vidar Stiernström |
Add missing file
tooling/benchmarks
|
Tue, 07 Mar 2023 10:12:33 +0100 |
Jonatan Werpers |
Add call site @inline in LazyFunctionArray to avoid allocations in eval_on on 3D grids
refactor/grids
|
Tue, 07 Mar 2023 10:11:49 +0100 |
Jonatan Werpers |
Add todos
refactor/grids
|
Tue, 07 Mar 2023 09:48:00 +0100 |
Jonatan Werpers |
Implement changes in SbpOperators
refactor/grids
|
Tue, 07 Mar 2023 09:21:27 +0100 |
Jonatan Werpers |
More notes
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
|
Fri, 03 Mar 2023 15:40:20 +0100 |
Jonatan Werpers |
Add some todos
refactor/grids
|
Fri, 03 Mar 2023 15:40:04 +0100 |
Jonatan Werpers |
Add some notes about grid functions:
refactor/grids
|
Wed, 01 Mar 2023 09:06:15 +0100 |
Jonatan Werpers |
Skip broken testsets
refactor/grids
|
Thu, 02 Mar 2023 09:59:42 +0100 |
Vidar Stiernström |
Update readme with info about running benchmarks from make. Fix typos
tooling/benchmarks
|
Wed, 01 Mar 2023 08:28:14 +0100 |
Jonatan Werpers |
Make tests for normal_derivative work
refactor/grids
|
Mon, 27 Feb 2023 15:39:13 +0100 |
Jonatan Werpers |
Make equdistant_grid return an EquidistantGrid for the 1d Case
refactor/grids
|
Mon, 27 Feb 2023 08:48:38 +0100 |
Jonatan Werpers |
Fix tests for boundary operator and boundary restriction
refactor/grids
|
Mon, 27 Feb 2023 08:48:08 +0100 |
Jonatan Werpers |
Add missing exports and alias TensorGridBoundary to CartesianBoundary
refactor/grids
|
Sun, 26 Feb 2023 21:20:52 +0100 |
Jonatan Werpers |
Clear out some TBDs
refactor/grids
|
Sun, 26 Feb 2023 21:04:41 +0100 |
Jonatan Werpers |
Add tests for change_length
refactor/grids
|
Sun, 26 Feb 2023 17:09:51 +0100 |
Jonatan Werpers |
Add and delete notes
refactor/grids
|
Sun, 26 Feb 2023 17:09:35 +0100 |
Jonatan Werpers |
Minor clean up
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
|
Tue, 28 Feb 2023 20:46:29 +0100 |
Vidar Stiernström |
Add Make targets for running benchmarks
tooling/benchmarks
|
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:49:21 +0100 |
Jonatan Werpers |
Remove exports of old functions
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:54:39 +0100 |
Jonatan Werpers |
Add refine, coarsen, boundary_identifiers, and boundary_grid methods to ZeroDimGrid
refactor/grids
|
Fri, 24 Feb 2023 21:48:01 +0100 |
Jonatan Werpers |
Fix some broken tests in equidistant_grid_test.jl
refactor/grids
|
Fri, 24 Feb 2023 21:42:28 +0100 |
Jonatan Werpers |
Add tests for TensorGrid and make them pass
refactor/grids
|
Fri, 24 Feb 2023 20:47:56 +0100 |
Jonatan Werpers |
grid_refactor.md: Add question about target dim function
refactor/grids
|
Fri, 24 Feb 2023 20:46:29 +0100 |
Jonatan Werpers |
grid.jl: Fix function defs and add todos for documentation
refactor/grids
|
Fri, 24 Feb 2023 20:44:36 +0100 |
Jonatan Werpers |
Add missing test sets to zero_dim_grid.jl
refactor/grids
|
Thu, 23 Feb 2023 22:29:36 +0100 |
Jonatan Werpers |
Clean up IteratorSize and eltype for EquidistantGrid, Grid, and ZeroDimGrid
refactor/grids
|
Thu, 23 Feb 2023 12:23:49 +0100 |
Jonatan Werpers |
Fix broken boundary_grid tests for equidistant grids
refactor/grids
|
Thu, 23 Feb 2023 12:22:18 +0100 |
Jonatan Werpers |
Add tests and make them pass for ZeroDimGrid
refactor/grids
|
Thu, 23 Feb 2023 12:22:00 +0100 |
Jonatan Werpers |
Reorganize some EquidistantGrid tests and add test for IteratorSize and eachindex
refactor/grids
|
Thu, 23 Feb 2023 11:40:25 +0100 |
Jonatan Werpers |
Add StaticArrays as a dependency
refactor/grids
|
Thu, 23 Feb 2023 11:38:19 +0100 |
Jonatan Werpers |
Remove range dim as a type paratmeter on Grid as it is already encoded in T if available
refactor/grids
|
Wed, 22 Feb 2023 22:38:54 +0100 |
Jonatan Werpers |
Add notes and todos about interface implementations for grids
refactor/grids
|
Wed, 22 Feb 2023 22:38:25 +0100 |
Jonatan Werpers |
Implement the interfaces for iteration and indexing on EquidistantGrid. Make collect() work
refactor/grids
|
Wed, 22 Feb 2023 21:58:45 +0100 |
Jonatan Werpers |
Add some notes
refactor/grids
|
Wed, 22 Feb 2023 12:53:16 +0100 |
Jonatan Werpers |
Fix indexing with begin and end for EquidistantGrid
refactor/grids
|
Wed, 22 Feb 2023 12:47:08 +0100 |
Jonatan Werpers |
Fix or mark tests broken where needed
refactor/grids
|
Wed, 22 Feb 2023 12:45:31 +0100 |
Jonatan Werpers |
Qualify package when using split_tuple and concatenate_tuple
refactor/grids
|