#include <stencils.h>
List of all members.
Static Public Attributes |
static const int | VALUE |
template<int DIM, int RADIUS, int X, int Y, int Z>
class LibGeoDecomp::Stencils::OffsetHelper< Moore< DIM, RADIUS >, X, Y, Z >
Member Data Documentation
template<int DIM, int RADIUS, int X, int Y, int Z>
const int LibGeoDecomp::Stencils::OffsetHelper< Moore< DIM, RADIUS >, X, Y, Z >::VALUE [static] |
Initial value:
Power<2 * RADIUS + 1, 0>::VALUE * X +
Power<2 * RADIUS + 1, 1>::VALUE * Y +
Power<2 * RADIUS + 1, 2>::VALUE * Z +
RADIUS * Sum1<Moore, DIM - 1, RADIUS>::VALUE
The documentation for this class was generated from the following file: