Tue, 21 May 2019 11:40:21 +0200 |
Jonatan Werpers |
Factor out function for geting the region of an index
boundary_conditions
|
Fri, 22 Feb 2019 15:22:34 +0100 |
Jonatan Werpers |
Add TODO for switch to using Region values in some places
|
Wed, 13 Feb 2019 10:58:57 +0100 |
Jonatan Werpers |
Undo changes of 3560f54e3eb3 and change to result a little bit to avoid allocations.
cell_based_test
|
Sun, 10 Feb 2019 19:16:14 +0100 |
Jonatan Werpers |
Change implementation of getrange to be more julia(???), mostly as an experiment to see if it breakes stuff
cell_based_test
|
Tue, 12 Feb 2019 13:23:44 +0100 |
Jonatan Werpers |
Rename getunitrange to getrange and change signature to be more specific
cell_based_test
|
Thu, 07 Feb 2019 17:15:26 +0100 |
Vidar Stiernström |
Apply 2d Laplace one region at a time (removing the need for branching in the innermost loop)
cell_based_test
|
Wed, 06 Feb 2019 08:58:32 +0100 |
Jonatan Werpers |
Add "Unknown" region and implement D2 for it
cell_based_test
|
Tue, 05 Feb 2019 14:57:02 +0100 |
Jonatan Werpers |
Add Index type for keeping track of regions
cell_based_test
|