Mercurial > repos > public > sbplib_julia
graph
-
Made everything work(?) but also go really slow. And also not type-stable. stencil_indexMon, 04 Feb 2019 16:09:07 +0100, by Ylva Rydin
-
Implement apply for 2D-Laplace which takes an StencilIndex as input stencil_indexMon, 04 Feb 2019 09:13:48 +0100, by Vidar Stiernström
-
New branch for implementing specialized indices used by the diffOps apply functions. stencil_indexMon, 04 Feb 2019 09:11:53 +0100, by Vidar Stiernström
-
Create types StencilIndex, LowerClosureIndex, UpperClosureIndex and InteriorIndex. First attempt at seperating out interior and closure indices from. Not fully implemented. cell_based_testTue, 29 Jan 2019 14:32:28 +0100, by Vidar Stiernström
-
Add TODO:s on how to remove allocations in apply! for Laplace2d patch_based_testFri, 25 Jan 2019 16:49:09 +0100, by Vidar Stiernström
-
Clean up bounds checking in stencil. change to using uview in DiffOp patch_based_testFri, 25 Jan 2019 13:40:15 +0100, by Vidar Stiernström
-
Change benchmarkTest from function to script since @benchmark does not work within functions patch_based_testFri, 25 Jan 2019 10:10:30 +0100, by Vidar Stiernström
-
Change to using tuples in stencils and opsFri, 25 Jan 2019 15:20:40 +0100, by Jonatan Werpers
-
Add benchmarktest and mark all apply functions with @inline and @inbounds patch_based_testThu, 24 Jan 2019 14:58:22 +0100, by Vidar Stiernström