Thu, 17 Jan 2019 09:41:25 +0100 |
Jonatan Werpers |
Only do inner stencil
cell_based_test
|
Wed, 16 Jan 2019 12:40:20 +0100 |
Vidar Stiernström |
Merge with latest changes
|
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
|
Thu, 10 Jan 2019 16:30:54 +0100 |
Ylva Rydin |
remove stride and remove some bugs
|
Thu, 10 Jan 2019 16:49:20 +0100 |
Vidar Stiernström |
Merge latest changes
|
Thu, 10 Jan 2019 16:48:49 +0100 |
Vidar Stiernström |
Fix plotting issues in 2d
|
Thu, 10 Jan 2019 15:53:44 +0100 |
Jonatan Werpers |
Merge
|
Thu, 10 Jan 2019 14:57:18 +0100 |
Vidar Stiernström |
Merge latest changes
|
Thu, 10 Jan 2019 14:55:57 +0100 |
Vidar Stiernström |
Fix 1d version of plotgridfunction
|
Thu, 10 Jan 2019 14:49:30 +0100 |
Ylva Rydin |
merge with default
|
Thu, 10 Jan 2019 14:48:50 +0100 |
Ylva Rydin |
add fourth order stencil
|
Thu, 10 Jan 2019 14:47:44 +0100 |
Ylva Rydin |
Fix bugs in sbpD2
|
Thu, 10 Jan 2019 15:49:44 +0100 |
Jonatan Werpers |
Move stencil operator application to its own function
|
Thu, 10 Jan 2019 14:46:15 +0100 |
Jonatan Werpers |
Raname apply(DiffOp) to apply!(DiffOp)
|
Thu, 10 Jan 2019 14:33:29 +0100 |
Jonatan Werpers |
Allow stride in apply stencil
|
Thu, 10 Jan 2019 12:54:40 +0100 |
Jonatan Werpers |
Change name to apply to show that it is mutating
|