Mercurial > repos > public > sbplib_julia
graph
-
Add comment about maybe splitting apply_region! cell_based_testFri, 08 Feb 2019 23:54:25 +0100, by Jonatan Werpers
-
Add apply_tiled! that tiles the iteration to optimize cache usage. Doesn't improve runtime at all at the moment cell_based_testFri, 08 Feb 2019 21:19:34 +0100, by Jonatan Werpers
-
Rename the apply! that applies in regions to apply_region! cell_based_testFri, 08 Feb 2019 21:14:39 +0100, by Jonatan Werpers
-
Backed out changeset b3fbef345810, splitting apply! just complicates things cell_based_testFri, 08 Feb 2019 20:56:13 +0100, by Jonatan Werpers
-
Use deafult constructor for Index in apply! cell_based_testFri, 08 Feb 2019 15:27:48 +0100, by Jonatan Werpers
-
Introduce apply! for given indices cell_based_testFri, 08 Feb 2019 13:08:07 +0100, by Jonatan Werpers
-
Change input type of apply(::Laplace) to ::DiffOpCartesian cell_based_testFri, 08 Feb 2019 12:47:21 +0100, by Jonatan Werpers
-
Replace loop in appl!(::Laplace) to avoid allocations cell_based_testFri, 08 Feb 2019 11:17:27 +0100, by Jonatan Werpers
-
Specify region types in Laplace 2d apply! cell_based_testFri, 08 Feb 2019 10:55:22 +0100, by Vidar Stiernström
-
Apply 2d Laplace one region at a time (removing the need for branching in the innermost loop) cell_based_testThu, 07 Feb 2019 17:15:26 +0100, by Vidar Stiernström