mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
13 lines
649 B
C
13 lines
649 B
C
|
//////////////////////////////////////////////////////////////////////////////////////////
|
||
|
// Must not lose sight that goal is to be able to construct really efficient
|
||
|
// gather to a point stencil code. CSHIFT is not the best way, so probably need
|
||
|
// additional stencil support.
|
||
|
//
|
||
|
// Stencil based code could pre-exchange haloes and use a table lookup for neighbours
|
||
|
//
|
||
|
// Lattice <foo> could also allocate haloes which get used for stencil code.
|
||
|
//
|
||
|
// Grid could create a neighbour index table for a given stencil.
|
||
|
// Could also implement CovariantCshift.
|
||
|
//////////////////////////////////////////////////////////////////////////////////////////
|