Brick Library 0.1
Performance-portable stencil datalayout & codegen
|
Generic base template for Accessing grid indices using []. More...
#include <brick-mpi.h>
Public Member Functions | |
grid_access (T *self, unsigned ref) | |
grid_access< T, dim, d - 1 > | operator[] (int i) |
Public Attributes | |
T * | self |
unsigned | ref |
Generic base template for Accessing grid indices using [].
T | type of the BrickDecomp |
dim | number of dimensions |
d | current dimension |
|
inline |
|
inline |
unsigned grid_access< T, dim, d >::ref |
T* grid_access< T, dim, d >::self |