Tue, 21 May 2019 13:37:38 +0200 |
Jonatan Werpers |
Remove obsolete function definitions
boundary_conditions
|
Tue, 23 Apr 2019 09:53:34 +0200 |
Jonatan Werpers |
More sketching of how things might work
boundary_conditions
|
Wed, 17 Apr 2019 09:43:56 +0200 |
Jonatan Werpers |
Add missing where statement
boundary_conditions
|
Mon, 15 Apr 2019 16:15:04 +0200 |
Jonatan Werpers |
Merge with default
boundary_conditions
|
Mon, 25 Feb 2019 10:19:11 -0800 |
Jonatan Werpers |
Rename boundary indentifiers and use them inte the sat functions
boundary_conditions
|
Fri, 22 Feb 2019 15:21:39 +0100 |
Jonatan Werpers |
More sketching of the sat interface
boundary_conditions
|
Thu, 21 Feb 2019 16:46:01 +0100 |
Vidar Stiernström |
Fix incorrect indexing of solution vector in apply_region_tiled
cell_based_test
|
Thu, 21 Feb 2019 16:45:06 +0100 |
Jonatan Werpers |
Add outline of idea for implemenation of sats
boundary_conditions
|
Thu, 14 Feb 2019 16:25:22 +0100 |
Vidar Stiernström |
Improve efficiency of apply by the following:
cell_based_test
|
Wed, 13 Feb 2019 10:37:52 +0100 |
Vidar Stiernström |
Make grid spacing a property of EquidistantGrid. Create plotting module for sbplib.
cell_based_test
|
Tue, 12 Feb 2019 13:15:16 +0100 |
Jonatan Werpers |
Change uview to view. It seems the compiler is now able to remove the allocation
cell_based_test
|
Tue, 12 Feb 2019 13:13:03 +0100 |
Jonatan Werpers |
Change loop order to follow memory layout
cell_based_test
|
Fri, 08 Feb 2019 23:54:25 +0100 |
Jonatan Werpers |
Add comment about maybe splitting apply_region!
cell_based_test
|
Fri, 08 Feb 2019 21:19:34 +0100 |
Jonatan Werpers |
Add apply_tiled! that tiles the iteration to optimize cache usage. Doesn't improve runtime at all at the moment
cell_based_test
|
Fri, 08 Feb 2019 21:14:39 +0100 |
Jonatan Werpers |
Rename the apply! that applies in regions to apply_region!
cell_based_test
|