Sun, 30 Apr 2023 22:33:13 +0200 |
Jonatan Werpers |
Fix a bunch of typos
refactor/grids
|
Wed, 22 Mar 2023 09:02:17 +0100 |
Jonatan Werpers |
Add todo and update manifests
refactor/grids
|
Wed, 22 Mar 2023 08:50:33 +0100 |
Jonatan Werpers |
Remove dims function
refactor/grids
|
Mon, 01 May 2023 11:37:09 +0200 |
Vidar Stiernström |
Merging bugfix/lazy_tensors/tensorcomposition
|
Mon, 01 May 2023 11:36:27 +0200 |
Vidar Stiernström |
Closing branch prior to merge
bugfix/lazy_tensors/tensorcomposition
|
Fri, 28 Apr 2023 09:00:35 +0200 |
Jonatan Werpers |
Add todo
tooling/benchmarks
|
Fri, 28 Apr 2023 08:53:39 +0200 |
Jonatan Werpers |
Rename functions for comparing benchmarks. Refactor their code. Allow comparing the current working directory
tooling/benchmarks
|
Fri, 28 Apr 2023 08:37:04 +0200 |
Jonatan Werpers |
Update todos
tooling/benchmarks
|
Fri, 28 Apr 2023 08:35:37 +0200 |
Jonatan Werpers |
Improve docstring for run_benchmark(target,baseline)
tooling/benchmarks
|
Fri, 28 Apr 2023 08:34:50 +0200 |
Jonatan Werpers |
Change run_benchmark(rev) to use hg_at_revision()
tooling/benchmarks
|
Thu, 27 Apr 2023 16:12:13 +0200 |
Jonatan Werpers |
Merge
tooling/benchmarks
|
Thu, 27 Apr 2023 16:05:15 +0200 |
Jonatan Werpers |
Workaround for the display of revision in html
tooling/benchmarks
|
Thu, 27 Apr 2023 16:02:39 +0200 |
Jonatan Werpers |
Add missing import of LazyTensors in benchmarks.jl
tooling/benchmarks
|
Thu, 27 Apr 2023 08:48:28 +0200 |
Jonatan Werpers |
Make hg_at_revision() return the result of f
tooling/benchmarks
|
Wed, 26 Apr 2023 13:46:37 +0200 |
Jonatan Werpers |
Add hg_at_revision()
tooling/benchmarks
|
Wed, 26 Apr 2023 13:38:50 +0200 |
Jonatan Werpers |
Add docs for hg_is_dirty
tooling/benchmarks
|
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
|
Wed, 22 Feb 2023 12:43:36 +0100 |
Jonatan Werpers |
Add methods to change_length and fix incorrect function declaration
refactor/grids
|
Wed, 22 Feb 2023 12:42:38 +0100 |
Jonatan Werpers |
Fix typo
refactor/grids
|
Wed, 22 Feb 2023 12:42:08 +0100 |
Jonatan Werpers |
Add argument checking to equdistant_grid
refactor/grids
|
Wed, 22 Feb 2023 12:41:14 +0100 |
Jonatan Werpers |
Add todo for EquidistantGrid docs, improve equidistant_grid docs
refactor/grids
|
Wed, 22 Feb 2023 12:39:42 +0100 |
Jonatan Werpers |
Add missing export statements
refactor/grids
|
Tue, 21 Feb 2023 21:42:31 +0100 |
Jonatan Werpers |
Add stub files for tests
refactor/grids
|
Tue, 21 Feb 2023 21:37:37 +0100 |
Jonatan Werpers |
Group eval_on with other gridfunction functionality
refactor/grids
|
Tue, 21 Feb 2023 21:36:49 +0100 |
Jonatan Werpers |
Fix include errors
refactor/grids
|
Tue, 21 Feb 2023 21:13:37 +0100 |
Jonatan Werpers |
Remove AbstractArray subtyping for Grid for now
refactor/grids
|
Tue, 21 Feb 2023 21:07:39 +0100 |
Jonatan Werpers |
Merge default
refactor/grids
|
Tue, 21 Feb 2023 21:01:46 +0100 |
Jonatan Werpers |
Merge refactor/LazyTensors/tuple_manipulation
|
Tue, 21 Feb 2023 20:59:05 +0100 |
Jonatan Werpers |
Close before merge
refactor/LazyTensors/tuple_manipulation
|
Tue, 21 Feb 2023 21:00:25 +0100 |
Vidar Stiernström |
Fix typo
tooling/benchmarks
|
Mon, 20 Feb 2023 20:35:52 +0100 |
Vidar Stiernström |
Improve readability
refactor/LazyTensors/tuple_manipulation
|
Sun, 19 Feb 2023 22:50:02 +0100 |
Jonatan Werpers |
Implement boundary methods for TensorGrid
refactor/grids
|
Sun, 19 Feb 2023 22:48:01 +0100 |
Jonatan Werpers |
More notes
refactor/grids
|
Sun, 19 Feb 2023 22:20:44 +0100 |
Jonatan Werpers |
Move ZeroDimGrid to its own file
refactor/grids
|
Sun, 19 Feb 2023 22:20:25 +0100 |
Jonatan Werpers |
Fix empty function defs
refactor/grids
|
Sun, 19 Feb 2023 22:07:57 +0100 |
Jonatan Werpers |
Merge refactor/LazyTensors/tuple_manipulation
refactor/grids
|
Sun, 19 Feb 2023 12:14:43 +0100 |
Jonatan Werpers |
Add docstring for concatenate_tuples
refactor/LazyTensors/tuple_manipulation
|
Sun, 19 Feb 2023 11:45:48 +0100 |
Jonatan Werpers |
Improve examples for split_index and split_tuple
refactor/LazyTensors/tuple_manipulation
|
Sun, 19 Feb 2023 11:43:29 +0100 |
Jonatan Werpers |
Simplify split_index
refactor/LazyTensors/tuple_manipulation
|
Sun, 19 Feb 2023 11:41:40 +0100 |
Jonatan Werpers |
Add @inline to definition of split_tuple
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 21:56:29 +0100 |
Jonatan Werpers |
Delete complicated versions of split_tuple and slice_tuple
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 21:55:55 +0100 |
Jonatan Werpers |
Add an example in the docstring to split_tuple
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 12:24:44 +0100 |
Jonatan Werpers |
Replace flatten_tuple with concatenate_tuple
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 12:18:34 +0100 |
Jonatan Werpers |
Add note about LazyOuterProduct
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 12:06:59 +0100 |
Jonatan Werpers |
Start adding simpler code
refactor/LazyTensors/tuple_manipulation
|
Sat, 18 Feb 2023 11:37:35 +0100 |
Jonatan Werpers |
Start refactoring
refactor/grids
|
Fri, 10 Feb 2023 08:36:56 +0100 |
Jonatan Werpers |
Merge default
refactor/grids
|
Tue, 01 Nov 2022 22:44:00 +0100 |
Jonatan Werpers |
Merge default
refactor/grids
|
Wed, 08 Feb 2023 10:29:06 +0100 |
Jonatan Werpers |
Merge feature/dissipation_operators
|
Wed, 08 Feb 2023 10:28:24 +0100 |
Jonatan Werpers |
Close before merge
feature/dissipation_operators
|
Tue, 07 Feb 2023 21:55:07 +0100 |
Vidar Stiernström |
Update docstrings and start implementing tests
feature/boundary_conditions
|
Tue, 07 Feb 2023 21:42:02 +0100 |
Jonatan Werpers |
Merge
feature/dissipation_operators
|
Tue, 07 Feb 2023 21:40:42 +0100 |
Jonatan Werpers |
Fix typos in docstrings
feature/dissipation_operators
|
Tue, 07 Feb 2023 21:30:33 +0100 |
Vidar Stiernström |
Merge latest changes
feature/dissipation_operators
|
Tue, 07 Feb 2023 21:29:52 +0100 |
Vidar Stiernström |
Remove unused where T
feature/dissipation_operators
|
Tue, 07 Feb 2023 21:06:48 +0100 |
Jonatan Werpers |
Rewrite functions to avoid long lines
feature/dissipation_operators
|
Tue, 07 Feb 2023 15:52:57 +0100 |
Jonatan Werpers |
Add boundary term benchmarks
tooling/benchmarks
|
Fri, 03 Feb 2023 22:50:42 +0100 |
Jonatan Werpers |
Add note about removing apply_with_region
feature/variable_derivatives
|
Fri, 03 Feb 2023 22:51:59 +0100 |
Jonatan Werpers |
Close branch. The problems solved by this branch seem to have dissapeared on default
performance/get_region_type_inference
|
Fri, 03 Feb 2023 22:34:38 +0100 |
Jonatan Werpers |
Add some tests for allocations
performance/get_region_type_inference
|
Fri, 03 Feb 2023 22:14:47 +0100 |
Jonatan Werpers |
Merge default
performance/get_region_type_inference
|
Fri, 03 Feb 2023 10:20:40 +0100 |
Jonatan Werpers |
Some clean up
feature/dissipation_operators
|
Fri, 03 Feb 2023 10:12:32 +0100 |
Jonatan Werpers |
Fix docstring
feature/dissipation_operators
|
Fri, 03 Feb 2023 10:06:20 +0100 |
Jonatan Werpers |
Merge default
feature/dissipation_operators
|
Fri, 03 Feb 2023 10:05:52 +0100 |
Jonatan Werpers |
Change name and clarify docs
feature/dissipation_operators
|
Thu, 02 Feb 2023 22:53:11 +0100 |
Jonatan Werpers |
Update manifest for docs and tests
|
Thu, 02 Feb 2023 22:43:48 +0100 |
Jonatan Werpers |
Fix typo in docstring
|
Thu, 02 Feb 2023 22:28:47 +0100 |
Jonatan Werpers |
Update Manifest.toml
|
Thu, 02 Feb 2023 10:30:46 +0100 |
Jonatan Werpers |
More benchmarks
tooling/benchmarks
|
Tue, 31 Jan 2023 20:40:18 +0100 |
Jonatan Werpers |
Add some actual benchmarks
tooling/benchmarks
|
Tue, 31 Jan 2023 20:35:29 +0100 |
Jonatan Werpers |
Pass kwargs from main() and run_benchmarks() to benchmarkpkg()
tooling/benchmarks
|
Fri, 27 Jan 2023 22:21:08 +0100 |
Jonatan Werpers |
Just a little bit more readme
tooling/benchmarks
|
Fri, 27 Jan 2023 22:19:06 +0100 |
Jonatan Werpers |
Even more readme
tooling/benchmarks
|
Fri, 27 Jan 2023 22:09:13 +0100 |
Jonatan Werpers |
More readme
tooling/benchmarks
|
Fri, 27 Jan 2023 22:06:12 +0100 |
Jonatan Werpers |
Add some things to README.md
tooling/benchmarks
|
Fri, 27 Jan 2023 22:02:43 +0100 |
Jonatan Werpers |
Rename the script file
tooling/benchmarks
|
Fri, 27 Jan 2023 12:43:38 +0100 |
Jonatan Werpers |
More todos
tooling/benchmarks
|
Fri, 27 Jan 2023 12:40:01 +0100 |
Jonatan Werpers |
Clean up todos
tooling/benchmarks
|
Fri, 27 Jan 2023 12:20:43 +0100 |
Jonatan Werpers |
Add the date function to BenchmarkJudment
tooling/benchmarks
|
Fri, 27 Jan 2023 12:11:04 +0100 |
Jonatan Werpers |
Fix bug in runbenchmark(t,b)
tooling/benchmarks
|
Fri, 27 Jan 2023 12:08:03 +0100 |
Jonatan Werpers |
Fix return value in run_benchmark(rev)
tooling/benchmarks
|
Fri, 27 Jan 2023 12:06:12 +0100 |
Jonatan Werpers |
Make hg_update() more flexible
tooling/benchmarks
|
Fri, 27 Jan 2023 12:05:49 +0100 |
Jonatan Werpers |
Add info about supported rev identifiers
tooling/benchmarks
|
Fri, 27 Jan 2023 11:58:02 +0100 |
Jonatan Werpers |
Add docstrings, comparing version of run_benchmark, and allow main to call any version of run_benchmark
tooling/benchmarks
|
Fri, 27 Jan 2023 11:56:38 +0100 |
Jonatan Werpers |
Fix add_rev_info
tooling/benchmarks
|
Fri, 27 Jan 2023 11:52:46 +0100 |
Jonatan Werpers |
Temporarily simplify the dummy benchmark suite
tooling/benchmarks
|
Fri, 27 Jan 2023 11:31:47 +0100 |
Jonatan Werpers |
Factor out function for adding mercurial rev info
tooling/benchmarks
|
Fri, 27 Jan 2023 11:31:07 +0100 |
Jonatan Werpers |
Add some comments
tooling/benchmarks
|
Fri, 27 Jan 2023 11:27:48 +0100 |
Jonatan Werpers |
Better file names för results
tooling/benchmarks
|
Fri, 27 Jan 2023 11:19:58 +0100 |
Jonatan Werpers |
Add function for getting the hg rev id
tooling/benchmarks
|
Wed, 25 Jan 2023 14:00:16 +0100 |
Jonatan Werpers |
Use benchmark time field instead of now()
tooling/benchmarks
|
Wed, 25 Jan 2023 13:55:37 +0100 |
Jonatan Werpers |
Make run_benchmark include hg info
tooling/benchmarks
|
Wed, 25 Jan 2023 13:39:08 +0100 |
Jonatan Werpers |
Add some hg functions
tooling/benchmarks
|
Wed, 25 Jan 2023 13:22:51 +0100 |
Jonatan Werpers |
Clean up run_and_view
tooling/benchmarks
|
Wed, 25 Jan 2023 13:05:15 +0100 |
Jonatan Werpers |
Ignore the tune file
tooling/benchmarks
|
Wed, 25 Jan 2023 12:52:09 +0100 |
Jonatan Werpers |
Add run_and_view script
tooling/benchmarks
|
Tue, 24 Jan 2023 21:57:24 +0100 |
Jonatan Werpers |
Start setting things up
tooling/benchmarks
|
Wed, 07 Dec 2022 22:05:27 +0100 |
Jonatan Werpers |
Merge worklowdocs
|
Wed, 07 Dec 2022 22:04:08 +0100 |
Jonatan Werpers |
Close before merge
worklowdocs
|
Wed, 07 Dec 2022 22:03:22 +0100 |
Jonatan Werpers |
Add a few lines about special comments
worklowdocs
|
Wed, 07 Dec 2022 21:56:00 +0100 |
Vidar Stiernström |
Make use of discretize in sat functions
feature/boundary_conditions
|
Wed, 07 Dec 2022 21:45:26 +0100 |
Jonatan Werpers |
Add some exmples of branch names
worklowdocs
|
Wed, 07 Dec 2022 21:42:18 +0100 |
Jonatan Werpers |
Add some text about the branch model
worklowdocs
|
Wed, 07 Dec 2022 21:39:07 +0100 |
Vidar Stiernström |
Add types for different kinds of boundary data functions to discretize the data on the grid. Add tests
feature/boundary_conditions
|
Wed, 12 Oct 2022 10:45:47 +0200 |
Vidar Stiernström |
Merge with default
feature/boundary_conditions
|
Tue, 29 Nov 2022 22:43:57 +0100 |
Jonatan Werpers |
Merge default
feature/dissipation_operators
|
Tue, 29 Nov 2022 22:34:16 +0100 |
Jonatan Werpers |
Start writing a file discribing the development workflow
worklowdocs
|
Tue, 29 Nov 2022 22:11:01 +0100 |
Jonatan Werpers |
Merge refactor/sbpoperators/inflation
|
Tue, 29 Nov 2022 22:06:50 +0100 |
Jonatan Werpers |
Close before merge
refactor/sbpoperators/inflation
|
Tue, 29 Nov 2022 21:46:54 +0100 |
Jonatan Werpers |
Disregard review comments about multi-d tests.
refactor/sbpoperators/inflation
|
Tue, 29 Nov 2022 21:25:07 +0100 |
Jonatan Werpers |
Disregard review comment on scalar multiplication after discussion on Discord.
refactor/sbpoperators/inflation
|
Tue, 01 Nov 2022 22:37:10 +0100 |
Jonatan Werpers |
Remove comments about EquidistantGrid potentially being an AbstractArray
refactor/grids
|
Tue, 01 Nov 2022 22:15:47 +0100 |
Jonatan Werpers |
Fix formatting in a few docstrings
refactor/sbpoperators/inflation
|
Tue, 01 Nov 2022 22:10:51 +0100 |
Jonatan Werpers |
Remove convenience constructor for BoundaryOperator according to review comments
refactor/sbpoperators/inflation
|
Tue, 25 Oct 2022 10:33:27 +0200 |
Vidar Stiernström |
Review: Suggest changes to test and removal of conveninece constructor
refactor/sbpoperators/inflation
|
Thu, 20 Oct 2022 20:59:56 +0200 |
Vidar Stiernström |
REVIEW: Give input on TBD comments, suggest name change of evalOn.
refactor/grids
|
Fri, 21 Oct 2022 23:07:30 +0200 |
Jonatan Werpers |
Fix tests after review comment
refactor/sbpoperators/inflation
|
Fri, 21 Oct 2022 22:11:04 +0200 |
Jonatan Werpers |
Merge default
refactor/sbpoperators/inflation
|
Tue, 18 Oct 2022 20:27:31 +0200 |
Jonatan Werpers |
Merge default
refactor/sbpoperators/inflation
|
Fri, 21 Oct 2022 21:41:43 +0200 |
Jonatan Werpers |
Merge bugfix/lazy_tensors/lazyfunctionarray
|
Fri, 21 Oct 2022 21:40:26 +0200 |
Jonatan Werpers |
Close before merge
bugfix/lazy_tensors/lazyfunctionarray
|
Wed, 19 Oct 2022 23:23:36 +0200 |
Jonatan Werpers |
Specialize evalOn for EquidistantGrid to return a LazyArray
refactor/grids
|
Wed, 19 Oct 2022 23:14:00 +0200 |
Jonatan Werpers |
Merge bugfix/lazy_tensors/lazyfunctionarray
refactor/grids
|
Wed, 19 Oct 2022 22:40:11 +0200 |
Jonatan Werpers |
Fix indendation of testset in equidistant_grid_test.jl
refactor/grids
|
Wed, 19 Oct 2022 22:36:02 +0200 |
Jonatan Werpers |
Merge with default
refactor/grids
|
Wed, 19 Oct 2022 23:11:59 +0200 |
Jonatan Werpers |
Fix failing test
bugfix/lazy_tensors/lazyfunctionarray
|
Wed, 19 Oct 2022 23:10:58 +0200 |
Jonatan Werpers |
Add test for a bug in the constructor of LazyFunctionArray
bugfix/lazy_tensors/lazyfunctionarray
|
Wed, 12 Oct 2022 10:44:44 +0200 |
Vidar Stiernström |
Merged feature/grids
|
Wed, 12 Oct 2022 10:42:45 +0200 |
Vidar Stiernström |
Closing branch before merge to default
feature/grids
|
Tue, 11 Oct 2022 18:21:56 +0200 |
Vidar Stiernström |
Forgot to include file boundary_identifier.jl in refactor.
feature/grids
|
Tue, 11 Oct 2022 18:16:53 +0200 |
Vidar Stiernström |
Update notes
feature/boundary_conditions
|
Tue, 11 Oct 2022 18:16:42 +0200 |
Vidar Stiernström |
Reformulate boundary routines (sat tensors) for Laplace and fix export
feature/boundary_conditions
|
Tue, 11 Oct 2022 18:15:47 +0200 |
Vidar Stiernström |
Add functions for constructing SATs
feature/boundary_conditions
|
Tue, 11 Oct 2022 18:12:40 +0200 |
Vidar Stiernström |
Add type for different kind of boundary data and refactor the BoundaryConditions such that they are general w.r.t the boundary data type
feature/boundary_conditions
|
Wed, 05 Oct 2022 22:05:23 +0200 |
Vidar Stiernström |
Merge with default
feature/boundary_conditions
|
Fri, 15 Jul 2022 15:24:02 +0200 |
Vidar Stiernström |
Merge feature/grids
feature/boundary_conditions
|
Wed, 05 Oct 2022 22:03:54 +0200 |
Vidar Stiernström |
Merge with feature/grids
|
Wed, 05 Oct 2022 22:03:20 +0200 |
Vidar Stiernström |
Closing branch before merge to default
feature/grids
|
Wed, 05 Oct 2022 22:00:44 +0200 |
Vidar Stiernström |
Merge with default
feature/grids
|
Wed, 05 Oct 2022 22:00:30 +0200 |
Vidar Stiernström |
Rename dim to ndims in Grids.jl
feature/grids
|
Wed, 05 Oct 2022 21:26:37 +0200 |
Vidar Stiernström |
Remove export of boundary_size och orthogonal_dims
feature/grids
|
Wed, 05 Oct 2022 21:25:12 +0200 |
Vidar Stiernström |
Remove boundary_size
feature/grids
|
Wed, 05 Oct 2022 21:24:13 +0200 |
Vidar Stiernström |
Add testsets to existing tests
feature/grids
|
Tue, 04 Oct 2022 22:31:52 +0200 |
Jonatan Werpers |
Merge with default
refactor/sbpoperators/inflation
|
Wed, 05 Oct 2022 20:46:10 +0200 |
Vidar Stiernström |
Merging feature/lazy_arrays
|
Wed, 05 Oct 2022 20:45:26 +0200 |
Vidar Stiernström |
Closing branch before merge to default
feature/lazy_arrays
|
Wed, 05 Oct 2022 20:45:02 +0200 |
Vidar Stiernström |
Remove comment
feature/lazy_arrays
|
Wed, 05 Oct 2022 19:58:40 +0200 |
Vidar Stiernström |
Merge in default
feature/lazy_arrays
|
Tue, 04 Oct 2022 22:28:08 +0200 |
Jonatan Werpers |
Update manifests with julia 1.8.2
|
Fri, 15 Jul 2022 15:23:16 +0200 |
Vidar Stiernström |
Export binary operations for LazyArrays and scalars
feature/lazy_arrays
|
Fri, 15 Jul 2022 09:56:25 +0200 |
Vidar Stiernström |
Minor renamings
feature/grids
|
Fri, 15 Jul 2022 09:54:15 +0200 |
Vidar Stiernström |
Rename AbstractGrid to Grid and clean up Grids module
feature/grids
|
Fri, 15 Jul 2022 09:41:58 +0200 |
Vidar Stiernström |
Rename dimension to dim
feature/grids
|
Fri, 15 Jul 2022 09:38:08 +0200 |
Vidar Stiernström |
Add function dims
feature/grids
|
Thu, 14 Jul 2022 18:33:36 +0200 |
Vidar Stiernström |
Add functions orthogonal_dims and boundary_size
feature/grids
|
Mon, 04 Jul 2022 23:02:11 +0200 |
Vidar Stiernström |
Merge change to boundary_grid
feature/boundary_conditions
|
Mon, 04 Jul 2022 22:55:32 +0200 |
Vidar Stiernström |
Change to using filter for picking out orthogonal dimensions
|
Mon, 23 May 2022 07:20:27 +0200 |
Jonatan Werpers |
Add show(io,x) methods
feature/lazy_tensors/pretty_printing
|
Thu, 09 Jun 2022 07:33:27 +0200 |
Jonatan Werpers |
Rename g_1D and remove nested testset
refactor/sbpoperators/inflation
|
Thu, 09 Jun 2022 07:30:20 +0200 |
Jonatan Werpers |
Clean up testsets in boundary_operator_test
refactor/sbpoperators/inflation
|
Thu, 09 Jun 2022 07:24:11 +0200 |
Jonatan Werpers |
Remove 2D tests from boundary_operator_test
refactor/sbpoperators/inflation
|
Mon, 13 Jun 2022 13:46:24 +0200 |
Vidar Stiernström |
Start implementing functions for boundary conditions associated with Laplace
feature/boundary_conditions
|
Fri, 20 May 2022 11:31:20 +0200 |
Vidar Stiernström |
REVIEW: Suggest changes to tests
refactor/sbpoperators/inflation
|
Fri, 20 May 2022 11:30:46 +0200 |
Vidar Stiernström |
Update docs
refactor/sbpoperators/inflation
|
Fri, 13 May 2022 14:27:36 +0200 |
Vidar Stiernström |
Remove blank line
laplace_benchmarks
|
Thu, 12 May 2022 22:24:51 +0200 |
Jonatan Werpers |
Add pretty printing for DiagonalTensor
feature/lazy_tensors/pretty_printing
|
Thu, 12 May 2022 21:52:47 +0200 |
Jonatan Werpers |
Merge default
feature/lazy_tensors/pretty_printing
|
Tue, 10 May 2022 20:34:20 +0200 |
Jonatan Werpers |
Bring up to date
refactor/sbpoperators/inflation
|
Mon, 21 Mar 2022 12:51:39 +0100 |
Jonatan Werpers |
Try to remove volume_operator and boundary_operator methods
refactor/sbpoperators/inflation
|
Tue, 10 May 2022 21:15:55 +0200 |
Jonatan Werpers |
Merge refactor/sbpoperators/inflation
feature/dissipation_operators
|
Tue, 10 May 2022 21:14:38 +0200 |
Jonatan Werpers |
Merge default
feature/dissipation_operators
|
Tue, 10 May 2022 21:10:31 +0200 |
Jonatan Werpers |
Docs for undivided_dissipation
feature/dissipation_operators
|
Tue, 10 May 2022 20:49:44 +0200 |
Jonatan Werpers |
Docs for stencil_operator_distinct_closures
feature/dissipation_operators
|
Tue, 10 May 2022 20:41:35 +0200 |
Jonatan Werpers |
Add docs for left_pad_tuple and right_pad_tuple
feature/dissipation_operators
|
Wed, 27 Apr 2022 10:26:11 +0200 |
Jonatan Werpers |
Merge refactor/grids
feature/variable_derivatives
|
Wed, 27 Apr 2022 10:25:53 +0200 |
Jonatan Werpers |
Fix grid indexing with CartesianIndex
refactor/grids
|
Tue, 26 Apr 2022 14:29:08 +0200 |
Jonatan Werpers |
Merge refactor/grids
feature/variable_derivatives
|
Tue, 26 Apr 2022 14:28:42 +0200 |
Jonatan Werpers |
Add getindex for grid
refactor/grids
|
Tue, 10 May 2022 20:24:20 +0200 |
Jonatan Werpers |
Merge default
refactor/sbpoperators/inflation
|
Tue, 10 May 2022 20:21:15 +0200 |
Jonatan Werpers |
Improve docs
refactor/sbpoperators/inflation
|
Sun, 08 May 2022 12:15:32 +0200 |
Vidar Stiernström |
REVIEW: Address documentation
feature/dissipation_operators
|