log EquidistantGrid.jl @ 198:b5c9be7f391c boundary_conditions

age author description
Thu, 21 Feb 2019 16:49:28 +0100 Vidar Stiernström Fix bug in pointsalongdim where an empty range was returned cell_based_test
Thu, 21 Feb 2019 11:40:48 +0100 Vidar Stiernström Fix bug in points(::EquidistantGrid) cell_based_test
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
Mon, 04 Feb 2019 17:51:36 +0100 Jonatan Werpers Switch to using cartesian indicies cell_based_test
Mon, 04 Feb 2019 09:13:48 +0100 Vidar Stiernström Implement apply for 2D-Laplace which takes an StencilIndex as input stencil_index
Tue, 29 Jan 2019 14:32:28 +0100 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_test
Fri, 25 Jan 2019 15:26:47 +0100 Jonatan Werpers Merge with default cell_based_test
Thu, 24 Jan 2019 13:33:07 +0100 Vidar Stiernström Use limit_lower and limit_upper in pointsalongdim
Thu, 17 Jan 2019 15:19:33 +0100 Jonatan Werpers Make EquidistantGrid more concrete
Thu, 17 Jan 2019 13:53:01 +0100 Jonatan Werpers Make grid.spacings more readable
Thu, 17 Jan 2019 15:19:33 +0100 Jonatan Werpers Make EquidistantGrid more concrete cell_based_test
Thu, 17 Jan 2019 13:53:01 +0100 Jonatan Werpers Make grid.spacings more readable cell_based_test
Wed, 16 Jan 2019 12:39:42 +0100 Vidar Stiernström Clean up plotgridfunction now that the matplotlib backend works. The issue was not in the julia code, but rather the installation of matplotlib.
Mon, 14 Jan 2019 11:30:36 +0100 Vidar Stiernström Save plot to file when calling plotgridfunction, until figuring out how to set up an interactive gui backend for matplotlib in julia.
Fri, 11 Jan 2019 11:55:13 +0100 Vidar Stiernström Split grid.jl into AbstractGrid.jl and EquidistantGrid.jl