log

age author description
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.
Tue, 15 Jan 2019 19:51:16 +0100 Jonatan Werpers Add types to Laplace operators cell_based_test
Tue, 15 Jan 2019 12:26:06 +0100 Ylva Rydin Convert apply functions to cell-based cell_based_test
Tue, 15 Jan 2019 10:25:56 +0100 Ylva Rydin Add abstract types for Closure and Penalty
Mon, 14 Jan 2019 16:30:52 +0100 Ylva Rydin switch grid to Grid in diffOp
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:48 +0100 Vidar Stiernström Merge changes
Fri, 11 Jan 2019 11:55:13 +0100 Vidar Stiernström Split grid.jl into AbstractGrid.jl and EquidistantGrid.jl
Fri, 11 Jan 2019 11:18:13 +0100 Jonatan Werpers Add script for differentiation and plotting of 2d function
Fri, 11 Jan 2019 11:16:37 +0100 Jonatan Werpers Add Laplace2d
Fri, 11 Jan 2019 11:16:22 +0100 Jonatan Werpers Fix bug with call by reference in Laplace1D apply
Fri, 11 Jan 2019 11:15:44 +0100 Jonatan Werpers Use enum for parity
Thu, 10 Jan 2019 17:39:42 +0100 Vidar Stiernström Fix issue in plotgridfunction in 2d. Remove 3d case. Will be added later
Thu, 10 Jan 2019 16:51:52 +0100 Ylva Rydin ass script that plots the derivative
Thu, 10 Jan 2019 16:51:05 +0100 Ylva Rydin merge