Template Struct GridNeighborhood

Struct Documentation

template<int dim>
struct GridNeighborhood

Public Static Functions

static constexpr int numNeighbors(Adjacency::Id adjacency)
template<Adjacency::Id adjacency>
static std::array<Index<dim>, GridNeighborhood<dim>::numNeighbors(adjacency)> generateIndexOffsets()
template<typename VectorT, size_t array_length>
static constexpr std::array<FloatingPoint, array_length> computeOffsetLengths(const std::array<VectorT, array_length> &offsets, FloatingPoint scale)