annotate h_4th.txt @ 123:5df4ccb19476 cell_based_test

Undo changes of 3560f54e3eb3 and change to result a little bit to avoid allocations. Trying different signatres reveals some strange interactions with julias dispatch: allocate: getrange(gridsize::Integer, closuresize::Integer, region::Type{<:Region}) no allocate: getrange(gridsize::Integer, closuresize::Integer, region::R) where R allocate: getrange(gridsize::Integer, closuresize::Integer, region::R) where R <: Type{<:Region} no allocate: getrange(gridsize::Integer, closuresize::Integer, region::DataType)
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 13 Feb 2019 10:58:57 +0100
parents 8a30ea842c8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
36
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
1 # H order 4
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
2
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
3 closure
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
4 17/48 59/48 43/48 49/48
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
5
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
6 inner_stencil
8a30ea842c8e add fourth order stencil
Ylva Rydin <ylva.rydin@telia.com>
parents:
diff changeset
7 1