|
const uint_t | walberla::stencil::NR_OF_DIRECTIONS = 27 |
|
const int | walberla::stencil::cx [NR_OF_DIRECTIONS] |
| The x component for each direction. More...
|
|
const int | walberla::stencil::cy [NR_OF_DIRECTIONS] |
| The y component for each direction. More...
|
|
const int | walberla::stencil::cz [NR_OF_DIRECTIONS] |
| The z component for each direction. More...
|
|
const int | walberla::stencil::c [3][NR_OF_DIRECTIONS] |
| The x,y,z component for each direction. More...
|
|
const real_t | walberla::stencil::cNorm [3][NR_OF_DIRECTIONS] |
| The x,y,z component for each normalized direction. More...
|
|
const std::string | walberla::stencil::dirToString [NR_OF_DIRECTIONS] |
| String representation for each direction. More...
|
|
const BinaryDirection | walberla::stencil::dirToBinary [27] |
| Binary encoded direction for each direction. More...
|
|
const Direction | walberla::stencil::inverseDir [NR_OF_DIRECTIONS] |
| Inverse directions. More...
|
|
const real_t | walberla::stencil::dirLength [NR_OF_DIRECTIONS] |
| Length for each direction. More...
|
|
const real_t | walberla::stencil::gaussianWeights [NR_OF_DIRECTIONS] |
|
const uint_t | walberla::stencil::gaussianMultipliers [NR_OF_DIRECTIONS] |
|
const Direction | walberla::stencil::mirrorX [NR_OF_DIRECTIONS] |
| The mirrored directions (flip W-E) More...
|
|
const Direction | walberla::stencil::mirrorY [NR_OF_DIRECTIONS] |
| The mirrored directions (flip N-S) More...
|
|
const Direction | walberla::stencil::mirrorZ [NR_OF_DIRECTIONS] |
| The mirrored directions (flip T-B) More...
|
|
const Direction | walberla::stencil::map2Dto3D [3][NR_OF_DIRECTIONS] |
| Maps from 2D directions (C, N, S, W, E, NW, NE, SW, SE) to 3D directions, by slicing through x,y or z coordinate. More...
|
|