The classic Moore neighborhood contains all cells whose spatial distance to the orign (i.e. More...
#include <stencils.h>
Static Public Attributes | |
static const int | RADIUS = RAD |
static const int | DIM = DIMENSIONS |
static const int | VOLUME = Power<RADIUS * 2 + 1, DIM>::VALUE |
The classic Moore neighborhood contains all cells whose spatial distance to the orign (i.e.
the current cell) -- as measured by the maximum norm -- is smaller or equal to RADIUS.
const int LibGeoDecomp::Stencils::Moore< DIMENSIONS, RAD >::DIM = DIMENSIONS [static] |
const int LibGeoDecomp::Stencils::Moore< DIMENSIONS, RAD >::RADIUS = RAD [static] |
const int LibGeoDecomp::Stencils::Moore< DIMENSIONS, RAD >::VOLUME = Power<RADIUS * 2 + 1, DIM>::VALUE [static] |